Searched refs:computeColor (Results 1 – 3 of 3) sorted by relevance
| /phasta/phastaIO/ |
| H A D | phastaIO.h | 148 int computeColor( int myrank, int numprocs, int nfiles);
|
| H A D | phastaIO.cc | 545 extern "C" int computeColor( int myrank, int numprocs, int nfiles) { in computeColor() function 640 …int color = computeColor(PhastaIOActiveFiles[i]->myrank, PhastaIOActiveFiles[i]->numprocs, PhastaI… in initphmpiio() 824 …int color = computeColor(PhastaIOActiveFiles[i]->myrank, PhastaIOActiveFiles[i]->numprocs, PhastaI… in initphmpiiosub()
|
| /phasta/phSolver/common/ |
| H A D | phio_sync.cc | 28 const int color = computeColor(phcomm_rank(), phcomm_size(), numFiles); in appendColor()
|