Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TESH] Fix smpi-trace tesh file
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 15 Jan 2018 14:14:39 +0000 (15:14 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 15 Jan 2018 16:15:37 +0000 (17:15 +0100)
This just fixes the ./smpi_trace path: It should be
using the  variable as well.

examples/smpi/trace/trace.tesh

index c4a22c6..3526c96 100644 (file)
@@ -3,6 +3,6 @@
 # Go for the first test
 
 p Test instrumentation of SMPI
 # 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