From: Christian Heinrich Date: Fri, 27 May 2016 15:17:07 +0000 (+0200) Subject: [SMPI Examples] Change path to trace file in tesh X-Git-Tag: v3_14~1130^2~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/08fab62aeffff0c488839260b685840bdeb8a859 [SMPI Examples] Change path to trace file in tesh --- diff --git a/examples/smpi/trace_call_location/trace_call_location.tesh b/examples/smpi/trace_call_location/trace_call_location.tesh index 0e018ebb91..dfd2fcc7e4 100644 --- a/examples/smpi/trace_call_location/trace_call_location.tesh +++ b/examples/smpi/trace_call_location/trace_call_location.tesh @@ -13,6 +13,6 @@ $ ../../smpi_script/bin/smpirun -trace -trace-file smpi_trace.trace -hostfile ${ > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/trace-call-location' to '1' -$ grep --quiet "12 0.000000 2 1 5 .*trace_call_location\.c\" 14$" ${srcdir:=.}/../smpi_trace.trace +$ grep --quiet "12 0.000000 2 1 5 .*trace_call_location\.c\" 14$" ${srcdir:=.}/smpi_trace.trace $ rm -f smpi_trace.trace