Skip to content
Snippets Groups Projects
Commit df4c568f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'task-plots' into 'master'

Update MPI plotting script with multi step tasks

Updates the task lists.

See merge request !111
parents 5fc79cac a2fc59b0
No related branches found
No related tags found
1 merge request!136Master
......@@ -64,7 +64,7 @@ PLOT_PARAMS = {"axes.labelsize": 10,
pl.rcParams.update(PLOT_PARAMS)
# Tasks and subtypes. Indexed as in tasks.h.
TASKTYPES = ["none", "sort", "self", "pair", "sub", "ghost", "kick1", "kick2",
TASKTYPES = ["none", "sort", "self", "pair", "sub", "init", "ghost", "drift", "kick",
"send", "recv", "grav_pp", "grav_mm", "grav_up", "grav_down",
"psort", "split_cell", "rewait", "count"]
......@@ -73,9 +73,10 @@ TASKCOLOURS = {"none": "black",
"self": "greenyellow",
"pair": "navy",
"sub": "hotpink",
"init": "indigo",
"ghost": "cyan",
"kick1": "maroon",
"kick2": "green",
"drift": "maroon",
"kick": "green",
"send": "yellow",
"recv": "magenta",
"grav_pp": "mediumorchid",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment