mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 23:07:05 +01:00
mpi, mpi3, shmem all compile.
mpi, mpi3 pass single node multi-rank
This commit is contained in:
@ -47,8 +47,8 @@ void CartesianCommunicator::Init(int *argc, char *** arv)
|
||||
WorldSize = 1;
|
||||
ShmRank=0;
|
||||
ShmSize=1;
|
||||
GroupRank=_WorldRank;
|
||||
GroupSize=_WorldSize;
|
||||
GroupRank=WorldRank;
|
||||
GroupSize=WorldSize;
|
||||
Slave =0;
|
||||
ShmInitGeneric();
|
||||
}
|
||||
|
Reference in New Issue
Block a user