From f9334b12df1df264c8d90ce0145f56b68b2018bc Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 15 Oct 2012 14:42:06 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8964 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/REPLICA/prd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REPLICA/prd.cpp b/src/REPLICA/prd.cpp index fd2df15fa5..d1355c7b8d 100644 --- a/src/REPLICA/prd.cpp +++ b/src/REPLICA/prd.cpp @@ -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);