From ea00979e46fde936b5ac13e33004dad7e2edbaab Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 7 Nov 2018 10:15:36 +0100 Subject: [PATCH] Moved all the python analysis scripts to a separate directory at the root of the project. --- {examples => tools}/analyse_dump_cells.py | 0 {examples => tools}/analyse_runtime.py | 0 {examples => tools}/check_interactions.sh | 0 {examples => tools}/check_ngbs.py | 0 {examples => tools}/plot_gravity_checks.py | 0 {examples => tools}/plot_scaling_results.py | 0 {examples => tools}/plot_scaling_results_breakdown.py | 0 {examples => tools}/plot_task_dependencies.sh | 0 {examples => tools}/plot_task_level.py | 0 {examples => tools}/process_cells | 0 {examples => tools}/process_cells_helper | 0 {examples => tools/task_plots}/analyse_tasks.py | 0 {examples => tools/task_plots}/analyse_threadpool_tasks.py | 0 {examples => tools/task_plots}/plot_tasks.py | 0 {examples => tools/task_plots}/plot_threadpool.py | 0 {examples => tools/task_plots}/process_plot_tasks | 0 {examples => tools/task_plots}/process_plot_tasks_MPI | 0 {examples => tools/task_plots}/process_plot_taskthreadpools | 0 .../task_plots}/process_plot_taskthreadpools_helper | 0 {examples => tools/task_plots}/process_plot_threadpool | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {examples => tools}/analyse_dump_cells.py (100%) rename {examples => tools}/analyse_runtime.py (100%) rename {examples => tools}/check_interactions.sh (100%) rename {examples => tools}/check_ngbs.py (100%) rename {examples => tools}/plot_gravity_checks.py (100%) rename {examples => tools}/plot_scaling_results.py (100%) rename {examples => tools}/plot_scaling_results_breakdown.py (100%) rename {examples => tools}/plot_task_dependencies.sh (100%) rename {examples => tools}/plot_task_level.py (100%) rename {examples => tools}/process_cells (100%) rename {examples => tools}/process_cells_helper (100%) rename {examples => tools/task_plots}/analyse_tasks.py (100%) rename {examples => tools/task_plots}/analyse_threadpool_tasks.py (100%) rename {examples => tools/task_plots}/plot_tasks.py (100%) rename {examples => tools/task_plots}/plot_threadpool.py (100%) rename {examples => tools/task_plots}/process_plot_tasks (100%) rename {examples => tools/task_plots}/process_plot_tasks_MPI (100%) rename {examples => tools/task_plots}/process_plot_taskthreadpools (100%) rename {examples => tools/task_plots}/process_plot_taskthreadpools_helper (100%) rename {examples => tools/task_plots}/process_plot_threadpool (100%) diff --git a/examples/analyse_dump_cells.py b/tools/analyse_dump_cells.py similarity index 100% rename from examples/analyse_dump_cells.py rename to tools/analyse_dump_cells.py diff --git a/examples/analyse_runtime.py b/tools/analyse_runtime.py similarity index 100% rename from examples/analyse_runtime.py rename to tools/analyse_runtime.py diff --git a/examples/check_interactions.sh b/tools/check_interactions.sh similarity index 100% rename from examples/check_interactions.sh rename to tools/check_interactions.sh diff --git a/examples/check_ngbs.py b/tools/check_ngbs.py similarity index 100% rename from examples/check_ngbs.py rename to tools/check_ngbs.py diff --git a/examples/plot_gravity_checks.py b/tools/plot_gravity_checks.py similarity index 100% rename from examples/plot_gravity_checks.py rename to tools/plot_gravity_checks.py diff --git a/examples/plot_scaling_results.py b/tools/plot_scaling_results.py similarity index 100% rename from examples/plot_scaling_results.py rename to tools/plot_scaling_results.py diff --git a/examples/plot_scaling_results_breakdown.py b/tools/plot_scaling_results_breakdown.py similarity index 100% rename from examples/plot_scaling_results_breakdown.py rename to tools/plot_scaling_results_breakdown.py diff --git a/examples/plot_task_dependencies.sh b/tools/plot_task_dependencies.sh similarity index 100% rename from examples/plot_task_dependencies.sh rename to tools/plot_task_dependencies.sh diff --git a/examples/plot_task_level.py b/tools/plot_task_level.py similarity index 100% rename from examples/plot_task_level.py rename to tools/plot_task_level.py diff --git a/examples/process_cells b/tools/process_cells similarity index 100% rename from examples/process_cells rename to tools/process_cells diff --git a/examples/process_cells_helper b/tools/process_cells_helper similarity index 100% rename from examples/process_cells_helper rename to tools/process_cells_helper diff --git a/examples/analyse_tasks.py b/tools/task_plots/analyse_tasks.py similarity index 100% rename from examples/analyse_tasks.py rename to tools/task_plots/analyse_tasks.py diff --git a/examples/analyse_threadpool_tasks.py b/tools/task_plots/analyse_threadpool_tasks.py similarity index 100% rename from examples/analyse_threadpool_tasks.py rename to tools/task_plots/analyse_threadpool_tasks.py diff --git a/examples/plot_tasks.py b/tools/task_plots/plot_tasks.py similarity index 100% rename from examples/plot_tasks.py rename to tools/task_plots/plot_tasks.py diff --git a/examples/plot_threadpool.py b/tools/task_plots/plot_threadpool.py similarity index 100% rename from examples/plot_threadpool.py rename to tools/task_plots/plot_threadpool.py diff --git a/examples/process_plot_tasks b/tools/task_plots/process_plot_tasks similarity index 100% rename from examples/process_plot_tasks rename to tools/task_plots/process_plot_tasks diff --git a/examples/process_plot_tasks_MPI b/tools/task_plots/process_plot_tasks_MPI similarity index 100% rename from examples/process_plot_tasks_MPI rename to tools/task_plots/process_plot_tasks_MPI diff --git a/examples/process_plot_taskthreadpools b/tools/task_plots/process_plot_taskthreadpools similarity index 100% rename from examples/process_plot_taskthreadpools rename to tools/task_plots/process_plot_taskthreadpools diff --git a/examples/process_plot_taskthreadpools_helper b/tools/task_plots/process_plot_taskthreadpools_helper similarity index 100% rename from examples/process_plot_taskthreadpools_helper rename to tools/task_plots/process_plot_taskthreadpools_helper diff --git a/examples/process_plot_threadpool b/tools/task_plots/process_plot_threadpool similarity index 100% rename from examples/process_plot_threadpool rename to tools/task_plots/process_plot_threadpool -- GitLab