Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/_deployment.xml/.xml/
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 27 Aug 2006 22:08:54 +0000 (22:08 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 27 Aug 2006 22:08:54 +0000 (22:08 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2756 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/amok/bandwidth/test_sg.in
examples/amok/saturate/test_sg.in

index 0641ee3..087105a 100755 (executable)
@@ -5,4 +5,4 @@ if [ x@EXEEXT@ = x ] ; then
 else
   exenv=wine
 fi
 else
   exenv=wine
 fi
-exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth_deployment.xml $@
+exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth.xml $@
index 31d7128..9e5f9af 100755 (executable)
@@ -6,4 +6,4 @@ else
   exenv=wine
 fi
 
   exenv=wine
 fi
 
-exec $exenv ./saturate_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/saturate_deployment.xml $@
+exec $exenv ./saturate_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/saturate.xml $@