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