From: Christian Heinrich Date: Mon, 15 Jan 2018 14:14:39 +0000 (+0100) Subject: [TESH] Fix smpi-trace tesh file X-Git-Tag: v3.19~332 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cb04468172fb88c6d6687cc7dea7364010723661 [TESH] Fix smpi-trace tesh file This just fixes the ./smpi_trace path: It should be using the variable as well. --- diff --git a/examples/smpi/trace/trace.tesh b/examples/smpi/trace/trace.tesh index c4a22c605b..3526c96558 100644 --- a/examples/smpi/trace/trace.tesh +++ b/examples/smpi/trace/trace.tesh @@ -3,6 +3,6 @@ # Go for the first test p Test instrumentation of SMPI -$ ${bindir:=.}/../../../smpi_script/bin/smpirun -trace -trace-resource -trace-file ${bindir:=.}/smpi_trace.trace -hostfile ${srcdir:=.}/../hostfile -platform ${platfdir:=.}/small_platform.xml --cfg=path:${srcdir:=.}/../msg -np 3 ./smpi_trace --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -trace -trace-resource -trace-file ${bindir:=.}/smpi_trace.trace -hostfile ${srcdir:=.}/../hostfile -platform ${platfdir:=.}/small_platform.xml --cfg=path:${srcdir:=.}/../msg -np 3 ${bindir:=.}/smpi_trace --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning -$ rm -f smpi_trace.trace +$ rm -f ${bindir:=.}/smpi_trace.trace