-
- Downloads
Merge branch 'dump-fix' into 'master'
Include parallel sort tasks in task dump and add support for MPI dumps Dumps multiple task/thread/rank files for multiple time steps and provides scripting support to process these into graphics for each rank and timestep. Matthieu, reasonably uncontroversial as only small changes to main.c to check. If you want to test use the new `-y 1` flag to dump thread info files and use `process_plot_tasks_MPI` to create the graphics and a web page to view them. See merge request !70
Showing
- examples/main.c 67 additions, 39 deletionsexamples/main.c
- examples/plot_tasks.py 50 additions, 20 deletionsexamples/plot_tasks.py
- examples/plot_tasks_MPI.py 246 additions, 0 deletionsexamples/plot_tasks_MPI.py
- examples/process_plot_tasks_MPI 96 additions, 0 deletionsexamples/process_plot_tasks_MPI
examples/plot_tasks_MPI.py
0 → 100755
examples/process_plot_tasks_MPI
0 → 100755
Please register or sign in to comment