Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 10062ed9 authored by Hauke Kirchner's avatar Hauke Kirchner
Browse files

Update submit_train.sh to load new software stack

parent 013f3d84
No related merge requests found
......@@ -11,6 +11,12 @@
#SBATCH --output=./slurm_files/slurm-%x-%j.out # where to write output, %x give job name, %j names job id
#SBATCH --error=./slurm_files/slurm-%x-%j.err # where to write slurm error
# load new software stack
# see https://docs.hpc.gwdg.de/software/software_stacks/index.html
export PREFERRED_SOFTWARE_STACK=nhr-lmod
source /sw/etc/profile/profile.sh
module load miniconda3
module load cuda
source activate dl-gpu # Or whatever you called your environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment