Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'toufic' of github.com:Takishipp/simgrid
[simgrid.git] / teshsuite / smpi / pt2pt-pingpong / broken_hostfiles.tesh
1 ! setenv LD_LIBRARY_PATH=../../lib
2 ! expect return 1
3 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile_empty  -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning
4 > [smpirun] ** error: the hostfile '../hostfile_empty' is empty. Aborting.
5
6 ! expect return 1
7 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile hostfile-does-not-exist.txt -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning
8 > [smpirun] ** error: the file 'hostfile-does-not-exist.txt' does not exist. Aborting.