From d3de14a6513d53933bc175da91c3e1302fb9a629 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 8 Nov 2019 10:51:57 +0100 Subject: [PATCH] Fix test on slow machines. --- teshsuite/smpi/gh-139/gh-139.tesh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/teshsuite/smpi/gh-139/gh-139.tesh b/teshsuite/smpi/gh-139/gh-139.tesh index 2382b3a5ff..791b3071e3 100644 --- a/teshsuite/smpi/gh-139/gh-139.tesh +++ b/teshsuite/smpi/gh-139/gh-139.tesh @@ -1,15 +1,15 @@ -$ ${bindir:=.}/../../../smpi_script/bin/smpirun -np 2 -platform ../../../examples/platforms/small_platform.xml -hostfile ../hostfile ${bindir:=.}/gh-139 --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -np 2 -platform ../../../examples/platforms/small_platform.xml -hostfile ../hostfile ${bindir:=.}/gh-139 --cfg=smpi/simulate-computation:no --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning > [Tremblay:0:(1) 0.000000] [smpi_test/INFO] I'm 0/2 > [Jupiter:1:(2) 0.000000] [smpi_test/INFO] I'm 1/2 -> [Jupiter:wait recv:(3) 0.000000] [smpi_test/INFO] new thread has parameter rank 1 and global variable rank 1 -> [Jupiter:wait recv:(3) 0.000000] [smpi_test/INFO] 1 has MPI rank -333 and global variable rank 1 -> [Jupiter:wait recv:(3) 0.000000] [smpi_test/INFO] -333 waiting request -> [Tremblay:wait send:(4) 0.000000] [smpi_test/INFO] new thread has parameter rank 0 and global variable rank 0 -> [Tremblay:wait send:(4) 0.000000] [smpi_test/INFO] 0 has MPI rank -333 and global variable rank 0 -> [Tremblay:wait send:(4) 0.000000] [smpi_test/INFO] -333 waiting request -> [Tremblay:wait send:(4) 0.000000] [smpi_test/INFO] -333 request done -> [Tremblay:wait send:(4) 0.000000] [smpi_test/INFO] 0 still has MPI rank -333 and global variable 0 -> [Jupiter:wait recv:(3) 0.002945] [smpi_test/INFO] -333 request done -> [Jupiter:wait recv:(3) 0.002945] [smpi_test/INFO] 1 still has MPI rank -333 and global variable 1 +> [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] new thread has parameter rank 0 and global variable rank 0 +> [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] 0 has MPI rank -333 and global variable rank 0 +> [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] -333 waiting request +> [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] -333 request done +> [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] 0 still has MPI rank -333 and global variable 0 +> [Jupiter:wait recv:(4) 0.000000] [smpi_test/INFO] new thread has parameter rank 1 and global variable rank 1 +> [Jupiter:wait recv:(4) 0.000000] [smpi_test/INFO] 1 has MPI rank -333 and global variable rank 1 +> [Jupiter:wait recv:(4) 0.000000] [smpi_test/INFO] -333 waiting request +> [Jupiter:wait recv:(4) 0.002945] [smpi_test/INFO] -333 request done +> [Jupiter:wait recv:(4) 0.002945] [smpi_test/INFO] 1 still has MPI rank -333 and global variable 1 > [Tremblay:0:(1) 1.000000] [smpi_test/INFO] finally 42 > [Jupiter:1:(2) 2.000000] [smpi_test/INFO] finally 42 -- 2.20.1