Home
last modified time | relevance | path

Searched refs:numparts (Results 1 – 16 of 16) sorted by relevance

/phasta/M2NFixBnd/src/
H A Dnew_interface.c52 int numparts; in Write_M2NFixBnd() local
62 numparts = workfc.numpe; in Write_M2NFixBnd()
65 int nppf = numparts/nfiles; in Write_M2NFixBnd()
69 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2NFixBnd()
191 int numparts; in Write_M2NFixBnd_SolOnly() local
201 numparts = workfc.numpe; in Write_M2NFixBnd_SolOnly()
204 int nppf = numparts/nfiles; in Write_M2NFixBnd_SolOnly()
208 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2NFixBnd_SolOnly()
281 int numparts; in Write_Restart() local
291 numparts = workfc.numpe; in Write_Restart()
[all …]
H A Dreadnblk.f55 integer :: numparts, nppf local
159numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
164 color = int(myrank/(numparts/nfiles)) !Should call the color routine in SyncIO here
562 color = int(myrank/(numparts/nfiles)) !Should call the color routine in SyncIO here
/phasta/M2N/src/
H A Dnew_interface.c53 int numparts; in Write_M2N() local
73 numparts = *irankN; in Write_M2N()
76 int nppf = numparts/nfiles; in Write_M2N()
80 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2N()
205 int numparts; in Write_M2N_SolOnly() local
225 numparts = *irankN; in Write_M2N_SolOnly()
228 int nppf = numparts/nfiles; in Write_M2N_SolOnly()
232 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2N_SolOnly()
331 int numparts; in Write_M2N_Field() local
342 numparts = workfc.numpe; in Write_M2N_Field()
[all …]
H A Dreadnblk.f75 integer :: numparts, nppf, islesseqN local
187numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
189 color = int(myrank/(numparts/nfiles)) !Should call the color routine in SyncIO here
/phasta/AcuStat/src/
H A Dnew_interface.c49 int numparts; in Write_AcuStat() local
59 numparts = workfc.numpe; in Write_AcuStat()
62 int nppf = numparts/nfiles; in Write_AcuStat()
66 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_AcuStat()
146 int numparts; in Write_AcuStat2() local
156 numparts = workfc.numpe; in Write_AcuStat2()
159 int nppf = numparts/nfiles; in Write_AcuStat2()
163 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_AcuStat2()
301 int numparts; in Write_Ybar() local
312 numparts = workfc.numpe; in Write_Ybar()
[all …]
H A Dreadnblk.f54 integer :: numparts, nppf local
164 numparts = numpe
165 color = int(myrank/(numparts/nfiles))
191 write(*,*)myrank,timestep,nfiles,numparts,trim(adjustl(fnamer))
/phasta/phSolver/common/
H A Dnew_interface.c253 int numparts; in Write_Restart() local
265 numparts = workfc.numpe; in Write_Restart()
267 assert(numparts/nprocs == 1);/* Number of parts per proc ...*/ in Write_Restart()
277 syncio_setup_write(nfiles, nfields, numparts/nfiles, &f_descriptor); in Write_Restart()
342 int numparts; in Write_Error() local
348 numparts = workfc.numpe; in Write_Error()
351 assert(numparts/nprocs == 1);/* Number of parts per proc ...*/ in Write_Error()
398 int numparts; in Write_Field() local
409 numparts = workfc.numpe; in Write_Field()
412 assert(numparts/nprocs == 1);/* Number of parts per proc ...*/ in Write_Field()
[all …]
H A Dd2wall.c32 int numparts; in read_d2wall() local
37 numparts = workfc.numpe; in read_d2wall()
42 int nppp = numparts/nprocs;/* nppp : Number of parts per proc ... */ in read_d2wall()
H A DgenbkbPosix.f24 integer :: numparts, nppp, nprocs, writeLock local
33numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
34 nppp = numparts/numpe
H A DgenbkbSyncIO.f24 integer :: numparts, nppp, nprocs, writeLock local
33numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
34 nppp = numparts/numpe
H A Dgenbkb.f24 integer :: numparts, nppp, nprocs, writeLock local
33numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
34 nppp = numparts/numpe
H A DgenblkPosix.f22 integer :: numparts, writeLock local
28numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
H A Dgenblk.f22 integer :: numparts, writeLock local
28numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
H A DgenblkSyncIO.f22 integer :: numparts, writeLock local
28numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…
H A Dturbsa.f56 integer :: numparts, nfile, itmp2, id2wall, itwo, ifoundd2wall local
H A Dreadnblk.f58 integer :: numparts, nppf local
94numparts = numpe !This is the common settings. Beware if you try to compute several parts per proc…