Skip to content

Commit

Permalink
feat: cluster name and distro configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 18, 2024
1 parent dc88e70 commit 55e2309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/config_dresden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion slides/creators/Finishing_and_Execution.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 55e2309

Please # to comment.