mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-12 13:14:31 +01:00
Preparing for compressed comms
This commit is contained in:
@@ -124,6 +124,8 @@ void CartesianCommunicator::ShiftedRanks(int dim,int shift,int &source,int &dest
|
||||
dest=0;
|
||||
}
|
||||
|
||||
int CartesianCommunicator::IsOffNode(int rank) { return false; }
|
||||
|
||||
double CartesianCommunicator::StencilSendToRecvFrom( void *xmit,
|
||||
int xmit_to_rank,int dox,
|
||||
void *recv,
|
||||
|
||||
Reference in New Issue
Block a user