Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pass the received arguments to the slaves
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 4 Feb 2004 19:17:33 +0000 (19:17 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 4 Feb 2004 19:17:33 +0000 (19:17 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@29 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/gras/gs_example.in

index d0a6ed2..014cb96 100644 (file)
@@ -1,4 +1,4 @@
 #! @BASH@ -e
 
-./gs_example_send | ./gs_example_receive
+./gs_example_send $@ | ./gs_example_receive $@