pmodels / armci-mpi

An implementation of ARMCI using MPI one-sided communication (RMA)
https://wiki.mpich.org/armci-mpi/index.php/Main_Page
Other
13 stars 7 forks source link

allow Open MPI 5 to use datatytpes #50

Closed jeffhammond closed 1 month ago

jeffhammond commented 6 months ago

Currently, we disable datatypes when OMPI is detected due to lots of bugs. OMPI 5 seems to have fixed them, so we can allow it to use datatypes now.

jeffhammond commented 1 month ago

resolved by https://github.com/pmodels/armci-mpi/pull/54