Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a boolean to each node indicating whether it's an internal node or not to allow...
[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