git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8964 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-10-15 14:42:06 +00:00
parent 64c87e863c
commit f9334b12df

View File

@ -641,7 +641,7 @@ void PRD::share_event(int ireplica, int flag)
// since replica 0 possibly has new state from another replica
// addstep_compute_all insures eng/virial are calculated if needed
if (output->ndump && universe->iworld) {
if (output->ndump && universe->iworld == 0) {
timer->barrier_start(TIME_LOOP);
modify->addstep_compute_all(update->ntimestep);
update->integrate->setup_minimal(1);