Skip to content
Snippets Groups Projects
Commit 221825ba authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Update to use the new unified plotting and analysis scripts

parent 443d1fef
No related branches found
No related tags found
1 merge request!425Clean up task and threadpool plotting scripts
...@@ -61,9 +61,9 @@ nrank=$(($nrank-1)) ...@@ -61,9 +61,9 @@ nrank=$(($nrank-1))
# And process them, # And process them,
echo "Processing thread info files..." 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 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 done
echo "Writing output index.html file" echo "Writing output index.html file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment