Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #218 from Takishipp/MSG2S4U
[simgrid.git] / teshsuite / smpi / pt2pt-pingpong / broken_hostfiles.tesh
1 ! expect return 1
2 $ ${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
3 > [smpirun] ** error: the hostfile '../hostfile_empty' is empty. Aborting.
4
5 ! expect return 1
6 $ ${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
7 > [smpirun] ** error: the file 'hostfile-does-not-exist.txt' does not exist. Aborting.