Searched refs:color (Results 1 – 12 of 12) sorted by relevance
| /phasta/M2NFixBnd/src/ |
| H A D | readnblk.f | 54 integer :: descriptor, color, nfiles, nfields local 164 color = int(myrank/(numparts/nfiles)) !Should call the color routine in SyncIO here 165 itmp2 = int(log10(float(color+1)))+1 167 write (fnamer,temp2) (color+1) 297 fnamer = trim(fnamer) // cname2(color+1) 562 color = int(myrank/(numparts/nfiles)) !Should call the color routine in SyncIO here 563 itmp2 = int(log10(float(color+1)))+1 565 write (fnamer,temp2) (color+1)
|
| /phasta/phSolver/common/ |
| H A D | phio_sync.cc | 28 const int color = computeColor(phcomm_rank(), phcomm_size(), numFiles); in appendColor() local 30 ss << phrase << color+1; in appendColor()
|
| H A D | genblkPosix.f | 21 integer :: descriptor, descriptorG, GPID, color local
|
| H A D | genblk.f | 21 integer :: descriptor, descriptorG, GPID, color local
|
| H A D | genblkSyncIO.f | 21 integer :: descriptor, descriptorG, GPID, color local
|
| H A D | genbkbPosix.f | 23 integer :: descriptor, descriptorG, GPID, color, nfields local
|
| H A D | genbkbSyncIO.f | 23 integer :: descriptor, descriptorG, GPID, color, nfields local
|
| H A D | genbkb.f | 23 integer :: descriptor, descriptorG, GPID, color, nfields local
|
| H A D | readnblk.f | 57 integer :: descriptor, descriptorG, GPID, color, nfields local
|
| /phasta/AcuStat/src/ |
| H A D | readnblk.f | 53 integer :: descriptor, color, nfiles, nfields local 165 color = int(myrank/(numparts/nfiles)) 188 fnamer = trim(fnamer) // cname2(color+1)
|
| /phasta/M2N/src/ |
| H A D | readnblk.f | 74 integer :: descriptor, descriptorG, GPID, color, nfiles, nfields local 189 color = int(myrank/(numparts/nfiles)) !Should call the color routine in SyncIO here 190 itmp2 = int(log10(float(color+1)))+1 192 write (fnamer,temp2) (color+1) 310 fnamer = trim(fnamer) // cname2(color+1) 575 fnamer = trim(fnamer) // cname2(color+1)
|
| /phasta/phastaIO/ |
| H A D | phastaIO.cc | 546 int color = in computeColor() local 548 return color; in computeColor() 640 …int color = computeColor(PhastaIOActiveFiles[i]->myrank, PhastaIOActiveFiles[i]->numprocs, PhastaI… in initphmpiio() local 642 color, in initphmpiio() 824 …int color = computeColor(PhastaIOActiveFiles[i]->myrank, PhastaIOActiveFiles[i]->numprocs, PhastaI… in initphmpiiosub() local 826 color, in initphmpiiosub()
|