Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yet another s/_deployment// massive change. Damnit, why can't I get them all right...
[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.xml $@
9