30 inline int procNum(
int,
const CkArrayIndex &iIndex)
32 int *index=(
int *) iIndex.data();
34 proc=maptable->get(index[0],index[1]);
36 if(numPes != CkNumPes())
37 return(proc%CkNumPes());
67 inline int procNum(
int,
const CkArrayIndex &iIndex)
69 int *index=(
int *) iIndex.data();
71 proc=maptable->get(index[0],index[1]);
73 return(proc%CkNumPes());
Centroid based ortho map (actual map creation in MapTable.C)
Author: Eric J Bohm Date Created: June 4th, 2006.
Map group for placing OrthoHelper chares.
bool fakeTorus
readonly defined in cpaimd.C