Skip to content

Commit 64039df

Browse files
authored
fix param name (#617)
1 parent 180a664 commit 64039df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/mapdl/core/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def _validate_add_sw(add_sw, exec_path, force_intel=False):
726726
add_sw = re.sub(regex, '', add_sw)
727727
warnings.warn(INTEL_MSG)
728728

729-
if _version_from_path(exec_file) >= 210:
729+
if _version_from_path(exec_path) >= 210:
730730
add_sw += ' -mpi msmpi'
731731

732732
return add_sw

0 commit comments

Comments
 (0)