You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MPI RMA port still shows spotty behavior and many tests in the test suite
are failing for many MPI implementations. Currently, the Open MPI
implementation in version 4.1.4 is working well and all tests are passing.
Added
Setting ARMCI_VERBOSE=1 at runtime will also dump configuration details for
ComEx runtime
Changed
Updated compiler settings in CMake build if Fujitsu compilers are detected
Fixed
Fixed gcc toolchain checks in CMake for clang build
Fixed tiled arrays so that they work with restricted arrays and fixed some
additional bugs in block cyclic distributions
Removed several memory leaks
Modified check on the number of processors that was being performed in the GA
create process. Previously this check was failing since it was possible that
the check was being performed before a process group had been assigned to
global array.
Fixed some issues with hidden string length argument in fortran interface