Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the "test_sg" file : to use "examples/msg/msg_platform.xml"
authoramad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 20 May 2006 08:42:39 +0000 (08:42 +0000)
committeramad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 20 May 2006 08:42:39 +0000 (08:42 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2261 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/pmm/test_sg [new file with mode: 0755]

diff --git a/examples/gras/pmm/test_sg b/examples/gras/pmm/test_sg
new file mode 100755 (executable)
index 0000000..bf9dc8f
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/sh
+if [ x = x ] ; then 
+  exenv=$SG_TEST_EXENV
+else
+  exenv=wine
+fi
+
+exec $exenv ./pmm_simulator ../../../examples/msg/msg_platform.xml ./pmm_deployment.xml $@
+