forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5492 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bb98ae8294
commit
6e1b079998
|
@ -378,11 +378,11 @@ void PRD::command(int narg, char **arg)
|
||||||
if (me_universe == 0) {
|
if (me_universe == 0) {
|
||||||
if (universe->uscreen)
|
if (universe->uscreen)
|
||||||
fprintf(universe->uscreen,
|
fprintf(universe->uscreen,
|
||||||
"Loop time of %g on %d procs for %d steps with %.15g atoms\n",
|
"Loop time of %g on %d procs for %d steps with %lu atoms\n",
|
||||||
timer->array[TIME_LOOP],nprocs_universe,nsteps,atom->natoms);
|
timer->array[TIME_LOOP],nprocs_universe,nsteps,atom->natoms);
|
||||||
if (universe->ulogfile)
|
if (universe->ulogfile)
|
||||||
fprintf(universe->ulogfile,
|
fprintf(universe->ulogfile,
|
||||||
"Loop time of %g on %d procs for %d steps with %.15g atoms\n",
|
"Loop time of %g on %d procs for %d steps with %lu atoms\n",
|
||||||
timer->array[TIME_LOOP],nprocs_universe,nsteps,atom->natoms);
|
timer->array[TIME_LOOP],nprocs_universe,nsteps,atom->natoms);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue