From 5ae846a0cec2373cce8142a422adf062c300f9c8 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 25 Oct 2013 09:58:05 +0200 Subject: [PATCH] Fix spacing issues in tesh files. --- examples/msg/sendrecv/sendrecv_CLM03.tesh | 4 ++-- teshsuite/smpi/pt2pt.tesh | 2 +- teshsuite/smpi/reduce_scatter_coll.tesh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/msg/sendrecv/sendrecv_CLM03.tesh b/examples/msg/sendrecv/sendrecv_CLM03.tesh index 185504890c..f795621589 100644 --- a/examples/msg/sendrecv/sendrecv_CLM03.tesh +++ b/examples/msg/sendrecv/sendrecv_CLM03.tesh @@ -4,7 +4,7 @@ p Testing the deprecated CM02 network model ! output sort $ $SG_TEST_EXENV sendrecv/sendrecv$EXEEXT ${srcdir:=.}/sendrecv/platform_sendrecv.xml ${srcdir:=.}/sendrecv/deployment_sendrecv.xml --cfg=cpu/model:Cas01 --cfg=network/model:CM02 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (0:@) Configuration change: Set 'cpu/model' to 'Cas01' +> [ 0.000000] (0:@) Configuration change: Set 'cpu/model' to 'Cas01' > [ 0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02' > [ 0.000000] (0:@) test_all > [ 0.000000] (0:@) Switching workstation model to compound since you changed the network and/or cpu model(s) @@ -19,4 +19,4 @@ $ $SG_TEST_EXENV sendrecv/sendrecv$EXEEXT ${srcdir:=.}/sendrecv/platform_sendrec > [1000.200010] (0:@) Total simulation time: 1.000200e+03 > [1000.200010] (2:receiver@Bellevue) Task received : bandwidth task > [1000.200010] (2:receiver@Bellevue) Communic. time 1.000100e+03 -> [1000.200010] (2:receiver@Bellevue) --- bw 999900.009999 ---- \ No newline at end of file +> [1000.200010] (2:receiver@Bellevue) --- bw 999900.009999 ---- diff --git a/teshsuite/smpi/pt2pt.tesh b/teshsuite/smpi/pt2pt.tesh index a90ee022a7..6d2e09ada0 100644 --- a/teshsuite/smpi/pt2pt.tesh +++ b/teshsuite/smpi/pt2pt.tesh @@ -16,7 +16,7 @@ p Test pingpong ! setenv LD_LIBRARY_PATH=../../lib ! output sort $ ../../smpi_script/bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../../examples/msg/small_platform.xml -np 4 ./pingpong -q -> *** Ping-pong test (MPI_Send/MPI_Recv) *** +> *** Ping-pong test (MPI_Send/MPI_Recv) *** > == pivot=0 : pingpong [0] <--> [1] > == pivot=1 : pingpong [1] <--> [2] > == pivot=2 : pingpong [2] <--> [3] diff --git a/teshsuite/smpi/reduce_scatter_coll.tesh b/teshsuite/smpi/reduce_scatter_coll.tesh index d2b6c799dc..5344d6488a 100644 --- a/teshsuite/smpi/reduce_scatter_coll.tesh +++ b/teshsuite/smpi/reduce_scatter_coll.tesh @@ -4,7 +4,7 @@ p Test reduce_scatter $ ../../smpi_script/bin/smpirun -map -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../../examples/msg/small_platform.xml -np 16 --log=xbt_cfg.thres:critical ./reduce_scatter_coll -> No Errors +> No Errors > You requested to use 16 processes, but there is only 5 processes in your hostfile... > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s) > [rank 0] -> Tremblay -- 2.20.1