Skip to content

Commit 91a9eba

Browse files
committed
Update for SC
1 parent 93c429d commit 91a9eba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/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

0 commit comments

Comments
 (0)