Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TESTS] Use platfdir, srcdir and bindir for more smpi tests
[simgrid.git] / examples / smpi / trace / trace.tesh
index 07008d4..c4a22c6 100644 (file)
@@ -3,6 +3,6 @@
 # Go for the first test
 
 p Test instrumentation of SMPI
-$ ../../../smpi_script/bin/smpirun -trace -trace-resource -trace-file smpi_trace.trace -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../platforms/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 ./smpi_trace --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 
 $ rm -f smpi_trace.trace