From 23a4a825789444c7bc954b0075fdd23715facaf5 Mon Sep 17 00:00:00 2001 From: Tom Cornebize Date: Wed, 12 Apr 2017 23:39:23 +0200 Subject: [PATCH] Fix tesh tests. --- .../macro-partial-shared-communication.tesh | 2 +- teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communication.tesh b/teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communication.tesh index 661eff770f..43ace2fa0b 100644 --- a/teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communication.tesh +++ b/teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communication.tesh @@ -2,7 +2,7 @@ p Test compute ! setenv LD_LIBRARY_PATH=../../lib ! output sort ! timeout 5 -$ ${bindir:=.}/../../../bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared-communication --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared-communication --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning > [3] The result of the (normal) communication check for block (0x1234567, 0x1300000) is: 1 > [3] The result of the (normal) communication check for block (0x1300010, 0x3456789) is: 1 > [3] The result of the (normal) communication check for block (0x3457890, 0x4444444) is: 1 diff --git a/teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh b/teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh index c4ddfe0acf..075ce123cf 100644 --- a/teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh +++ b/teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh @@ -2,7 +2,7 @@ p Test compute ! setenv LD_LIBRARY_PATH=../../lib ! output sort ! timeout 5 -$ ${bindir:=.}/../../../bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning > [0] The result of the shared check for block (0x0, 0x1234567) is: 1 > [0] The result of the shared check for block (0x1300000, 0x1300010) is: 1 > [0] The result of the shared check for block (0x3456789, 0x3457890) is: 1 -- 2.20.1