Home
last modified time | relevance | path

Searched refs:nppp (Results 1 – 12 of 12) sorted by relevance

/phasta/M2NFixBnd/src/
H A Dnew_interface.c69 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2NFixBnd() local
70 int startpart = irank * nppp +1;// Part id from which I (myrank) start ... in Write_M2NFixBnd()
71 int endpart = startpart + nppp - 1;// Part id to which I (myrank) end ... in Write_M2NFixBnd()
88 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2NFixBnd()
108 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2NFixBnd()
128 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2NFixBnd()
148 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2NFixBnd()
208 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2NFixBnd_SolOnly() local
209 int startpart = irank * nppp +1;// Part id from which I (myrank) start ... in Write_M2NFixBnd_SolOnly()
210 int endpart = startpart + nppp - 1;// Part id to which I (myrank) end ... in Write_M2NFixBnd_SolOnly()
[all …]
/phasta/M2N/src/
H A Dnew_interface.c80 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2N() local
81 int startpart = irank * nppp +1;// Part id from which I (myrank) start ... in Write_M2N()
82 int endpart = startpart + nppp - 1;// Part id to which I (myrank) end ... in Write_M2N()
99 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2N()
119 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2N()
139 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2N()
159 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_M2N()
232 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_M2N_SolOnly() local
233 int startpart = irank * nppp +1;// Part id from which I (myrank) start ... in Write_M2N_SolOnly()
234 int endpart = startpart + nppp - 1;// Part id to which I (myrank) end ... in Write_M2N_SolOnly()
[all …]
/phasta/AcuStat/src/
H A Dnew_interface.c66 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_AcuStat() local
67 int startpart = irank * nppp +1;// Part id from which I (myrank) start ... in Write_AcuStat()
68 int endpart = startpart + nppp - 1;// Part id to which I (myrank) end ... in Write_AcuStat()
87 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_AcuStat()
163 int nppp = numparts/nprocs;// nppp : Number of parts per proc ... in Write_AcuStat2() local
164 int startpart = irank * nppp +1;// Part id from which I (myrank) start ... in Write_AcuStat2()
165 int endpart = startpart + nppp - 1;// Part id to which I (myrank) end ... in Write_AcuStat2()
183 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_AcuStat2()
204 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_AcuStat2()
225 for ( i = 0; i < nppp; i++) { //This loop is useful only if several parts per processor in Write_AcuStat2()
[all …]
/phasta/phSolver/common/
H A Dd2wall.c42 int nppp = numparts/nprocs;/* nppp : Number of parts per proc ... */ in read_d2wall() local
43 assert(nppp==1); in read_d2wall()
44 int startpart = irank * nppp +1;/* Part id from which I (myrank) start ... */ in read_d2wall()
45 int endpart = startpart + nppp - 1;/* Part id to which I (myrank) end ... */ in read_d2wall()
66 for ( i = 0; i < nppp; i++) { /*This loop is useful only if several parts per processor*/ in read_d2wall()
H A DgenbkbPosix.f24 integer :: numparts, nppp, nprocs, writeLock local
34 nppp = numparts/numpe
H A DgenbkbSyncIO.f24 integer :: numparts, nppp, nprocs, writeLock local
34 nppp = numparts/numpe
H A Dgenbkb.f24 integer :: numparts, nppp, nprocs, writeLock local
34 nppp = numparts/numpe
/phasta/converterIO/
H A DconverterO2N.cc127 int nppp = N_parts/N_procs; in main() local
128 int startpart = myrank * nppp +1; in main()
129 int endpart = startpart + nppp - 1; in main()
183 Dfield = new double**[nppp]; in main()
184 Ifield = new int**[nppp]; in main()
186 paraD = new int**[nppp]; in main()
187 paraI = new int**[nppp]; in main()
190 int* interiorMark = new int[nppp]; in main()
191 int* boundaryMark = new int[nppp]; in main()
192 int* codesMark = new int[nppp]; in main()
[all …]
H A DconverterN2O.cc100 int nppp = N_parts/N_procs; in main() local
101 int startpart = myrank * nppp +1; in main()
102 int endpart = startpart + nppp - 1; in main()
147 Dfield[i] = new double*[nppp]; in main()
149 paraD[i] = new int*[nppp]; in main()
161 Ifield[i] = new int*[nppp]; in main()
163 paraI[i] = new int*[nppp]; in main()
206 for ( j = 0; j < nppp; j++ ) in main()
270 for ( j = 0; j < nppp; j++ ) in main()
363 for ( j = 0; j < nppp; j++ ) in main()
[all …]
/phasta/phastaIO/
H A DphastaIO.cc148 int nppp; member
672 PhastaIOActiveFiles[i]->nppp = in initphmpiio()
677 (PhastaIOActiveFiles[i]->local_myrank * PhastaIOActiveFiles[i]->nppp); in initphmpiio()
688 ( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nppp , sizeof( unsigned long) ); in initphmpiio()
691 ( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nppp , sizeof( unsigned long) ); in initphmpiio()
833 PhastaIOActiveFiles[i]->nppp = in initphmpiiosub()
838 (PhastaIOActiveFiles[i]->local_myrank * PhastaIOActiveFiles[i]->nppp); in initphmpiiosub()
849 ( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nppp , sizeof( unsigned long) ); in initphmpiiosub()
852 ( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nppp , sizeof( unsigned long) ); in initphmpiiosub()
1052 PhastaIOActiveFiles[i]->nppp, in openfile()
[all …]
H A DvtkPhastaReader.cxx129 int nppp; member
/phasta/phSolver/incompressible/
H A Dusr.c329 int nppp = numParts/nprocs; // nppp : Number of parts per proc ...
330 int startpart = *myrank * nppp +1; // Part id from which I (myrank) start ...
331 int endpart = startpart + nppp - 1; // Part id to which I (myrank) end ...