X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e0e1c85bc7b6be4258e3d482d909941368e4e56..b8df87e176f27b25534f27d7e240defa32ca35bc:/examples/smpi/ampi/ampi.tesh diff --git a/examples/smpi/ampi/ampi.tesh b/examples/smpi/ampi/ampi.tesh index 3cb405a15a..0c253f3adb 100644 --- a/examples/smpi/ampi/ampi.tesh +++ b/examples/smpi/ampi/ampi.tesh @@ -5,6 +5,8 @@ p Test if the load balancing code gets traced correctly ! timeout 60 +$ rm -rf ${bindir:=.}/smpi_trace.trace ${bindir:=.}/smpi_trace.trace_files + $ ../../smpi_script/bin/smpirun -trace-ti --cfg=tracing/filename:${bindir:=.}/smpi_trace.trace --cfg=tracing/smpi/format/ti-one-file:yes -no-privatize -replay ${srcdir:=.}/replay/actions_bcast.txt --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./ampi/smpi_ampi --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/wtime:0 $ bash -c "cat ${bindir:=.}/smpi_trace.trace_files/*" @@ -30,5 +32,4 @@ $ bash -c "cat ${bindir:=.}/smpi_trace.trace_files/*" > 2 migrate 400 > 2 finalize -$ rm -rf ${bindir:=.}/smpi_trace.trace -$ rm -rf ${bindir:=.}/smpi_trace.trace_files +$ rm -rf ${bindir:=.}/smpi_trace.trace ${bindir:=.}/smpi_trace.trace_files