Releases: GlobalArrays/ga
Releases · GlobalArrays/ga
v5.6.4
- Known Bugs
- [#48] Message sizes exceeding 2GB may not work correctly
- Added
- armci-config and comex-config scripts to install.
- Changed
- install-autotools.sh installs all autotools regardless of existing versions
- configure tests needing mixed C/Fortran code now use C linker
- Fixed
- Test suite was broken when GA was cross-compiled
- eliop FreeBSD patch from Debichem
- Locally installed automake is patched to work with newer perl versions
- MPI-PR increased limit on number of possible comex_malloc invocations
- Closed Pull Requests
- [#92] eliop FreeBSD patch from Debian maintainers of the NWChem Package
- Closed Issues Requests
- [#82] Fortran failure on theta
- [#88] Automake regex expression broken for Perl versions >=5.26.0
- [#89] autogen fails on Mac 10.12
- [#90] configure script fails when using clang-4/5 + gfortran 6.3 compilers on Linux
- [#95] comex/src-mpi-pr/comex.c:996: _generate_shm_name: Assertion 'snprintf_retval < (int)31' failed
v5.6.3
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