From 4bcf485d96ae068fab03b764d00afca812463229 Mon Sep 17 00:00:00 2001 From: Bruno Donassolo Date: Fri, 4 Jun 2021 16:37:13 +0200 Subject: [PATCH] Fix test on MAC OS --- teshsuite/smpi/pt2pt-pingpong/broken_hostfiles.tesh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/teshsuite/smpi/pt2pt-pingpong/broken_hostfiles.tesh b/teshsuite/smpi/pt2pt-pingpong/broken_hostfiles.tesh index b139f2d0db..94789ef6f3 100644 --- a/teshsuite/smpi/pt2pt-pingpong/broken_hostfiles.tesh +++ b/teshsuite/smpi/pt2pt-pingpong/broken_hostfiles.tesh @@ -1,12 +1,6 @@ ! ignore .*Aborted.* ! expect return 134 -$ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile_empty -quiet -platform ${platfdir:=.}/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -s --log=smpi_config.thres:warning --log=no_loc -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/privatization' to '1' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/np' to '4' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/hostfile' to '../hostfile_empty' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/tmpdir' to '/tmp' +$ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile_empty -quiet -platform ${platfdir:=.}/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -s --log=smpi_config.thres:warning --log=xbt_cfg.thres=warning --log=no_loc > [0.000000] [root/CRITICAL] smpirun: the hostfile '../hostfile_empty' is empty > Execution failed with code 134. -- 2.20.1