only 1 particle can be restarted at a time and should run from master

This commit is contained in:
Bryan Herman 2013-04-08 08:40:54 -07:00
parent 34bb27bf7d
commit ac1397b3d1

View file

@ -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