Releases: GlobalArrays/ga
Releases · GlobalArrays/ga
v5.6.2
- Known Bugs
- [#48] Message sizes exceeding 2GB may not work correctly
- Fixed
- Bug in MPI-PT comex_malloc().
- Revert ARMCI contiguous check due to regression.
- ELPA updates.
- ScaLAPACK updates, including case for large matrices.
- ComEx OFI updates from Intel.
- Improved configure tests for LAPACK.
- Improved travis tests.
v5.6.1
- Known Bugs
- [#48] Message sizes exceeding 2GB may not work correctly
- Added
- New ELPA 2016 eigensolver 2stage interface
- Changed
- autogen.sh unconditionally runs install-autotools.sh
- install-autotools.sh downloads latest config.guess and config.sub
- Additional LAPACK symbols are now tested for during configure
- Fixed
- comex_fence_proc() fixed for MPI-MT, MPI-PT, MPI-PR ports
- configure --disable-fortran now works again
- ComEx openib port was missing comex_nbacc symbol
- Added $(BLAS_LIBS) to libcomex LIBADD to capture BLAS library dependency
- EISPACK no longer enabled by default; --enable-eispack now works correctly
- Shared memory name limit on OSX is now followed
- comex_unlock() race condition
- install-autotools.sh properly updates $PATH during build
- install-autotools.sh alternate download location when FTP is blocked
- patches to generated configure scripts for -lnuma
- CMake build did not install some fortran headers
- TravisCI: don't fail when brew install is a no-op
- Closed Pull Requests
- Closed Issues
- [#1] Incorporating GAMESS Patch
- [#5] Compiler error with --with-ofi
- [#9] Adding documentation for GA compilation on Windows
- [#25] CMake not building MA fortran wrappers
- [#30] Disable Fortran not working
- [#33] GA 5.6 release - autotools are downloaded and built even when latest versions exist
- [#38] #ifdef ENABLE_EISPACK should be #if ENABLE_EISPACK
- [#39] libcomex missing optional BLAS dependency
- [#41] develop branch and m4 version on cascade
- [#44] Comex OpenIB missing library symbol
- [#49] autogen.sh fails when only automake needs to be built
- [#50] install-autotools.sh on osx might choke if no timeout tool
- [#56] comex_fence_proc() is no-op in MT, PT, PR
- [#57] process groups sometimes fail for MPI-PT port
v5.6
- Added
- Port for MPI-3 one-sided (--with-mpi3).
- CMake build.
- More complete test coverage.
- Changed
- Initial shared library versioning.
- Fixed
- Updates to ComEx/OFI provided by Intel.
- ComEx/MPI-PR added uid and pid to shmem name.
- Closed Pull Requests