A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bf9dc8f1f7d84e82ad7e2e2d3968268768d8a29c
[simgrid.git]
/
examples
/
gras
/
pmm
/
test_sg
1
#! /bin/sh
2
if [ x = x ] ; then
3
exenv=$SG_TEST_EXENV
4
else
5
exenv=wine
6
fi
7
8
exec $exenv ./pmm_simulator ../../../examples/msg/msg_platform.xml ./pmm_deployment.xml $@
9