Home
last modified time | relevance | path

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

12

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dlmptype.h118 #define MPI_LMP_TAGINT MPI_INT macro
150 #define MPI_LMP_TAGINT MPI_LL macro
181 #define MPI_LMP_TAGINT MPI_INT macro
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dwrite_data.cpp481 MPI_Irecv(&buf[0][0],maxrow*ncol,MPI_LMP_TAGINT,iproc,0,world,&request); in bonds()
484 MPI_Get_count(&status,MPI_LMP_TAGINT,&recvrow); in bonds()
494 MPI_Rsend(&buf[0][0],sendrow*ncol,MPI_LMP_TAGINT,0,0,world); in bonds()
536 MPI_Irecv(&buf[0][0],maxrow*ncol,MPI_LMP_TAGINT,iproc,0,world,&request); in angles()
539 MPI_Get_count(&status,MPI_LMP_TAGINT,&recvrow); in angles()
549 MPI_Rsend(&buf[0][0],sendrow*ncol,MPI_LMP_TAGINT,0,0,world); in angles()
591 MPI_Irecv(&buf[0][0],maxrow*ncol,MPI_LMP_TAGINT,iproc,0,world,&request); in dihedrals()
594 MPI_Get_count(&status,MPI_LMP_TAGINT,&recvrow); in dihedrals()
604 MPI_Rsend(&buf[0][0],sendrow*ncol,MPI_LMP_TAGINT,0,0,world); in dihedrals()
649 MPI_Get_count(&status,MPI_LMP_TAGINT,&recvrow); in impropers()
[all …]
H A Dlmptype.h95 #define MPI_LMP_TAGINT MPI_INT macro
132 #define MPI_LMP_TAGINT MPI_LL macro
168 #define MPI_LMP_TAGINT MPI_INT macro
H A Ddump.cpp270 MPI_Allreduce(&min,&minall,1,MPI_LMP_TAGINT,MPI_MIN,world); in init()
271 MPI_Allreduce(&max,&maxall,1,MPI_LMP_TAGINT,MPI_MAX,world); in init()
666 MPI_Allreduce(&min,&minall,1,MPI_LMP_TAGINT,MPI_MIN,world); in sort()
667 MPI_Allreduce(&max,&maxall,1,MPI_LMP_TAGINT,MPI_MAX,world); in sort()
H A Dreset_mol_ids.cpp239 MPI_Allreduce(&mymol,&offset,1,MPI_LMP_TAGINT,MPI_MAX,world); in reset()
H A Datom_map.cpp301 MPI_Allreduce(&max,&map_tag_max,1,MPI_LMP_TAGINT,MPI_MAX,world); in map_style_set()
H A Dfix_evaporate.cpp270 MPI_Bcast(&imolecule,1,MPI_LMP_TAGINT,proc,world); in pre_exchange()
H A Dreplicate.cpp90 MPI_Allreduce(&maxtag,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in command()
100 MPI_Allreduce(&maxmol,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in command()
H A Datom.cpp888 MPI_Allreduce(&min,&minall,1,MPI_LMP_TAGINT,MPI_MIN,world); in tag_check()
889 MPI_Allreduce(&max,&maxall,1,MPI_LMP_TAGINT,MPI_MAX,world); in tag_check()
917 MPI_Allreduce(&maxtag,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in tag_extend()
961 MPI_Allreduce(&idmin,&idminall,1,MPI_LMP_TAGINT,MPI_MIN,world); in tag_consecutive()
962 MPI_Allreduce(&idmax,&idmaxall,1,MPI_LMP_TAGINT,MPI_MAX,world); in tag_consecutive()
H A Dfix_deposit.cpp648 MPI_Allreduce(&max,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in find_maxid()
653 MPI_Allreduce(&max,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in find_maxid()
H A Dcreate_atoms.cpp464 MPI_Allreduce(&max,&maxmol,1,MPI_LMP_TAGINT,MPI_MAX,world); in command()
465 MPI_Scan(&molcreate,&moloffset,1,MPI_LMP_TAGINT,MPI_SUM,world); in command()
/dports/science/lammps/lammps-stable_29Sep2021/src/COLVARS/
H A Dndx_group.cpp114 MPI_Bcast((void *)tags.data(),num,MPI_LMP_TAGINT,0,world); in command()
132 MPI_Bcast(tbuf,num,MPI_LMP_TAGINT,0,world); in command()
159 MPI_Bcast((void *)tags.data(),num,MPI_LMP_TAGINT,0,world); in command()
169 MPI_Bcast(tbuf,num,MPI_LMP_TAGINT,0,world); in command()
H A Dgroup_ndx.cpp126 MPI_Irecv(recvlist+allrecv,gcount-allrecv,MPI_LMP_TAGINT,i,0, world,&request); in write_group()
129 MPI_Get_count(&status,MPI_LMP_TAGINT,&nrecv); in write_group()
137 MPI_Rsend(sendlist,lnum,MPI_LMP_TAGINT,0,0,world); in write_group()
/dports/science/lammps/lammps-stable_29Sep2021/src/REPLICA/
H A Dfix_neb.cpp712 MPI_Irecv(tagrecv,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld,&requests[1]); in inter_replica_comm()
716 MPI_Send(tagsend,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld); in inter_replica_comm()
731 MPI_Irecv(tagrecv,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld,&requests[1]); in inter_replica_comm()
736 MPI_Send(tagsend,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld); in inter_replica_comm()
778 MPI_Gatherv(tagsend,m,MPI_LMP_TAGINT, in inter_replica_comm()
779 tagsendall,counts,displacements,MPI_LMP_TAGINT,0,world); in inter_replica_comm()
797 MPI_Irecv(tagrecvall,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld, in inter_replica_comm()
802 MPI_Send(tagsendall,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld); in inter_replica_comm()
823 MPI_Irecv(tagrecvall,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld, in inter_replica_comm()
829 MPI_Send(tagsendall,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld); in inter_replica_comm()
H A Dprd.cpp798 MPI_Bcast(tagall,natoms,MPI_LMP_TAGINT,ireplica,comm_replica); in replicate()
825 MPI_Gatherv(atom->tag,atom->nlocal,MPI_LMP_TAGINT, in replicate()
826 tagall,counts,displacements,MPI_LMP_TAGINT,0,world); in replicate()
837 MPI_Bcast(tagall,natoms,MPI_LMP_TAGINT,ireplica,comm_replica); in replicate()
842 MPI_Bcast(tagall,natoms,MPI_LMP_TAGINT,0,world); in replicate()
H A Dverlet_split.cpp493 MPI_Gatherv(atom->tag,n,MPI_LMP_TAGINT, in rk_setup()
494 atom->tag,qsize,qdisp,MPI_LMP_TAGINT,0,block); in rk_setup()
H A Dfix_pimd.cpp667 MPI_Sendrecv(atom->tag, nlocal, MPI_LMP_TAGINT, plan_send[iplan], 0, tag_send, nsend, in comm_exec()
668 MPI_LMP_TAGINT, plan_recv[iplan], 0, universe->uworld, MPI_STATUS_IGNORE); in comm_exec()
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dfix_neb_spin.cpp759 MPI_Irecv(tagrecv,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld,&requests[1]); in inter_replica_comm()
764 MPI_Send(tagsend,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld); in inter_replica_comm()
784 MPI_Irecv(tagrecv,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld,&requests[1]); in inter_replica_comm()
791 MPI_Send(tagsend,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld); in inter_replica_comm()
845 MPI_Gatherv(tagsend,m,MPI_LMP_TAGINT, in inter_replica_comm()
846 tagsendall,counts,displacements,MPI_LMP_TAGINT,0,world); in inter_replica_comm()
876 MPI_Irecv(tagrecvall,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld, in inter_replica_comm()
882 MPI_Send(tagsendall,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld); in inter_replica_comm()
909 MPI_Irecv(tagrecvall,nebatoms,MPI_LMP_TAGINT,procnext,0,uworld, in inter_replica_comm()
917 MPI_Send(tagsendall,nebatoms,MPI_LMP_TAGINT,procprev,0,uworld); in inter_replica_comm()
/dports/science/lammps/lammps-stable_29Sep2021/src/POEMS/
H A Dfix_poems.cpp173 MPI_Allreduce(&maxmol_tag,&itmp,1,MPI_LMP_TAGINT,MPI_MAX,world); in FixPOEMS()
1065 MPI_Allgatherv(mylist[0],3*mjoint,MPI_LMP_TAGINT,jlist[0], in jointbuild()
1066 recvcounts,displs,MPI_LMP_TAGINT,world); in jointbuild()
1068 MPI_Allgatherv(nullptr,3*mjoint,MPI_LMP_TAGINT,jlist[0], in jointbuild()
1069 recvcounts,displs,MPI_LMP_TAGINT,world); in jointbuild()
/dports/science/lammps/lammps-stable_29Sep2021/src/MC/
H A Dfix_gcmc.cpp1382 MPI_Allreduce(&maxmol,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_molecule_insertion()
1390 MPI_Allreduce(&maxtag,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_molecule_insertion()
1526 MPI_Allreduce(&tmptag,&tmptag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_atomic_translation_full()
1989 MPI_Allreduce(&maxmol,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_molecule_insertion_full()
1998 MPI_Allreduce(&maxtag,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_molecule_insertion_full()
2366 MPI_LMP_TAGINT,MPI_MAX,world); in pick_random_gas_molecule()
2420 MPI_Allreduce(&maxmol,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in update_gas_atoms_list()
H A Dfix_widom.cpp794 MPI_Allreduce(&maxmol,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_molecule_insertion_full()
803 MPI_Allreduce(&maxtag,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in attempt_molecule_insertion_full()
1094 MPI_Allreduce(&maxmol,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in update_gas_atoms_list()
H A Dfix_charge_regulation.cpp1200 MPI_Allreduce(&maxtag, &maxtag_all, 1, MPI_LMP_TAGINT, MPI_MAX, world); in assign_tags()
1209 MPI_Allreduce(&notag, &notag_all, 1, MPI_LMP_TAGINT, MPI_SUM, world); in assign_tags()
1214 MPI_Scan(&notag, &notag_sum, 1, MPI_LMP_TAGINT, MPI_SUM, world); in assign_tags()
/dports/science/lammps/lammps-stable_29Sep2021/src/DIELECTRIC/
H A Dfix_polarize_functional.cpp183 MPI_Allreduce(&max_tag, &itmp, 1, MPI_LMP_TAGINT, MPI_MAX, world); in init()
221 MPI_Allreduce(&max_tag, &itmp, 1, MPI_LMP_TAGINT, MPI_MAX, world); in init()
/dports/science/lammps/lammps-stable_29Sep2021/src/PHONON/
H A Dfix_phonon.cpp543 MPI_Allgatherv(tag_loc,nfind,MPI_LMP_TAGINT,tag_all,recvcnts,displs,MPI_LMP_TAGINT,world); in readmap()
/dports/science/lammps/lammps-stable_29Sep2021/src/GRANULAR/
H A Dfix_pour.cpp759 MPI_Allreduce(&max,&maxtag_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in find_maxid()
764 MPI_Allreduce(&max,&maxmol_all,1,MPI_LMP_TAGINT,MPI_MAX,world); in find_maxid()

12