Skip to content

Commit f44a9b8

Browse files
author
Bruce J Palmer
committed
Added some more notes to CHANGELOG
1 parent 672771a commit f44a9b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ This project follows the [Gitflow Workflow model](https://www.atlassian.com/git/
1010
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
1111

1212
## [5.9]
13-
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.
1413
- Known Bugs
14+
- The MPI RMA port still does poorly with older releases of MPI. Currently,
15+
OpenMPI 5.0.x and MPICH 4.2.x appear to do well.
1516
- Added
16-
- Setting ARMCI_VERBOSE=1 at runtime will also dump configuration details for
17-
ComEx runtime
1817
- GA can be initialized from an MPI communicator. This enables instances of GA
1918
to be created from non-GA programs and run independently on a subset of
2019
processors
@@ -28,9 +27,12 @@ The Unreleased section will be empty for tagged releases. Unreleased functionali
2827
matrix-vector and matrix-matrix multiplies, sparse-dense conversion and
2928
operations on the diagonals
3029
- Changed
31-
- Updated compiler settings in CMake build if Fujitsu compilers are detected
30+
- Updated compiler settings in CMake build if Fujitsu compilers are detected.
31+
Other general improvements have also been made in CMake build.
3232
- Removed all instances of ga_malloc from GA source code. This frees GA from
3333
needing to initialize MA before using GA library calls.
34+
- Modified progress ranks runtime to use hostnames instead of host IDs to
35+
identify ranks on same SMP node. This is a more robust implementation.
3436
- Fixed
3537
- Fixed gcc toolchain checks in CMake for clang build
3638
- Fixed tiled arrays so that they work with restricted arrays and fixed some

0 commit comments

Comments
 (0)