Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'pikachuyann/simgrid-stoprofiles'
[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 -s --log=smpi_config.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 -s --log=smpi_config.thres:warning
7 > [smpirun] ** error: the file 'hostfile-does-not-exist.txt' does not exist. Aborting.