Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix broken broken tesh with ifort.
[simgrid.git] / teshsuite / smpi / pt2pt-pingpong / broken_hostfiles.tesh
1 ! setenv FOR_DISABLE_STACK_TRACE=1
2 ! ignore .*Aborted.*
3 ! ignore ^forrtl: error \(76\):
4 ! expect return 134
5 $ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile_empty -quiet -platform ${platfdir:=.}/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -s --log=smpi_config.thres:warning --log=xbt_cfg.thres=warning --log=no_loc
6 > [0.000000] [root/CRITICAL] smpirun: the hostfile '../hostfile_empty' is empty
7 > Execution failed with code 134.
8
9 ! expect return 1
10 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile hostfile-does-not-exist.txt -platform ${platfdir:=.}/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -s --log=smpi_config.thres:warning
11 > [smpirun] ** error: the file 'hostfile-does-not-exist.txt' does not exist. Aborting.