From 6588e61d51903e13e6cd634cd4fa81fb1009c892 Mon Sep 17 00:00:00 2001 From: mladenivkovic <mladen.ivkovic@hotmail.com> Date: Thu, 24 Sep 2020 16:59:05 +0200 Subject: [PATCH] added rt ghosts to task plot scripts --- tools/task_plots/analyse_tasks.py | 2 ++ tools/task_plots/iplot_tasks.py | 2 ++ tools/task_plots/plot_tasks.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tools/task_plots/analyse_tasks.py b/tools/task_plots/analyse_tasks.py index 4ef9ac95b8..2de77352bb 100755 --- a/tools/task_plots/analyse_tasks.py +++ b/tools/task_plots/analyse_tasks.py @@ -125,6 +125,8 @@ TASKTYPES = [ "bh_swallow_ghost3", "fof_self", "fof_pair", + "rt_in", + "rt_out", "count", ] diff --git a/tools/task_plots/iplot_tasks.py b/tools/task_plots/iplot_tasks.py index f314b71af5..2fd8e2e400 100755 --- a/tools/task_plots/iplot_tasks.py +++ b/tools/task_plots/iplot_tasks.py @@ -179,6 +179,8 @@ TASKTYPES = [ "bh_swallow_ghost3", "fof_self", "fof_pair", + "rt_in", + "rt_out", "count", ] diff --git a/tools/task_plots/plot_tasks.py b/tools/task_plots/plot_tasks.py index b71d0995ba..054dfe6b4f 100755 --- a/tools/task_plots/plot_tasks.py +++ b/tools/task_plots/plot_tasks.py @@ -202,6 +202,8 @@ TASKTYPES = [ "bh_swallow_ghost3", "fof_self", "fof_pair", + "rt_in", + "rt_out", "count", ] -- GitLab