Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
*** empty log message ***
[simgrid.git] / examples / gras / alltoall / test_sg
1 #! /bin/sh
2 if [ x = x ] ; then 
3   exenv=$SG_TEST_EXENV
4 else
5   exenv=wine
6 fi
7
8 exec $exenv ./alltoall_simulator ./small_platform.xml ./alltoall_deployment.xml $@
9