mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
uncommented mpi capability in run 2
This commit is contained in:
parent
f357e370bc
commit
604abf205c
1 changed files with 1 additions and 2 deletions
|
|
@ -73,8 +73,7 @@ def test_run2():
|
|||
source = glob.glob(pwd + '/source.10.*')
|
||||
with open('settings.xml','w') as fh:
|
||||
fh.write(settings2.format(source[0].split('.')[2]))
|
||||
# if int(NoseMPI.mpi_np) > 0:
|
||||
if False:
|
||||
if int(NoseMPI.mpi_np) > 0:
|
||||
proc = Popen([NoseMPI.mpi_exec, '-np', NoseMPI.mpi_np, openmc_path],
|
||||
stderr=STDOUT, stdout=PIPE)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue