Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I forgot the ones without the extension .tesh
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Feb 2011 10:30:35 +0000 (10:30 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Feb 2011 10:30:35 +0000 (10:30 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9546 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 files changed:
examples/gras/all2all/test_sg_32
examples/gras/all2all/test_sg_64
examples/gras/mmrpc/test_sg_32
examples/gras/mmrpc/test_sg_64
examples/gras/mutual_exclusion/simple_token/test_sg_32
examples/gras/mutual_exclusion/simple_token/test_sg_64
examples/gras/ping/test_sg_32
examples/gras/ping/test_sg_64
examples/gras/pmm/test_sg_32
examples/gras/pmm/test_sg_64
examples/gras/rpc/test_sg_32
examples/gras/rpc/test_sg_64
examples/gras/synchro/test_sg_32
examples/gras/synchro/test_sg_64
teshsuite/gras/msg_handle/test_sg_32
teshsuite/gras/msg_handle/test_sg_64

index 0b70d25..01aa0c7 100644 (file)
@@ -1,5 +1,5 @@
 ! output sort
-$ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml "--log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n"
 > [  0.000000] (01:sender@Tremblay) Launch current node
 > [  0.000000] (03:sender@Jupiter) Launch current node
 > [  0.000000] (05:sender@Fafard) Launch current node
index c8ff187..f2dcee7 100644 (file)
@@ -1,7 +1,7 @@
 #! ./tesh
 
 ! output sort
-$ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:sender@Tremblay) Launch current node
 > [  0.000000] (3:sender@Jupiter) Launch current node
 > [  0.000000] (5:sender@Fafard) Launch current node
index 9c7cb37..17dc324 100644 (file)
@@ -1,5 +1,5 @@
 ! output sort
-$ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/mmrpc.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/mmrpc.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000)
 > [  0.000156] (2:client@Fafard) Connected to Tremblay:4000.
index 490d4c5..1c870af 100644 (file)
@@ -1,5 +1,5 @@
 ! output sort
-$ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/mmrpc.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/mmrpc.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000)
 > [  0.000156] (2:client@Fafard) Connected to Tremblay:4000.
index 9a0febf..1ff4341 100644 (file)
@@ -1,5 +1,5 @@
 ! output sort
-$ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT ${srcdir:=.}/../../../msg/small_platform.xml ${srcdir:=.}/simple_token.xml  --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT ${srcdir:=.}/../../../msg/small_platform.xml ${srcdir:=.}/simple_token.xml  "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  1.000312] (1:node@Tremblay) Create the token (with value 0) and send it to Fafard:4000
 > [  1.118273] (1:node@Tremblay) Begin a new loop. Still to do: 2
 > [  1.236234] (1:node@Tremblay) Begin a new loop. Still to do: 1
index 845d60e..a89e6d5 100644 (file)
@@ -1,5 +1,5 @@
 ! output sort
-$ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT ${srcdir:=.}/../../../msg/small_platform.xml ${srcdir:=.}/simple_token.xml  --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT ${srcdir:=.}/../../../msg/small_platform.xml ${srcdir:=.}/simple_token.xml  "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  1.000312] (1:node@Tremblay) Create the token (with value 0) and send it to Fafard:4000
 > [  1.118273] (1:node@Tremblay) Begin a new loop. Still to do: 2
 > [  1.236234] (1:node@Tremblay) Begin a new loop. Still to do: 1
index ce11894..37cc962 100644 (file)
@@ -1,7 +1,7 @@
 p Runs the 'ping' test within the simulator (simulation times valid for 32bits architectures)
 
 ! output sort
-$ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml $ARGS --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml $ARGS "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000)
 > [  0.000156] (1:server@Tremblay) Messages registered
index ff7fa8e..61dc087 100644 (file)
@@ -1,7 +1,7 @@
 p Runs the 'ping' test within the simulator (simulation times valid for 64bits architectures)
 
 ! output sort
-$ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000)
 > [  0.000156] (1:server@Tremblay) Messages registered
index 8310b8f..fece77f 100644 (file)
@@ -1,5 +1,5 @@
 ! output sort 20
-$ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml --log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml "--log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n"
 > [  0.000156] ( 1:master@Jacquelin) Wait for peers for 2 sec
 > [  0.000156] ( 2:slave@Boivin) Sensor 0 starting
 > [  0.000156] ( 3:slave@Jean_Yves) Sensor 1 starting
index 2e95fa8..f50e199 100644 (file)
@@ -1,7 +1,7 @@
 #! ./tesh
 
 ! output sort 20
-$ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml --log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml "--log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n"
 > [  0.000156] ( 1:master@Jacquelin) Wait for peers for 2 sec
 > [  0.000156] ( 2:slave@Boivin) Sensor 0 starting
 > [  0.000156] ( 3:slave@Jean_Yves) Sensor 1 starting
index 3343e47..77b70a9 100644 (file)
@@ -1,7 +1,7 @@
 #! ./tesh
 
 ! output sort
-$ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:forwarder@Ginette) Launch forwarder (port=4000)
 > [  0.000000] (3:client@Fafard) Launch client (server on Tremblay:4000)
index b9a1cbf..ad62de8 100755 (executable)
@@ -1,7 +1,7 @@
 #! ./tesh
 
 ! output sort
-$ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:forwarder@Ginette) Launch forwarder (port=4000)
 > [  0.000000] (3:client@Fafard) Launch client (server on Tremblay:4000)
index 1bc16a3..1fe1849 100644 (file)
@@ -2,7 +2,7 @@
 p Runs the 'philosopher' test within the simulator
 
 ! output sort 28
-$ $SG_TEST_EXENV ./synchro_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/synchro.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./synchro_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/synchro.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:philosopher@Tremblay) Spawn the 5 threads (10 lunches scheduled)
 > [  0.000000] (1:thread 0@Tremblay) Thread 0 gets hungry (lunch #0)
 > [  0.000000] (1:thread 0@Tremblay) Thread 0 eats
index 1bc16a3..1fe1849 100755 (executable)
@@ -2,7 +2,7 @@
 p Runs the 'philosopher' test within the simulator
 
 ! output sort 28
-$ $SG_TEST_EXENV ./synchro_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/synchro.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV ./synchro_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/synchro.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:philosopher@Tremblay) Spawn the 5 threads (10 lunches scheduled)
 > [  0.000000] (1:thread 0@Tremblay) Thread 0 gets hungry (lunch #0)
 > [  0.000000] (1:thread 0@Tremblay) Thread 0 eats
index 803f3e3..9075857 100644 (file)
@@ -1,7 +1,7 @@
 p Runs the 'msg_handle' test within the simulator (simulation times valid for 32bits architectures)
 
 ! output sort
-$ $SG_TEST_EXENV gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (port=4000)
 > [  1.000312] (1:server@Tremblay) Initialization done.
index ae7ee24..34f1069 100644 (file)
@@ -1,7 +1,7 @@
 p Runs the 'msg_handle' test within the simulator (simulation times valid for 64bits architectures)
 
 ! output sort
-$ $SG_TEST_EXENV gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+$ $SG_TEST_EXENV gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (port=4000)
 > [  1.000312] (1:server@Tremblay) Initialization done.