diff --git a/examples/process_plot_tasks_MPI b/examples/process_plot_tasks_MPI index 691822ebc33b43450d69b06e49c2c95bb0683045..fafcac2d211de03970ab200ad0cab90ab3e79277 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"