Home
last modified time | relevance | path

Searched refs:fileprocnext (Results 1 – 8 of 8) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump.cpp544 int fileprocnext = MIN(fileproc+nper,nprocs); in modify_params() local
545 nclusterprocs = fileprocnext - fileproc; in modify_params()
596 int fileprocnext = in modify_params() local
598 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in modify_params()
599 if (fcluster < icluster+1) fileprocnext++; in modify_params()
600 nclusterprocs = fileprocnext - fileproc; in modify_params()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dwrite_restart.cpp166 int fileprocnext = MIN(fileproc+nper,nprocs); in multiproc_options() local
167 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
187 int fileprocnext = in multiproc_options() local
189 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in multiproc_options()
190 if (fcluster < icluster+1) fileprocnext++; in multiproc_options()
191 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
H A Ddump.cpp971 int fileprocnext = MIN(fileproc+nper,nprocs); in modify_params() local
972 nclusterprocs = fileprocnext - fileproc; in modify_params()
1067 int fileprocnext = in modify_params() local
1069 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in modify_params()
1070 if (fcluster < icluster+1) fileprocnext++; in modify_params()
1071 nclusterprocs = fileprocnext - fileproc; in modify_params()
H A Dread_restart.cpp322 int fileprocnext = in command() local
324 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in command()
325 if (fcluster < icluster+1) fileprocnext++; in command()
326 int nclusterprocs = fileprocnext - fileproc; in command()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dwrite_restart.cpp136 int fileprocnext = MIN(fileproc+nper,nprocs); in multiproc_options() local
137 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
157 int fileprocnext = in multiproc_options() local
159 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in multiproc_options()
160 if (fcluster < icluster+1) fileprocnext++; in multiproc_options()
161 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
H A Ddump.cpp529 int fileprocnext = MIN(fileproc+nper,nprocs); in modify_params() local
530 nclusterprocs = fileprocnext - fileproc; in modify_params()
635 int fileprocnext = in modify_params() local
637 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in modify_params()
638 if (fcluster < icluster+1) fileprocnext++; in modify_params()
639 nclusterprocs = fileprocnext - fileproc; in modify_params()
H A Dwrite_surf.cpp106 int fileprocnext = MIN(fileproc+nper,nprocs); in command() local
107 nclusterprocs = fileprocnext - fileproc; in command()
127 int fileprocnext = in command() local
129 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in command()
130 if (fcluster < icluster+1) fileprocnext++; in command()
131 nclusterprocs = fileprocnext - fileproc; in command()
H A Dread_restart.cpp454 int fileprocnext = in command() local
456 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in command()
457 if (fcluster < icluster+1) fileprocnext++; in command()
458 int nclusterprocs = fileprocnext - fileproc; in command()
620 int fileprocnext = in command() local
622 fcluster = static_cast<int> ((bigint) fileprocnext * nfile/nprocs); in command()
623 if (fcluster < icluster+1) fileprocnext++; in command()
624 int nclusterprocs = fileprocnext - fileproc; in command()