Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Gras_stub_generator does not produce the same files as it used to
[simgrid.git] / examples / gras / all2all / test_sg.in
1 #! @BASH@
2 if [ x@EXEEXT@ = x ] ; then 
3   exenv=$SG_TEST_EXENV
4 else
5   exenv=wine
6 fi
7
8 exec $exenv ./all2all_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/all2all_deployment.xml $@
9