Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding a slave on the master
[simgrid.git] / examples / msg / run_msg_test.in
1 #! @BASH@ -e
2 if [ x@EXEEXT@ = x ] ; then 
3   wine=
4 else
5   wine=wine
6 fi
7     
8 $wine ./msg_test@EXEEXT@ @srcdir@/msg_platform.xml @srcdir@/msg_deployment.xml $@
9 $wine ./msg_test@EXEEXT@ @srcdir@/small_platform.xml @srcdir@/small_deployment.xml $@