A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
31d71283f87e586ab877c3eae2ba8cbee258b8b2
[simgrid.git]
/
examples
/
amok
/
saturate
/
test_sg.in
1
#! @BASH@
2
if [ x@EXEEXT@ = x ] ; then
3
# exenv="libtool --mode=execute valgrind"
4
exenv=$SG_TEST_EXENV
5
else
6
exenv=wine
7
fi
8
9
exec $exenv ./saturate_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/saturate_deployment.xml $@