Home
last modified time | relevance | path

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

123

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dimbalance_var.cpp76 int flagall; in compute() local
77 MPI_Allreduce(&flag, &flagall, 1, MPI_INT, MPI_SUM, world); in compute()
78 if (flagall) error->one(FLERR, "Balance weight <= 0.0"); in compute()
H A Dmin_quickmin.cpp83 int flag,flagall; in iterate() local
212 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
213 if (flagall == 0) return ETOL; in iterate()
231 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
232 if (flagall == 0) return FTOL; in iterate()
H A Dfix_evaporate.cpp131 int flagall; in init() local
132 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
134 if (flagall) in init()
148 int flagall; in init() local
149 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
150 if (flagall && comm->me == 0) in init()
H A Dmin_fire_old.cpp89 int flag,flagall; in iterate() local
247 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
248 if (flagall == 0) return ETOL; in iterate()
266 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
267 if (flagall == 0) return FTOL; in iterate()
H A Dmin_fire.cpp113 int flag,flagall; in iterate() local
492 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
493 if (flagall == 0) in iterate()
513 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
514 if (flagall == 0) return FTOL; in iterate()
H A Dfix_wall_region.cpp138 int flagall; in init() local
139 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
140 if (flagall) in init()
H A Ddomain.cpp811 int flagall; in image_check() local
812 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_MAX,world); in image_check()
813 if (flagall && comm->me == 0) in image_check()
932 int flagall; in box_too_small_check() local
933 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_MAX,world); in box_too_small_check()
934 if (flagall && comm->me == 0) in box_too_small_check()
962 int flagall; in subbox_too_small_check() local
963 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in subbox_too_small_check()
964 if (flagall && comm->me == 0) in subbox_too_small_check()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute.cpp294 int flagall; in molecules_in_group() local
295 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in molecules_in_group()
296 if (flagall && comm->me == 0) in molecules_in_group()
337 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in molecules_in_group()
338 if (flagall && comm->me == 0) in molecules_in_group()
H A Dfix_wall_region.cpp150 int flagall; in init() local
151 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
152 if (flagall) in init()
H A Dsort_buffer.cpp392 int flagall; in sort() local
393 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in sort()
394 if (flagall) reorderflag = 0; in sort()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dcompute_react_surf.cpp146 bigint flagall; in init() local
148 MPI_Allreduce(&flag,&flagall,1,MPI_SPARTA_BIGINT,MPI_SUM,world); in init()
149 } else flagall = flag; in init()
151 if (flagall && comm->me == 0) { in init()
155 " surfs are not assigned to surf react model",flagall); in init()
H A Dcompute_react_isurf_grid.cpp156 bigint flagall; in init() local
157 MPI_Allreduce(&flag,&flagall,1,MPI_SPARTA_BIGINT,MPI_SUM,world); in init()
159 if (flagall && comm->me == 0) { in init()
163 "are not assigned to surf react model",flagall); in init()
H A Dread_particles.cpp128 int flagall; in command() local
129 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in command()
144 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in command()
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dmin_spin.cpp121 int flag,flagall; in iterate() local
159 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
160 if (flagall == 0) return ETOL; in iterate()
179 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
180 if (flagall == 0) return FTOL; in iterate()
H A Dmin_spin_cg.cpp184 int flag, flagall; in iterate() local
261 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
262 if (flagall == 0) return ETOL; in iterate()
281 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
282 if (flagall == 0) return FTOL; in iterate()
H A Dmin_spin_lbfgs.cpp194 int flag, flagall; in iterate() local
277 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
278 if (flagall == 0) return ETOL; in iterate()
297 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,universe->uworld); in iterate()
298 if (flagall == 0) return FTOL; in iterate()
/dports/science/lammps/lammps-stable_29Sep2021/src/COLLOID/
H A Dfix_wall_colloid.cpp52 int flagall; in init() local
53 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
54 if (flagall) error->all(FLERR,"Fix wall/colloid requires extended particles"); in init()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DMoleculeSet.cpp77 int flagall; in initialize() local
78 lammps_->int_allsum(&flag,&flagall); in initialize()
79 if (flagall) throw ATC_Error("Atom with molecule ID = 0 included in atc molecule group"); in initialize()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DMoleculeSet.cpp77 int flagall; in initialize() local
78 lammps_->int_allsum(&flag,&flagall); in initialize()
79 if (flagall) throw ATC_Error("Atom with molecule ID = 0 included in atc molecule group"); in initialize()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dneighbor_kokkos.cpp210 int flagall; in check_distance_kokkos() local
211 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_MAX,world); in check_distance_kokkos()
212 if (flagall && ago == MAX(every,delay)) ndanger++; in check_distance_kokkos()
213 return flagall; in check_distance_kokkos()
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/library/
H A Dmany2many.cpp94 int flagall; in setup() local
95 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_MIN,comm); in setup()
96 if (flagall) return; in setup()
/dports/science/lammps/lammps-stable_29Sep2021/src/CORESHELL/
H A Dcompute_temp_cs.cpp189 int flagall; in setup() local
190 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in setup()
191 if (flagall) error->all(FLERR,"Core/shell partners were not all found"); in setup()
/dports/science/lammps/lammps-stable_29Sep2021/src/REAXFF/
H A Dfix_reaxff_species.cpp497 int flagall; in SortMolecule() local
498 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in SortMolecule()
499 if (flagall && me == 0) in SortMolecule()
536 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in SortMolecule()
537 if (flagall && comm->me == 0) in SortMolecule()
/dports/science/lammps/lammps-stable_29Sep2021/src/MC/
H A Dfix_widom.cpp310 int flagall; in init() local
311 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
312 if (flagall && comm->me == 0) in init()
394 int flagall; in init() local
395 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in init()
397 if (flagall) in init()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_tmd.cpp510 int flagall; in readfile() local
511 MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); in readfile()
512 if (flagall) error->all(FLERR,"TMD target file did not list all group atoms"); in readfile()

123