Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dfb8871cc341df48d0b5c47f615933589caf5be2
[simgrid.git] / examples / gras / timer / test_sg.in
1 #! @BASH@
2 if test -x ./timer_simulator ; then
3   exec ./timer_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer_deployment.xml $@
4 fi
5 exit 77