Skip to content

Releases: GlobalArrays/ga

v5.6.2

29 Sep 22:08
Compare
Choose a tag to compare
  • 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

30 May 22:41
Compare
Choose a tag to compare
  • 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
    • [#34] Fix installation of autotools if not present
    • [#53] new ELPA 2016 eigensolver 2stage interface
    • [#54] new ELPA 2016 eigensolver interface for the Hotfix/5.6.1 branch
    • [#55] curl for download when wget not installed
    • [#58] comex/ofi: max_bytes_in_atomic may not fit in int
  • 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

04 Apr 22:21
Compare
Choose a tag to compare
  • 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
    • [#6] Comex/OFI: updated initialization of OmniPath provider
    • [#10] comex/ofi: fixed EP initialization
    • [#11] COMEX/OFI: added readme file for comex/ofi provider