Skip to content

Commit 1604e08

Browse files
author
David Appelhans
committed
2 parents 8d1f575 + 0771996 commit 1604e08

File tree

12 files changed

+9
-8
lines changed

12 files changed

+9
-8
lines changed

.etc/common-env/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [[ ! $PWD == *"common-env"* ]]; then
2-
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc2*-titleslides/" --verbose . jureca.fz-juelich.de:/p/project/training2555/common/environment/
2+
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc2*-titleslides/" --verbose . juwels-booster.fz-juelich.de:/p/project1/training2555/common/environment/
33
else
44
echo "You seem to be in ./common-env/; please go up one dir."
55
fi

.etc/common-env/jsccourse-bashrc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ if [ -z "$_JSCCOURSE_ENV_SOURCED" ]; then
2929
jutil env activate -p $JSCCOURSE_PROJECT -A $JSCCOURSE_PROJECT
3030

3131
currentday=$(date +%d)
32-
if [[ "$currentday" == "13" ]]; then
33-
res="--reservation sc25-mgpu"
32+
if [[ "$currentday" == "16" ]]; then
33+
res="--reservation sc25-multigpu-tut"
3434
fi
3535

3636
export SLURM_NTASKS=1

.etc/common-env/modules.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
module load Stages/2025
12
module purge
23
module load GCC/13.3.0
34
module load CUDA/12 #12.6.0

.etc/deploy-material.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [[ ! $PWD == *"env"* ]]; then
2-
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose .. jureca.fz-juelich.de:/p/project/training2555/common/material/
2+
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose .. juwels-booster.fz-juelich.de:/p/project1/training2555/common/material/
33
else
44
echo "You seem to be in ./env/; please go up one dir."
55
fi

.etc/printout.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@
5353
\vspace*{1\baselineskip}
5454
\begin{enumerate}
5555
\item Create \highlight{\emph{JuDoor}} account, \highlight{join} \texttt{training2555} project: \href{https://go.fzj.de/mg-jd}{\texttt{go.fzj.de/mg-jd}}
56-
\item Fill \highlight{usage agreement}; wait at least 15 min for synchronization
56+
\item Fill \highlight{usage agreement} (JUWELS Booster); wait at least 15 min for synchronization
5757
\item Login to \highlight{Jupyter}: \href{https://go.fzj.de/mg-jup}{\texttt{https://go.fzj.de/mg-jup}} (JuDoor credentials like \texttt{usr1})
58-
\item Create new Jupyter \highlight{instance} on JUPITER using \texttt{LoginNode} with training project (pre-selected)
58+
\item Create new Jupyter \highlight{instance} on JUWELS using \texttt{LoginNodeBooster} with training project (all pre-filled already)
5959
\item Start Jupyter Terminal, \highlight{source} course environment\\
6060
\verb|source $PROJECT_training2555/env.sh|
6161
\item \highlight{Sync} course material: \verb|jsc-material-sync|
62+
\item \emph{Optional}: Download, install \highlight{Nsight Systems}
6263
\end{enumerate}
6364
\end{document}
963 KB
Binary file not shown.

01b-H_Onboarding/slides.pdf

461 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
3.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)