Home
last modified time | relevance | path

Searched refs:nclusterprocs (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/sparta/sparta-20Oct2021/src/
H A Dwrite_surf.cpp75 nclusterprocs = 1; in command()
80 nclusterprocs = nprocs; in command()
107 nclusterprocs = fileprocnext - fileproc; in command()
131 nclusterprocs = fileprocnext - fileproc; in command()
214 int istop = static_cast<int> (1.0*(me+nclusterprocs)/nprocs * surf->nlocal); in write_file_all_points()
306 int istop = static_cast<int> (1.0*(me+nclusterprocs)/nprocs * surf->nlocal); in write_file_all_nopoints()
453 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write_file_distributed_points()
522 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write_file_distributed_points()
645 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write_file_distributed_nopoints()
763 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write_header()
H A Dwrite_restart.cpp109 nclusterprocs = nprocs; in multiproc_options()
115 nclusterprocs = 1; in multiproc_options()
137 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
161 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
266 write_int(PROCSPERFILE,nclusterprocs); in write()
287 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
407 write_int(PROCSPERFILE,nclusterprocs); in write_less_memory()
436 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write_less_memory()
H A Dread_restart.cpp458 int nclusterprocs = fileprocnext - fileproc; in command() local
490 if (procsperfile == nclusterprocs) procmatch = 1; in command()
542 if (i % nclusterprocs) { in command()
543 iproc = me + (i % nclusterprocs); in command()
561 if (i % nclusterprocs) { in command()
562 iproc = me + (i % nclusterprocs); in command()
624 int nclusterprocs = fileprocnext - fileproc; in command() local
656 if (procsperfile == nclusterprocs) procmatch = 1; in command()
680 if (i % nclusterprocs) { in command()
681 iproc = me + (i % nclusterprocs); in command()
[all …]
H A Ddump.cpp98 nclusterprocs = nprocs; in Dump()
107 nclusterprocs = 1; in Dump()
311 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
333 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
530 nclusterprocs = fileprocnext - fileproc; in modify_params()
639 nclusterprocs = fileprocnext - fileproc; in modify_params()
H A Dwrite_surf.h46 int nclusterprocs; // # of procs in my cluster that write to one file
H A Dwrite_restart.h43 int nclusterprocs; // # of procs in my cluster that write to one file
H A Ddump.h51 int nclusterprocs; // # of procs in my cluster that write to one file variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump_mesh_vtm.cpp93 dumpMesh = new DumpMesh(lmp, nclusterprocs, multiproc, filewriter, fileproc, controller); in DumpMeshVTM()
160 if (me + nclusterprocs == nprocs) // last filewriter in setFileCurrent()
163 id = me/nclusterprocs; in setFileCurrent()
H A Ddump_local_gran_vtk.cpp104 …K::identify_file_type(filename, allowed_extensions, style, multiproc, nclusterprocs, filewriter, f… in DumpLocalGranVTK()
115 nclusterprocs = 1; in DumpLocalGranVTK()
142 …dumpLocalGran = new DumpLocalGran(lmp, igroup, nclusterprocs, multiproc, nevery, filewriter, filep… in DumpLocalGranVTK()
H A Ddump_custom_vtm.cpp132 nclusterprocs = nprocs; in DumpCustomVTM()
161 …dumpParticle = new DumpParticle(lmp, igroup, nclusterprocs, multiproc, nevery, filewriter, filepro… in DumpCustomVTM()
170 … dumpMesh = new DumpMesh(lmp, nclusterprocs, multiproc, filewriter, fileproc, controller); in DumpCustomVTM()
178 …dumpLocalGranList.push_back(DumpLocalGran(lmp, igroup, nclusterprocs, multiproc, nevery, filewrite… in DumpCustomVTM()
369 if (me + nclusterprocs == nprocs) // last filewriter in setFileCurrent()
372 id = me/nclusterprocs; in setFileCurrent()
H A Ddump.cpp146 nclusterprocs = nprocs; in Dump()
155 nclusterprocs = 1; in Dump()
354 for (int iproc = 0; iproc < nclusterprocs; iproc++) in write()
383 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
545 nclusterprocs = fileprocnext - fileproc; in modify_params()
600 nclusterprocs = fileprocnext - fileproc; in modify_params()
H A Ddump_mesh.h84 int nclusterprocs; variable
H A Ddump.h98 int nclusterprocs; // # of procs in my cluster that write to one file variable
H A Ddump_custom_vtk.cpp158 …K::identify_file_type(filename, allowed_extensions, style, multiproc, nclusterprocs, filewriter, f… in DumpCustomVTK()
163 …dumpParticle = new DumpParticle(lmp, igroup, nclusterprocs, multiproc, nevery, filewriter, filepro… in DumpCustomVTK()
H A Ddump_vtk.h105 …st<int> &allowed_extensions, char * const style, int &multiproc, int &nclusterprocs, int &filewrit…
H A Ddump_local_gran.h91 int nclusterprocs; // number of procs that write to one file variable
H A Ddump_particle.h95 int nclusterprocs; // number of procs that write to one file variable
H A Ddump_vtk.cpp434 …st<int> &allowed_extensions, char * const style, int &multiproc, int &nclusterprocs, int &filewrit… in identify_file_type() argument
445 nclusterprocs = 1; in identify_file_type()
H A Ddump_local_gran.cpp95 nclusterprocs(_nclusterprocs), in DumpLocalGran()
272 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in prepare_mbSet()
418 if (n_calls_ < nclusterprocs) in write_data()
H A Ddump_mesh_vtk.cpp173 …K::identify_file_type(filename, allowed_extensions, style, multiproc, nclusterprocs, filewriter, f… in DumpMeshVTK()
178 dumpMesh_ = new DumpMesh(lmp, nclusterprocs, multiproc, filewriter, fileproc, controller); in DumpMeshVTK()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dwrite_restart.cpp139 nclusterprocs = nprocs; in multiproc_options()
145 nclusterprocs = 1; in multiproc_options()
167 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
191 nclusterprocs = fileprocnext - fileproc; in multiproc_options()
300 write_int(PROCSPERFILE,nclusterprocs); in write()
383 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
H A Dwrite_restart.h42 int nclusterprocs; // # of procs in my cluster that write to one file variable
H A Ddump.cpp123 nclusterprocs = nprocs; in Dump()
135 nclusterprocs = 1; in Dump()
466 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
488 for (int iproc = 0; iproc < nclusterprocs; iproc++) { in write()
972 nclusterprocs = fileprocnext - fileproc; in modify_params()
1071 nclusterprocs = fileprocnext - fileproc; in modify_params()
H A Ddump.h60 int nclusterprocs; // # of procs in my cluster that write to one file variable
H A Dread_restart.cpp326 int nclusterprocs = fileprocnext - fileproc; in command() local
367 if (i % nclusterprocs) { in command()
368 iproc = me + (i % nclusterprocs); in command()
374 } else if (i % nclusterprocs == me - fileproc) { in command()
386 if (i % nclusterprocs == me - fileproc) { in command()

12