diff --git a/src/USER-OMP/bond_fene_expand_omp.cpp b/src/USER-OMP/bond_fene_expand_omp.cpp index 1a640c9049..7587b93c7e 100644 --- a/src/USER-OMP/bond_fene_expand_omp.cpp +++ b/src/USER-OMP/bond_fene_expand_omp.cpp @@ -117,7 +117,8 @@ void BondFENEExpandOMP::eval(int nfrom, int nto, ThrData * const thr) if (rlogarg < 0.1) { char str[128]; - sprintf(str,"FENE bond too long: " BIGINT_FORMAT " %d %d %g", + sprintf(str,"FENE bond too long: " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " %g", update->ntimestep,atom->tag[i1],atom->tag[i2],sqrt(rsq)); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/bond_fene_omp.cpp b/src/USER-OMP/bond_fene_omp.cpp index de7c969a9f..085fceefdf 100644 --- a/src/USER-OMP/bond_fene_omp.cpp +++ b/src/USER-OMP/bond_fene_omp.cpp @@ -113,7 +113,8 @@ void BondFENEOMP::eval(int nfrom, int nto, ThrData * const thr) if (rlogarg < 0.1) { char str[128]; - sprintf(str,"FENE bond too long: " BIGINT_FORMAT " %d %d %g", + sprintf(str,"FENE bond too long: " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " %g", update->ntimestep,atom->tag[i1],atom->tag[i2],sqrt(rsq)); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/dihedral_charmm_omp.cpp b/src/USER-OMP/dihedral_charmm_omp.cpp index 7d7d6c06cf..b0f8d171f3 100644 --- a/src/USER-OMP/dihedral_charmm_omp.cpp +++ b/src/USER-OMP/dihedral_charmm_omp.cpp @@ -174,7 +174,9 @@ void DihedralCharmmOMP::eval(int nfrom, int nto, ThrData * const thr) if (screen) { char str[128]; - sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp b/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp index 4c3f5303a3..57a4561629 100644 --- a/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp +++ b/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp @@ -161,7 +161,9 @@ void DihedralCosineShiftExpOMP::eval(int nfrom, int nto, ThrData * const thr) if (screen) { char str[128]; - sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/dihedral_harmonic_omp.cpp b/src/USER-OMP/dihedral_harmonic_omp.cpp index ef8194b228..79daf186cb 100644 --- a/src/USER-OMP/dihedral_harmonic_omp.cpp +++ b/src/USER-OMP/dihedral_harmonic_omp.cpp @@ -160,7 +160,9 @@ void DihedralHarmonicOMP::eval(int nfrom, int nto, ThrData * const thr) if (screen) { char str[128]; - sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/dihedral_multi_harmonic_omp.cpp b/src/USER-OMP/dihedral_multi_harmonic_omp.cpp index 73ccec7f7b..e43c75d539 100644 --- a/src/USER-OMP/dihedral_multi_harmonic_omp.cpp +++ b/src/USER-OMP/dihedral_multi_harmonic_omp.cpp @@ -182,7 +182,9 @@ void DihedralMultiHarmonicOMP::eval(int nfrom, int nto, ThrData * const thr) int me = comm->me; if (screen) { char str[128]; - sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/dihedral_opls_omp.cpp b/src/USER-OMP/dihedral_opls_omp.cpp index 90252207e2..187bdae3a6 100644 --- a/src/USER-OMP/dihedral_opls_omp.cpp +++ b/src/USER-OMP/dihedral_opls_omp.cpp @@ -190,7 +190,9 @@ void DihedralOPLSOMP::eval(int nfrom, int nto, ThrData * const thr) if (screen) { char str[128]; - sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Dihedral problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/improper_cossq_omp.cpp b/src/USER-OMP/improper_cossq_omp.cpp index 80aa55f863..745591a338 100644 --- a/src/USER-OMP/improper_cossq_omp.cpp +++ b/src/USER-OMP/improper_cossq_omp.cpp @@ -132,7 +132,9 @@ void ImproperCossqOMP::eval(int nfrom, int nto, ThrData * const thr) if (screen) { char str[128]; - sprintf(str,"Improper problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Improper problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/improper_fourier_omp.cpp b/src/USER-OMP/improper_fourier_omp.cpp index a4deda17f5..49fcef23d4 100644 --- a/src/USER-OMP/improper_fourier_omp.cpp +++ b/src/USER-OMP/improper_fourier_omp.cpp @@ -189,7 +189,9 @@ void ImproperFourierOMP::add1_thr(const int i1,const int i2, if (screen) { char str[128]; sprintf(str, - "Improper problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + "Improper problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0); diff --git a/src/USER-OMP/improper_umbrella_omp.cpp b/src/USER-OMP/improper_umbrella_omp.cpp index c06a6a9e51..689dbdfe65 100644 --- a/src/USER-OMP/improper_umbrella_omp.cpp +++ b/src/USER-OMP/improper_umbrella_omp.cpp @@ -154,7 +154,9 @@ void ImproperUmbrellaOMP::eval(int nfrom, int nto, ThrData * const thr) if (screen) { char str[128]; - sprintf(str,"Improper problem: %d/%d " BIGINT_FORMAT " %d %d %d %d", + sprintf(str,"Improper problem: %d/%d " BIGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT " " + TAGINT_FORMAT " " TAGINT_FORMAT, me,thr->get_tid(),update->ntimestep, atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]); error->warning(FLERR,str,0);