-
Notifications
You must be signed in to change notification settings - Fork 3
Changelog
rettenbs edited this page Jan 3, 2013
·
14 revisions
- Unittests work with more MPI implementations
- Some tests now work with the NOMPI-Version
- NetCdfReader uses hyperslabs (reduces calls into the netCDF library)
- Rpath is now set in installed files
- Improvements to CMakeLists.txt (Fixes issues with libpng and netCDF)
- Small changes in the interface (some const variables are renamed)
- NOMPI-Version is installed as libasagi_nompi.so (allows the user to install both version on the same machine)
- New NOMPI Algorithm which does not load the whole grid at the beginning
- New PASS_THROUGH Algorithm which does "nothing". All accesses are directly mapped to the underlying I/O library
- Refactoring
- Minor Bugfixes (e.g. Problems with numeric precision, Blocks in the Large-Grid-algorithm could end up slightly shifted)