Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh tests.
authorTom Cornebize <tom.cornebize@ensimag.grenoble-inp.fr>
Wed, 12 Apr 2017 21:39:23 +0000 (23:39 +0200)
committerTom Cornebize <tom.cornebize@ensimag.grenoble-inp.fr>
Wed, 12 Apr 2017 21:39:23 +0000 (23:39 +0200)
teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communication.tesh
teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh

index 661eff7..43ace2f 100644 (file)
@@ -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
index c4ddfe0..075ce12 100644 (file)
@@ -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