From ac1397b3d14f825703b88d20f99bd4cb55d678fc Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 8 Apr 2013 08:40:54 -0700 Subject: [PATCH] only 1 particle can be restarted at a time and should run from master --- src/main.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.F90 b/src/main.F90 index 41a7481da7..e0182902a6 100644 --- a/src/main.F90 +++ b/src/main.F90 @@ -26,7 +26,7 @@ program main ! For tallies-only mode, we just skip straight to finalize_run to write out ! the tally results case (MODE_PARTICLE) - call run_particle_restart() + if(master) call run_particle_restart() end select ! finalize run