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

Add && op in armci_msg_group_gop_scope. #15

Closed minsii closed 6 years ago

jeffhammond commented 6 years ago

I think I did this in my repo already. We need to reconcile the repos at some point. I have lots of changes that aren’t in the pmodels repo.

minsii commented 6 years ago

Sounds great. I added it because it results in some GA test failures...Maybe we should first try to merge the changes that fix test failures.

jeffhammond commented 6 years ago

I force-pushed my latest to pmodels so this PR is obsolete. https://github.com/pmodels/armci-mpi/blob/master/src/message_gop.c has this and more.