Home
last modified time | relevance | path

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

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/lucita/
H A Ddalton_mpi.F9092 integer :: root_proc local
106 integer :: root_proc local
121 integer :: root_proc local
136 integer :: root_proc local
151 integer :: root_proc local
166 integer :: root_proc local
180 integer :: root_proc local
195 integer :: root_proc local
210 integer :: root_proc local
225 integer :: root_proc local
[all …]
/dports/science/sparta/sparta-20Oct2021/src/
H A Duniverse.cpp45 root_proc = NULL; in Universe()
57 memory->destroy(root_proc); in ~Universe()
86 memory->grow(root_proc,(nworlds+n),"universe:root_proc"); in add_world()
90 if (nworlds == 0) root_proc[nworlds] = 0; in add_world()
92 root_proc[nworlds] = root_proc[nworlds-1] + procs_per_world[nworlds-1]; in add_world()
93 if (me >= root_proc[nworlds]) iworld = nworlds; in add_world()
H A Duniverse.h37 int *root_proc; // root proc in each world variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Duniverse.cpp89 root_proc = NULL; in Universe()
103 memory->destroy(root_proc); in ~Universe()
221 memory->grow(root_proc,(nworlds+n),"universe:root_proc"); in add_world()
225 if (nworlds == 0) root_proc[nworlds] = 0; in add_world()
227 root_proc[nworlds] = root_proc[nworlds-1] + procs_per_world[nworlds-1]; in add_world()
228 if (me >= root_proc[nworlds]) iworld = nworlds; in add_world()
H A Duniverse.h70 int *root_proc; // root proc in each world variable
H A Dcomm.cpp230 universe->root_proc[recv_from_partition],0, in set_proc_grid()
233 universe->root_proc[recv_from_partition],0, in set_proc_grid()
356 universe->root_proc[send_to_partition],0, in set_proc_grid()
359 universe->root_proc[send_to_partition],0, in set_proc_grid()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Duniverse.cpp42 root_proc = nullptr; in Universe()
54 memory->destroy(root_proc); in ~Universe()
201 memory->grow(root_proc,(nworlds+n),"universe:root_proc"); in add_world()
205 if (nworlds == 0) root_proc[nworlds] = 0; in add_world()
207 root_proc[nworlds] = root_proc[nworlds-1] + procs_per_world[nworlds-1]; in add_world()
208 if (me >= root_proc[nworlds]) iworld = nworlds; in add_world()
H A Duniverse.h33 int *root_proc; // root proc in each world variable
H A Dcomm.cpp548 universe->root_proc[recv_from_partition],0, in set_proc_grid()
551 universe->root_proc[recv_from_partition],0, in set_proc_grid()
666 universe->root_proc[send_to_partition],0, in set_proc_grid()
669 universe->root_proc[send_to_partition],0, in set_proc_grid()
/dports/science/lammps/lammps-stable_29Sep2021/src/REPLICA/
H A Dverlet_split.cpp70 if (universe->me == universe->root_proc[1]) { in VerletSplit()
75 MPI_Bcast(kspace_procgrid,3,MPI_INT,universe->root_proc[1],universe->uworld); in VerletSplit()
82 if (universe->me == universe->root_proc[1]) { in VerletSplit()
90 universe->root_proc[1],universe->uworld); in VerletSplit()
H A Dfix_neb.cpp132 if (ireplica > 0) procprev = universe->root_proc[ireplica-1]; in FixNEB()
134 if (ireplica < nreplica-1) procnext = universe->root_proc[ireplica+1]; in FixNEB()
142 iroots[i] = universe->root_proc[i]; in FixNEB()
296 procFirst=universe->root_proc[0]; in min_post_force()
H A Dprd.cpp281 MPI_Bcast(&temp_dephase,1,MPI_DOUBLE,universe->root_proc[0], in command()
382 MPI_Bcast(&temp_dephase,1,MPI_DOUBLE,universe->root_proc[ireplica], in command()
H A Dtad.cpp649 MPI_Bcast(buf_final,3*nlocal,MPI_DOUBLE,universe->root_proc[0], in perform_neb()
669 MPI_Bcast(buf_init,3*nlocal,MPI_DOUBLE,universe->root_proc[0], in perform_neb()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp299 ShenandoahRootProcessor root_proc(heap, nworkers, root_phase); in mark_roots() local
304 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc, _heap->process_references()); in mark_roots()
309 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc, _heap->process_references()); in mark_roots()
343 ShenandoahRootProcessor root_proc(_heap, nworkers, root_phase); in update_roots() local
344 ShenandoahUpdateRootsTask update_roots(&root_proc, update_code_cache); in update_roots()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp306 ShenandoahRootScanner root_proc(nworkers, root_phase); in mark_roots() local
311 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc); in mark_roots()
316 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc); in mark_roots()
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dreplicant.ads129 root_proc : constant String := "/proc"; constant
H A Dreplicant.adb46 when proc => return mount_base & root_proc;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp290 ShenandoahAllRootScanner root_proc(nworkers, root_phase); in mark_roots() local
295 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc); in mark_roots()
300 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc); in mark_roots()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp299 ShenandoahAllRootScanner root_proc(nworkers, root_phase); in mark_roots() local
304 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc); in mark_roots()
309 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc); in mark_roots()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp299 ShenandoahAllRootScanner root_proc(nworkers, root_phase); in mark_roots() local
304 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc); in mark_roots()
309 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc); in mark_roots()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp257 ShenandoahAllRootScanner root_proc(nworkers, root_phase); in mark_roots() local
262 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc, _heap->process_references()); in mark_roots()
267 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc, _heap->process_references()); in mark_roots()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahConcurrentMark.cpp335 ShenandoahRootScanner root_proc(nworkers, root_phase); in mark_roots() local
340 ShenandoahInitMarkRootsTask<RESOLVE> mark_roots(&root_proc); in mark_roots()
345 ShenandoahInitMarkRootsTask<NONE> mark_roots(&root_proc); in mark_roots()
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dfix_neb_spin.cpp104 if (ireplica > 0) procprev = universe->root_proc[ireplica-1]; in FixNEBSpin()
106 if (ireplica < nreplica-1) procnext = universe->root_proc[ireplica+1]; in FixNEBSpin()
114 iroots[i] = universe->root_proc[i]; in FixNEBSpin()
/dports/math/z3/z3-z3-4.8.13/src/math/polynomial/
H A Dalgebraic_numbers.cpp1254 struct root_proc { struct
1257 root_proc(imp & _m, unsigned _k):m(_m), k(_k) {} in root_proc() argument
1390 … mk_unary(a, b, mk_root_polynomial(*this, k), root_interval_proc(*this, k), root_proc(*this, k)); in root()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/polynomial/
H A Dalgebraic_numbers.cpp1254 struct root_proc { struct
1257 root_proc(imp & _m, unsigned _k):m(_m), k(_k) {} in root_proc() function
1390 … mk_unary(a, b, mk_root_polynomial(*this, k), root_interval_proc(*this, k), root_proc(*this, k)); in root()