mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
only 1 particle can be restarted at a time and should run from master
This commit is contained in:
parent
34bb27bf7d
commit
ac1397b3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue