Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Those sleeps in the run script are redundent with the ones in the code
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 22 Jun 2006 08:04:03 +0000 (08:04 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 22 Jun 2006 08:04:03 +0000 (08:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2418 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/rpc/test_rl.in

index 8bbf69c..56fa246 100755 (executable)
@@ -7,7 +7,5 @@ else
 fi
     
 $exenv ./rpc_server@EXEEXT@ 4002 $@ &
-sleep 1
 $exenv ./rpc_forwarder@EXEEXT@ 4003 127.0.0.1 4002 $@ &
-sleep 1
 $exenv ./rpc_client@EXEEXT@ 127.0.0.1 4002 127.0.0.1 4003 $@