Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dc4d857502324961c1e085d9ed3022fba834d541
[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