mpickpt / mana

MANA for MPI
35 stars 24 forks source link

Fix PMPI decl. of MPI_Comm_rank (bad orig. decl.) #345

Closed gc00 closed 1 year ago

gc00 commented 1 year ago

@xuyao0127 and @leonidbelyaev discovered this bug. The original MANA design for Cray MPI/MPICH didn't care because MPI_Comm and MPI_Group were both int's. Applying MANA to other MPI's exposed this bug.