Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
integrate to the distribution
[simgrid.git] / examples / gras / pmm / test_sg
diff --git a/examples/gras/pmm/test_sg b/examples/gras/pmm/test_sg
deleted file mode 100755 (executable)
index bf9dc8f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /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 $@
-