1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

updated from cambridge mpi3 shakeout

This commit is contained in:
Peter Boyle
2017-08-25 11:41:01 +01:00
parent c3b1263e75
commit c289699d9a
3 changed files with 11 additions and 8 deletions

View File

@ -365,10 +365,10 @@ class CartesianStencil { // Stencil runs along coordinate axes only; NO diagonal
Prepare();
HaloGather(source,compress);
// Concurrent
CommunicateBegin(reqs);
CommunicateComplete(reqs);
// Sequential
// Communicate();
//CommunicateBegin(reqs);
//CommunicateComplete(reqs);
// Sequential, possibly threaded
Communicate();
CommsMergeSHM(compress);
CommsMerge(compress);
}