]> AND Public Git Repository - simgrid.git/blob - examples/ping/test_sg
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test if SG was compiled in a way that even solaris understand (hopefully)
[simgrid.git] / examples / ping / test_sg
1 #! /bin/sh
2 if test -e ./ping_simulator ; then
3   exec ./ping_simulator ../WAN_3.platform.txt ping_deployment
4 fi
5 exit 77