Home
last modified time | relevance | path

Searched refs:ntrim_all (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dread_dump.cpp165 bigint npurge_all,nreplace_all,ntrim_all,nadd_all; in command() local
173 MPI_Allreduce(&tmp,&ntrim_all,1,MPI_LMP_BIGINT,MPI_SUM,world); in command()
185 fprintf(screen," " BIGINT_FORMAT " atoms trimmed\n",ntrim_all); in command()
194 fprintf(logfile," " BIGINT_FORMAT " atoms trimmed\n",ntrim_all); in command()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_dump.cpp141 bigint nsnap_all,npurge_all,nreplace_all,ntrim_all,nadd_all; in command() local
154 MPI_Allreduce(&tmp,&ntrim_all,1,MPI_LMP_BIGINT,MPI_SUM,world); in command()
168 npurge_all,nreplace_all,ntrim_all,nadd_all,atom->natoms); in command()