git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8964 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -641,7 +641,7 @@ void PRD::share_event(int ireplica, int flag)
|
|||||||
// since replica 0 possibly has new state from another replica
|
// since replica 0 possibly has new state from another replica
|
||||||
// addstep_compute_all insures eng/virial are calculated if needed
|
// 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);
|
timer->barrier_start(TIME_LOOP);
|
||||||
modify->addstep_compute_all(update->ntimestep);
|
modify->addstep_compute_all(update->ntimestep);
|
||||||
update->integrate->setup_minimal(1);
|
update->integrate->setup_minimal(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user