Get rid of OpenMCSettings.openmc_call, which doesn't make sense anymore

This commit is contained in:
Paul Romano 2018-02-14 06:37:17 -06:00
parent 3b31892816
commit ef99788ff4
3 changed files with 0 additions and 8 deletions

View file

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