uncommented mpi capability in run 2

This commit is contained in:
Bryan Herman 2014-03-05 17:56:01 -05:00
parent f357e370bc
commit 604abf205c

View file

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