mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
uncommented mpi capability
This commit is contained in:
parent
83ac6bc925
commit
f357e370bc
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue