apply new logmesg() overload to a bunch of cases.

This commit is contained in:
Axel Kohlmeyer
2021-04-21 22:53:41 -04:00
parent 0cf1252f1f
commit d2cdb318ab
42 changed files with 259 additions and 297 deletions

View File

@ -103,7 +103,7 @@ Comm::Comm(LAMMPS *lmp) : Pointers(lmp)
if (!lmp->kokkos) omp_set_num_threads(nthreads);
if (me == 0)
utils::logmesg(lmp,fmt::format(" using {} OpenMP thread(s) per MPI task\n",nthreads));
utils::logmesg(lmp," using {} OpenMP thread(s) per MPI task\n",nthreads);
#endif
}