mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Get rid of OpenMCSettings.openmc_call, which doesn't make sense anymore
This commit is contained in:
parent
3b31892816
commit
ef99788ff4
3 changed files with 0 additions and 8 deletions
|
|
@ -18,9 +18,6 @@ dt = np.repeat([dt1], N)
|
|||
# Create settings variable
|
||||
settings = openmc.deplete.OpenMCSettings()
|
||||
|
||||
settings.openmc_call = "openmc"
|
||||
# An example for mpiexec:
|
||||
# settings.openmc_call = ["mpiexec", "openmc"]
|
||||
settings.particles = 1000
|
||||
settings.batches = 100
|
||||
settings.inactive = 40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue