From f4cb1258cd941edf19137ee7960409a15e11e171 Mon Sep 17 00:00:00 2001 From: Popescu V <136721202+popescu-v@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:10:06 +0200 Subject: [PATCH] Use default MPI command arguments for MacOS The MPI command is fully set-up by `khiops_env`. --- test/LearningTestTool/py/kht_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/LearningTestTool/py/kht_test.py b/test/LearningTestTool/py/kht_test.py index 0ae436bdf..eca2810b4 100644 --- a/test/LearningTestTool/py/kht_test.py +++ b/test/LearningTestTool/py/kht_test.py @@ -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)