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, ...@@ -64,7 +64,7 @@ PLOT_PARAMS = {"axes.labelsize": 10,
pl.rcParams.update(PLOT_PARAMS) pl.rcParams.update(PLOT_PARAMS)
# Tasks and subtypes. Indexed as in tasks.h. # 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", "send", "recv", "grav_pp", "grav_mm", "grav_up", "grav_down",
"psort", "split_cell", "rewait", "count"] "psort", "split_cell", "rewait", "count"]
...@@ -73,9 +73,10 @@ TASKCOLOURS = {"none": "black", ...@@ -73,9 +73,10 @@ TASKCOLOURS = {"none": "black",
"self": "greenyellow", "self": "greenyellow",
"pair": "navy", "pair": "navy",
"sub": "hotpink", "sub": "hotpink",
"init": "indigo",
"ghost": "cyan", "ghost": "cyan",
"kick1": "maroon", "drift": "maroon",
"kick2": "green", "kick": "green",
"send": "yellow", "send": "yellow",
"recv": "magenta", "recv": "magenta",
"grav_pp": "mediumorchid", "grav_pp": "mediumorchid",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment