Skip to content

Commit

Permalink
Use default MPI command arguments for MacOS
Browse files Browse the repository at this point in the history
The MPI command is fully set-up by `khiops_env`.
  • Loading branch information
popescu-v committed Oct 11, 2024
1 parent 2ad98b8 commit f4cb125
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/LearningTestTool/py/kht_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,6 @@ def evaluate_tool_on_test_dir(
# "Label standard out and standard error (stdout and stderr) with the rank of the process"
if platform.system() == "Windows":
khiops_params.append("-l")
if platform.system() == "Darwin":
khiops_params.append("-host")
khiops_params.append("localhost")
khiops_params.append("-n")
khiops_params.append(str(tool_process_number))
khiops_params.append(tool_exe_path)
Expand Down

0 comments on commit f4cb125

Please sign in to comment.