A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Pass options to the simulator
[simgrid.git]
/
examples
/
gras
/
ping
/
test_sg.in
1
#! @BASH@
2
if test -x ./ping_simulator ; then
3
exec ./ping_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@
4
fi
5
exit 77