Skip to content

Commit 74dc453

Browse files
committed
Update training project
1 parent 837ef17 commit 74dc453

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.etc/deploy-material.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose ../ judac:/p/project/training2332/common/material/
1+
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose ../ judac:/p/project/training2414/common/material/

.etc/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc23-titleslides/" --verbose . judac:/p/project/training2332/common/environment/
1+
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc23-titleslides/" --verbose . judac:/p/project/training2414/common/environment/

.etc/jsccourse-bashrc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# Andreas Herten, >2017
1212
################################################
1313
if [ -z "$_JSCCOURSE_ENV_SOURCED" ]; then
14-
project="training2332"
14+
project="training2414"
1515

1616
export JSCCOURSE_DIR_GROUP=/p/project/$project
17-
export JSCCOURSE_DIR_LOCAL=${JSCCOURSE_DIR_LOCAL_BASE:-$HOME}/SC23-Multi-GPU-Tutorial
17+
export JSCCOURSE_DIR_LOCAL=${JSCCOURSE_DIR_LOCAL_BASE:-$HOME}/ISC24-Multi-GPU-Tutorial
1818

1919
export _JSCCOURSE_ENV_SOURCED="$(date)"
2020
export C_V_D="0,1,2,3"

.etc/printout.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252

5353
\vspace*{1\baselineskip}
5454
\begin{enumerate}
55-
\item Create \highlight{\emph{JuDoor}} account, \highlight{join} \texttt{training2332} project: \href{https://go.fzj.de/mg-jd}{\texttt{go.fzj.de/mg-jd}}
55+
\item Create \highlight{\emph{JuDoor}} account, \highlight{join} \texttt{training2414} project: \href{https://go.fzj.de/mg-jd}{\texttt{go.fzj.de/mg-jd}}
5656
\item Fill \highlight{usage agreement}; wait at least 15 min for synchronization
5757
\item Login to \highlight{Jupyter}: \href{https://jupyter-jsc.fz-juelich.de}{\texttt{jupyter-jsc.fz-juelich.de}} (JuDoor credentials)
5858
\item Create new Jupyter \highlight{instance} on \texttt{LoginNode\textbf{Booster}} with training project
5959
\item Start Jupyter Terminal, \highlight{source} course environment\\
60-
\verb|source $PROJECT_training2332/env.sh|
60+
\verb|source $PROJECT_training2414/env.sh|
6161
\item \highlight{Sync} course material: \verb|jsc-material-sync|
6262
\end{enumerate}
6363
\end{document}

01b-H_Onboarding/slides.pdf

-125 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Walk-through:
2020

2121
* Sign up at JuDoor: https://go.fzj.de/mg-jd
2222
* Open Jupyter JSC: https://jupyter-jsc.fz-juelich.de
23-
* Create new Jupyter instance on JUWELS, using training2416 account, on **LoginNodeBooster**
24-
* Source course environment: `source $PROJECT_training2416/env.sh`
23+
* Create new Jupyter instance on JUWELS, using training2414 account, on **LoginNodeBooster**
24+
* Source course environment: `source $PROJECT_training2414/env.sh`
2525
* Sync material: `jsc-material-sync`
2626
* Locally install NVIDIA Nsight Systems: https://developer.nvidia.com/nsight-systems
2727

0 commit comments

Comments
 (0)