From 221825ba68f18f477d50d483b96dbcbe84d1956c Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Fri, 15 Sep 2017 15:21:10 +0100 Subject: [PATCH] Update to use the new unified plotting and analysis scripts --- examples/process_plot_tasks_MPI | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/process_plot_tasks_MPI b/examples/process_plot_tasks_MPI index 691822ebc3..fafcac2d21 100755 --- a/examples/process_plot_tasks_MPI +++ b/examples/process_plot_tasks_MPI @@ -61,9 +61,9 @@ nrank=$(($nrank-1)) # And process them, echo "Processing thread info files..." -echo $list | xargs -P $NPROCS -n 3 /bin/bash -c "./plot_tasks_MPI.py --expand 1 --limit $TIMERANGE \$0 \$2 " +echo $list | xargs -P $NPROCS -n 3 /bin/bash -c "./plot_tasks.py --expand 1 --limit $TIMERANGE \$0 \$2 " for i in $(seq 0 $nrank); do - echo $list | xargs -P $NPROCS -n 3 /bin/bash -c "./analyse_tasks_MPI.py -r $i \$0 > \$2${i}.stats" + echo $list | xargs -P $NPROCS -n 3 /bin/bash -c "./analyse_tasks.py -r $i \$0 > \$2${i}.stats" done echo "Writing output index.html file" -- GitLab