Skip to content

Commit 7803380

Browse files
committed
fmk - fix REWET_Wrapper, incorrect arg name used, bug if mpi4py present
1 parent b8d6600 commit 7803380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/systemPerformance/REWET/REWET_Wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def create_path(path):
482482

483483
mpi_spec = importlib.util.find_spec('mpi4py')
484484
found = mpi_spec is not None
485-
if found and arg_parser.par:
485+
if found and parser_data.par:
486486
from mpi4py import MPI
487487

488488
comm = MPI.COMM_WORLD

0 commit comments

Comments
 (0)