From a198cbc42ec0d916f4f71b502dc69601436e3b8c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 25 Sep 2019 21:47:04 +0200 Subject: [PATCH] Prefer sh to bash. --- examples/smpi/ampi_test/ampi_test.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smpi/ampi_test/ampi_test.tesh b/examples/smpi/ampi_test/ampi_test.tesh index e44a2e747a..79f55d93fe 100644 --- a/examples/smpi/ampi_test/ampi_test.tesh +++ b/examples/smpi/ampi_test/ampi_test.tesh @@ -4,7 +4,7 @@ $ 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_test/smpi_ampi_test --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/wtime:0 -$ bash -c "cat ${bindir:=.}/smpi_trace.trace_files/*" +$ sh -c "cat ${bindir:=.}/smpi_trace.trace_files/*" > 0 init > 0 iteration_in > 0 iteration_out -- 2.20.1