Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add setenv GRAS_NO_WARN_EXPERIMENTAL=1 for gras tests.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 22 Mar 2012 13:14:48 +0000 (14:14 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 22 Mar 2012 13:16:51 +0000 (14:16 +0100)
The purpose is to deactivate the warning about the experimental status of GRAS,
which was making all tests to fail.

39 files changed:
examples/gras/all2all/test_rl.tesh
examples/gras/all2all/test_sg_32.tesh
examples/gras/all2all/test_sg_64.tesh
examples/gras/mmrpc/test_rl.tesh
examples/gras/mmrpc/test_sg_32.tesh
examples/gras/mmrpc/test_sg_64.tesh
examples/gras/mutual_exclusion/simple_token/test_rl.tesh
examples/gras/mutual_exclusion/simple_token/test_sg_32.tesh
examples/gras/mutual_exclusion/simple_token/test_sg_64.tesh
examples/gras/ping/test_rl.tesh
examples/gras/ping/test_sg_32.tesh
examples/gras/ping/test_sg_64.tesh
examples/gras/pmm/test_rl.tesh
examples/gras/pmm/test_sg_32.tesh
examples/gras/pmm/test_sg_64.tesh
examples/gras/properties/test_rl.tesh
examples/gras/properties/test_sg.tesh
examples/gras/rpc/test_rl.tesh
examples/gras/rpc/test_sg_32.tesh
examples/gras/rpc/test_sg_64.tesh
examples/gras/synchro/test_rl.tesh
examples/gras/synchro/test_sg_32.tesh
examples/gras/synchro/test_sg_64.tesh
examples/gras/timer/test_rl.tesh
examples/gras/timer/test_sg_32.tesh
examples/gras/timer/test_sg_64.tesh
teshsuite/gras/datadesc/datadesc_mem.tesh
teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh
teshsuite/gras/datadesc/datadesc_r_little32_4.tesh
teshsuite/gras/datadesc/datadesc_r_little64.tesh
teshsuite/gras/datadesc/datadesc_rw.tesh
teshsuite/gras/empty_main/test_rl.tesh
teshsuite/gras/empty_main/test_sg.tesh
teshsuite/gras/msg_handle/test_rl.tesh
teshsuite/gras/msg_handle/test_sg_32.tesh
teshsuite/gras/msg_handle/test_sg_64.tesh
teshsuite/gras/small_sleep/test_sg_32.tesh
teshsuite/gras/small_sleep/test_sg_64.tesh
teshsuite/xbt/parallel_log_crashtest.tesh

index 04a84af..6bcd0f6 100755 (executable)
@@ -1,5 +1,6 @@
 # The receivers, waiting for 5 messages
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4400 5 --log=root.fmt:%m%n
 > Listening on port 4400 (expecting 5 messages)
 > Got Data from 127.0.0.1:5005 (still 4 to go)
@@ -10,6 +11,7 @@
 > Exiting GRAS
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4401 5 --log=root.fmt:%m%n
 > Listening on port 4401 (expecting 5 messages)
 > Got Data from 127.0.0.1:5005 (still 4 to go)
@@ -20,6 +22,7 @@
 > Exiting GRAS
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4402 5 --log=root.fmt:%m%n
 > Listening on port 4402 (expecting 5 messages)
 > Got Data from 127.0.0.1:5005 (still 4 to go)
@@ -30,6 +33,7 @@
 > Exiting GRAS
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4403 5 --log=root.fmt:%m%n
 > Listening on port 4403 (expecting 5 messages)
 > Got Data from 127.0.0.1:5005 (still 4 to go)
@@ -40,6 +44,7 @@
 > Exiting GRAS
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4404 5 --log=root.fmt:%m%n
 > Listening on port 4404 (expecting 5 messages)
 > Got Data from 127.0.0.1:5005 (still 4 to go)
@@ -53,6 +58,7 @@
 $ $SG_TEST_EXENV sleep 1
 
 # Five time a sender
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
 > Launch current node
 >   Sent Data
@@ -62,6 +68,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1
 >   Sent Data
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
 > Launch current node
 >   Sent Data
@@ -71,6 +78,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1
 >   Sent Data
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
 > Launch current node
 >   Sent Data
@@ -80,6 +88,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1
 >   Sent Data
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
 > Launch current node
 >   Sent Data
@@ -89,6 +98,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1
 >   Sent Data
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
 > Launch current node
 >   Sent Data
index d0e373d..6d522da 100644 (file)
@@ -1,6 +1,7 @@
 #! ./tesh
 
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n"
 > [  0.000000] (00:@) Configuration change: Set 'network/crosstraffic' to '0'
 > [  0.000000] (01:sender@Tremblay) Launch current node
index 55a7463..5150816 100644 (file)
@@ -1,5 +1,6 @@
 #! ./tesh
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n"
 > [  0.000000] (00:@) Configuration change: Set 'network/crosstraffic' to '0'
 > [  0.000000] (01:sender@Tremblay) Launch current node
index 92b720a..aedab24 100755 (executable)
@@ -1,7 +1,9 @@
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./mmrpc_server$EXEEXT 4502 --log=root.fmt:%m%n 
 > Launch server (port=4502)
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./mmrpc_client$EXEEXT 127.0.0.1 4502 --log=root.fmt:%m%n 
 > Launch client (server on 127.0.0.1:4502)
 > Connected to 127.0.0.1:4502.
index 280d4f2..a3018a6 100644 (file)
@@ -1,4 +1,5 @@
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index 8eb3637..27fadc7 100644 (file)
@@ -1,4 +1,5 @@
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index 483a5ca..38f17b5 100755 (executable)
@@ -1,3 +1,4 @@
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4100 127.0.0.1 4110 --create-token --log=root.fmt:%m%n $@ 
 > Launch node listening on 4100 (successor on 127.0.0.1:4110)
 > Create the token (with value 0) and send it to 127.0.0.1:4110
@@ -7,22 +8,27 @@
 > Shut down the token-ring. There was 17 hops.
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4110 127.0.0.1 4120 --log=root.fmt:%m%n $@ 
 > Launch node listening on 4110 (successor on 127.0.0.1:4120)
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4120 127.0.0.1 4130 --log=root.fmt:%m%n $@ 
 > Launch node listening on 4120 (successor on 127.0.0.1:4130)
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4130 127.0.0.1 4141 --log=root.fmt:%m%n $@ 
 > Launch node listening on 4130 (successor on 127.0.0.1:4141)
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4141 127.0.0.1 4150 --log=root.fmt:%m%n $@ 
 > Launch node listening on 4141 (successor on 127.0.0.1:4150)
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4150 127.0.0.1 4100 --log=root.fmt:%m%n $@ 
 > Launch node listening on 4150 (successor on 127.0.0.1:4100)
 > Exiting GRAS
index 1adc2cf..1e8c49e 100644 (file)
@@ -1,4 +1,5 @@
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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.000390] (1:node@Tremblay) Create the token (with value 0) and send it to Fafard:4000
 > [  1.147954] (1:node@Tremblay) Begin a new loop. Still to do: 2
index 75f19d1..7a96a43 100644 (file)
@@ -1,4 +1,5 @@
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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.000390] (1:node@Tremblay) Create the token (with value 0) and send it to Fafard:4000
 > [  1.147954] (1:node@Tremblay) Begin a new loop. Still to do: 2
index 9594cee..4908dd0 100755 (executable)
@@ -1,5 +1,6 @@
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_ENV ./ping_server$EXEEXT 4302 --log=root.fmt=%P:%t%e%m%n $ARGS
 > server:main Launch server (port=4302)
 > server:main Messages registered
@@ -14,6 +15,7 @@
 $ $SG_TEST_ENV sleep 1
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_ENV ./ping_client$EXEEXT 127.0.0.1 4302 --log=root.fmt=%P:%t%e%m%n $ARGS
 > client:main Launch client (server on 127.0.0.1:4302)
 > client:main Connected to 127.0.0.1:4302.
index 1523cb8..ef76fa9 100644 (file)
@@ -1,6 +1,7 @@
 p Runs the 'ping' test within the simulator (simulation times valid for 32bits architectures)
 
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index dc9f195..c96003f 100644 (file)
@@ -1,6 +1,7 @@
 p Runs the 'ping' test within the simulator (simulation times valid for 64bits architectures)
 
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index 1bdd34e..ccd65ad 100755 (executable)
@@ -1,60 +1,70 @@
 # Ignore the output of slaves since it depends on the order of connexion
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 0 --log=root.fmt:%m%n
 > Sensor 0 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 1 --log=root.fmt:%m%n
 > Sensor 1 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 2 --log=root.fmt:%m%n
 > Sensor 2 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 3 --log=root.fmt:%m%n
 > Sensor 3 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 4 --log=root.fmt:%m%n
 > Sensor 4 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 5 --log=root.fmt:%m%n
 > Sensor 5 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 6 --log=root.fmt:%m%n
 > Sensor 6 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 7 --log=root.fmt:%m%n
 > Sensor 7 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 8 --log=root.fmt:%m%n
 > Sensor 8 starting
 > Receive my pos and assignment
 > Exiting GRAS
 
 ! timeout no
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./pmm_master$EXEEXT 4242 --log=root.fmt:%m%n
 > Wait for peers for 2 sec
 > Good. Got 9 pals
index c6c350b..61f1d78 100644 (file)
@@ -1,4 +1,5 @@
 ! output sort 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n"
 > [  0.000000] ( 0:@) Configuration change: Set 'network/crosstraffic' to '0'
 > [  0.000195] ( 1:master@Jacquelin) Wait for peers for 2 sec
index 76ae5dd..ae06089 100644 (file)
@@ -1,6 +1,7 @@
 #! ./tesh
 
 ! output sort 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n"
 > [  0.000000] ( 0:@) Configuration change: Set 'network/crosstraffic' to '0'
 > [  0.000195] ( 1:master@Jacquelin) Wait for peers for 2 sec
index ce27387..2376a93 100755 (executable)
@@ -1,5 +1,6 @@
 
 ! setenv SG_TEST_blah=blah
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
 > alice:main == Dump all the properties of current host
 > alice:main == Dump all the properties of alice
@@ -9,6 +10,7 @@ $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
 > alice:main Exiting GRAS
 
 ! setenv SG_TEST_blah=blah
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_ENV ./properties_bob --log=root.fmt=%P:%t%e%m%n $ARGS
 > bob:main == Dump all the properties of host1
 > bob:main == Try to get a property that does not exist
index c0790dc..43b0fc6 100644 (file)
@@ -1,6 +1,7 @@
 p Runs the 'properties' test within the simulator (simulation times valid for 32bits architectures)
 
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./properties_simulator${EXEEXT:=} ${srcdir:=.}/../../platforms/prop.xml ${srcdir:=.}/properties.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (2:bob@host1) == Dump all the properties of host1
 > [  0.000000] (2:bob@host1)   Host property: 'SG_TEST_Hdd' has value: '180'
index 8cd3b91..394c8fd 100755 (executable)
@@ -1,5 +1,6 @@
 ! timeout 10
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./rpc_server$EXEEXT 4202 --log=root.fmt:%m%n $@
 > Launch server (port=4202)
 > Listening on port 4202
@@ -9,6 +10,7 @@
 > Done.
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./rpc_forwarder$EXEEXT 4203 127.0.0.1 4202 --log=root.fmt:%m%n $@
 > Launch forwarder (port=4203)
 > Forward a request
@@ -23,6 +25,7 @@
 # give the server and the forwarder  a chance to acquire the expected port numbers
 $ $SG_TEST_EXENV sleep 1
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_EXENV ./rpc_client$EXEEXT 127.0.0.1 4202 127.0.0.1 4203 --log=root.fmt:%m%n $@
 > Launch client (server on 127.0.0.1:4202)
 > Connected to 127.0.0.1:4202.
index f89411f..4de2b24 100644 (file)
@@ -7,6 +7,7 @@
 
 ! timeout 10
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml "--log=root.fmt:[0]%e(%i:%P@%h)%e%m%n"
 > [0] (1:server@Tremblay) Launch server (port=4000)
 > [0] (1:server@Tremblay) Listening on port 4000
index f89411f..4de2b24 100755 (executable)
@@ -7,6 +7,7 @@
 
 ! timeout 10
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml "--log=root.fmt:[0]%e(%i:%P@%h)%e%m%n"
 > [0] (1:server@Tremblay) Launch server (port=4000)
 > [0] (1:server@Tremblay) Listening on port 4000
index 4c3e587..8805e7b 100755 (executable)
@@ -1,3 +1,4 @@
 
 ! output display
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_ENV ./synchro_philosopher${EXEEXT:=} 4 --log=root.fmt=%m%n
index d06f15e..3de8bde 100644 (file)
@@ -2,6 +2,7 @@
 p Runs the 'philosopher' test within the simulator
 
 ! output sort 28
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index d06f15e..3de8bde 100755 (executable)
@@ -2,6 +2,7 @@
 p Runs the 'philosopher' test within the simulator
 
 ! output sort 28
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index 5715c7f..0ba3d6e 100755 (executable)
@@ -2,6 +2,7 @@
 p This test is a bit long to run, since it setups timers and wait for them. Don't worry, that's expected
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./timer_client$EXEEXT --log=root.fmt:%m%n
 > Programming the repetitive_action with a frequency of 1.000000 sec
 > Programming the delayed_action for after 2.000000 sec
index c3785a6..b71348a 100755 (executable)
@@ -1,4 +1,5 @@
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./timer_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/timer.xml
 > [Fafard:client:(1) 0.000000] [test/INFO] Programming the repetitive_action with a frequency of 1.000000 sec
 > [Fafard:client:(1) 0.000000] [test/INFO] Programming the delayed_action for after 2.000000 sec
index c3785a6..b71348a 100755 (executable)
@@ -1,4 +1,5 @@
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ./timer_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/timer.xml
 > [Fafard:client:(1) 0.000000] [test/INFO] Programming the repetitive_action with a frequency of 1.000000 sec
 > [Fafard:client:(1) 0.000000] [test/INFO] Programming the delayed_action for after 2.000000 sec
index 7ba1b77..b59d27f 100644 (file)
@@ -1,5 +1,6 @@
 
 p Check the marshaling facilities (trying to to do a in-memory copy)
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ gras/datadesc/datadesc_usage --copy "--log=root.fmt:%m%n"
 > Memory copy
 > ---- Test on integer ----
index 94ae55e..9653525 100644 (file)
@@ -1,5 +1,6 @@
 
 p Check the marshaling facilities (trying to read the result of AIX)
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.big32_8_4 --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n"
 > Read from file datadesc.big32_8_4
 > This file was generated on big32_8_4 (7)
index bbed122..326cf7a 100644 (file)
@@ -1,5 +1,6 @@
 
 p Check the marshaling facilities (trying to read the result of linux/x86)
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little32_4  --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n"
 > Read from file datadesc.little32_4
 > This file was generated on little32_4 (2)
index cf5babc..1c6e955 100644 (file)
@@ -1,5 +1,6 @@
 
 p Check the marshaling facilities (trying to read the result of linux/amd64)
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little64  --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n" $ARGS
 > Read from file datadesc.little64
 > This file was generated on little64 (4)
index 1769849..0922f56 100644 (file)
@@ -2,6 +2,7 @@
 p Check the marshaling facilities (trying to read what we write)
 $ rm -f datadesc_usage.out
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ gras/datadesc/datadesc_usage --write "--log=root.fmt:%m%n"
 > Write to file datadesc_usage.out
 > ---- Test on integer ----
@@ -25,6 +26,7 @@ $ gras/datadesc/datadesc_usage --write "--log=root.fmt:%m%n"
 > ---- Test on struct containing dynamic array and its size when size=0 (cbps test) ----
 > Exiting GRAS
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ gras/datadesc/datadesc_usage --read "--log=root.fmt:%m%n"
 > Read from file datadesc_usage.out
 > ---- Test on integer ----
index bb5ae90..8b9e840 100755 (executable)
@@ -1,4 +1,5 @@
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_ENV ${bindir:=.}/empty_main_function$EXEEXT --log=root.fmt=%P:%t%e%m%n $ARGS
 > function:main Exiting GRAS
index 7b96c1c..285f80d 100755 (executable)
@@ -1,4 +1,5 @@
 p Runs the 'empty_main' test within the simulator
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ${bindir:=.}/empty_main_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/empty_main/empty_main.xml
 > [Tremblay:function:(1) 0.000000] [gras/INFO] Exiting GRAS
index aa4468c..f20ece9 100755 (executable)
@@ -1,5 +1,6 @@
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_ENV gras/msg_handle/msg_handle_server$EXEEXT 4002 127.0.0.1:4003 --log=root.fmt=%P:%t%e%m%n $ARGS
 > server:main Launch server (port=4002)
 > server:main Initialization done.
@@ -9,6 +10,7 @@
 > server:main Exiting GRAS
 
 ! timeout 20
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 & $SG_TEST_ENV gras/msg_handle/msg_handle_client$EXEEXT 4003 127.0.0.1:4002 --log=root.fmt=%P:%t%e%m%n $ARGS
 > client:main Launch client (port=4003)
 > client:main Initialization done.
index e872b16..648ed08 100644 (file)
@@ -1,6 +1,7 @@
 p Runs the 'msg_handle' test within the simulator (simulation times valid for 32bits architectures)
 
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index bc7291b..aa927ab 100644 (file)
@@ -1,6 +1,7 @@
 p Runs the 'msg_handle' test within the simulator (simulation times valid for 64bits architectures)
 
 ! output sort
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $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)
index 197d42f..723b32d 100755 (executable)
@@ -1,5 +1,6 @@
 p Runs the 'small_sleep' test within the simulator
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ${bindir:=.}/small_sleep_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/small_sleep/small_sleep.xml
 > [Tremblay:function:(1) 100.000000] [test/INFO] Let's go 1E-5
 > [Tremblay:function:(1) 100.000010] [test/INFO] Let's go 1E-10
index 19377cf..6684c57 100755 (executable)
@@ -1,5 +1,6 @@
 p Runs the 'empty_main' test within the simulator
 
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ $SG_TEST_EXENV ${bindir:=.}/small_sleep_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/small_sleep/small_sleep.xml
 > [Tremblay:function:(1) 100.000000] [test/INFO] Let's go 1E-5
 > [Tremblay:function:(1) 100.000010] [test/INFO] Let's go 1E-10
index ef7094f..5e0f919 100644 (file)
@@ -1,6 +1,7 @@
 
 ! timeout 20
 p Try to crash the log mecanism by using it in parallel with a lot of threads
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
 $ xbt/parallel_log_crashtest "--log=root.fmt:%m%n" 
 > XXX (XX|XX|XX|XX|XX|XX|XX|XX|XX)
 > XXX (XX|XX|XX|XX|XX|XX|XX|XX|XX)