mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
-s command option can now be used for particle restart
This commit is contained in:
parent
0b8312a0c9
commit
86594ee03a
2 changed files with 2 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ contains
|
|||
case ('-eps_tol', '-ksp_gmres_restart')
|
||||
! Handle options that would be based to PETSC
|
||||
i = i + 1
|
||||
case ('-particle','--particle')
|
||||
case ('-s','-particle','--particle')
|
||||
! Read in path for particle restart
|
||||
i = i + 1
|
||||
path_particle_restart = argv(i)
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@ contains
|
|||
write(OUTPUT_UNIT,*) 'Options:'
|
||||
write(OUTPUT_UNIT,*) ' -p, --plot Run in plotting mode'
|
||||
write(OUTPUT_UNIT,*) ' -r, --restart Restart a previous run'
|
||||
write(OUTPUT_UNIT,*) ' -s, --particle Run a single particle history'
|
||||
write(OUTPUT_UNIT,*) ' -t, --tallies Write tally results from state point'
|
||||
write(OUTPUT_UNIT,*) ' -v, --version Show version information'
|
||||
write(OUTPUT_UNIT,*) ' -?, --help Show this message'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue