Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get ready for release
[simgrid.git] / examples / gras / chrono / test_sg.in
1 #! @BASH@
2 if test -x ./chrono_simulator ; then
3   exec ./chrono_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/chrono_deployment.xml
4 fi
5 exit 77