Skip to content
Snippets Groups Projects
Commit 0f3cb73f authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Update directory paths in SLURM scripts for May 2025 supercomputing talk

parent 509c9bda
No related branches found
No related tags found
No related merge requests found
Pipeline #272933 passed
......@@ -23,7 +23,7 @@ export MASTER_PORT=7010
export GPUS_PER_NODE=4
# Make sure we are on the right directory
cd $HOME/2024-11-talk-intro-to-supercompting-jsc/src
cd $HOME/2025-05-14-talk-intro-to-supercompting-jsc/src
# This loads modules and python packages
source sc_venv_template/activate.sh
......
......@@ -11,7 +11,7 @@
#SBATCH --gres=gpu:1
# Make sure we are on the right directory
cd $HOME/2024-11-talk-intro-to-supercompting-jsc/src
cd $HOME/2025-05-14-talk-intro-to-supercompting-jsc/src
# This loads modules and python packages
source sc_venv_template/activate.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment