uncommented mpi capability

This commit is contained in:
Bryan Herman 2014-03-05 17:55:44 -05:00
parent 83ac6bc925
commit f357e370bc

View file

@ -51,8 +51,7 @@ def setup():
def test_run1():
openmc_path = pwd + '/../../src/openmc'
# 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: