From 3be21c974e81b0d921d491e03b9af1232ed07c54 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Tue, 7 May 2024 12:06:31 +0200 Subject: [PATCH] Stub for 'debuggers' and 'profilers', progress #39 --- docs/cluster_guides/debuggers.md | 1 + docs/cluster_guides/profilers.md | 2 ++ mkdocs.yml | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 docs/cluster_guides/debuggers.md create mode 100644 docs/cluster_guides/profilers.md diff --git a/docs/cluster_guides/debuggers.md b/docs/cluster_guides/debuggers.md new file mode 100644 index 000000000..d6830832b --- /dev/null +++ b/docs/cluster_guides/debuggers.md @@ -0,0 +1 @@ +# Debuggers diff --git a/docs/cluster_guides/profilers.md b/docs/cluster_guides/profilers.md new file mode 100644 index 000000000..7d71d7293 --- /dev/null +++ b/docs/cluster_guides/profilers.md @@ -0,0 +1,2 @@ +# Profilers + diff --git a/mkdocs.yml b/mkdocs.yml index 35c59d292..9703507be 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,6 +43,8 @@ nav: - Installing with conda: cluster_guides/conda.md - Compiling serial code: cluster_guides/compiling_serial.md - Compiling parallel code: cluster_guides/compiling_parallel.md + - Debuggers: cluster_guides/debuggers.md + - Profilers: cluster_guides/profilers.md - Singularity/Apptainer : cluster_guides/singularity.md - Software: - Overview: software/overview.md