Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move msg_send/recv to a RL specific file, so that we can provide a SG specific versio...
[simgrid.git] / examples / saturate / test_sg.in
1 #! @BASH@
2 if test -x ./saturate_simulator ; then
3   exec ./saturate_simulator @srcdir@/../WAN_3.platform.txt @srcdir@/saturate_deployment.txt
4 fi
5 exit 77