From 55e2309bb501fd16ca608976664ec55498fc3d2c Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Thu, 18 Apr 2024 06:23:26 +0200 Subject: [PATCH] feat: cluster name and distro configurable --- config/config_dresden.yaml | 2 ++ slides/creators/Finishing_and_Execution.tex | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config_dresden.yaml b/config/config_dresden.yaml index 1e3c94d..7578475 100644 --- a/config/config_dresden.yaml +++ b/config/config_dresden.yaml @@ -23,6 +23,8 @@ course: # settings on every cluster. hello_world_script: "common/Hello_World_HPC_Barnard.tex" cluster: + name: "Barnard" + distro: "RedHat" # the cluster account and default partition account: "m2_jgu-ngstraining" partition: "smp" diff --git a/slides/creators/Finishing_and_Execution.tex b/slides/creators/Finishing_and_Execution.tex index a6fe1b7..6e5280f 100644 --- a/slides/creators/Finishing_and_Execution.tex +++ b/slides/creators/Finishing_and_Execution.tex @@ -122,7 +122,7 @@ \subsection{Running the final Workflow} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame}[fragile] \frametitle{\HandsOn{Visualising the Output}} - On Mogon the Linux distro is CentOS (or now AlmaLinux), which provides the \altverb{display}-program to display simple images. We shall invoke: + On <++cluster.name++> the Linux distro is <++cluster.distro++>, which provides the \altverb{display}-program to display simple images. We shall invoke: \begin{lstlisting}[language=Bash, style=Shell] $ display plots/quals.svg \end{lstlisting}