From eed261cef69b73d5d7eeeae2bbb3080352b15a77 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 2 Sep 2016 12:20:33 +0200 Subject: [PATCH] tesh.py is less permissive, so fix the tesh files --- teshsuite/smpi/pt2pt-pingpong/TI_output.tesh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/teshsuite/smpi/pt2pt-pingpong/TI_output.tesh b/teshsuite/smpi/pt2pt-pingpong/TI_output.tesh index 309b105e6d..1422a25597 100644 --- a/teshsuite/smpi/pt2pt-pingpong/TI_output.tesh +++ b/teshsuite/smpi/pt2pt-pingpong/TI_output.tesh @@ -6,6 +6,11 @@ p generate a trace with pingpong, and replay itself, then check that output trac ! setenv LD_LIBRARY_PATH=../../lib ! output sort $ ${bindir:=.}/../../../bin/smpirun -trace-ti --cfg=tracing/filename:out_in_ti.txt --cfg=smpi/simulate-computation:no -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning +> +> +> +> +> > *** Ping-pong test (MPI_Send/MPI_Recv) *** > == pivot=0 : pingpong [0] <--> [1] > == pivot=1 : pingpong [1] <--> [2] @@ -112,6 +117,11 @@ p Same test, but only using one output file for all processes p generate a trace with pingpong, and replay itself, then check that output trace of the second run is the same as in the first (once sorted) ! output sort $ ${bindir:=.}/../../../bin/smpirun -trace-ti --cfg=tracing/filename:out_in_ti.txt --cfg=tracing/smpi/format/ti-one-file:yes -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning +> +> +> +> +> > *** Ping-pong test (MPI_Send/MPI_Recv) *** > == pivot=0 : pingpong [0] <--> [1] > == pivot=1 : pingpong [1] <--> [2] -- 2.20.1