Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxozo committed Oct 18, 2023
1 parent 4b7228b commit 08ecbb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf/extra_confs/leicester/alice_new_setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ process {

//queue = { task.time <= 24.h ? 'short' : task.time > 672.h ? 'long' : 'medium'}
withLabel: gpu {
beforeScript = 'module load cuda11.4/toolkit/11.4.1'
clusterOptions = '-l nodes=1:ppn=4:gpus=1 -l vmem=24g'
queue = 'gpu'
beforeScript = 'module load module load gcc/12.3.0 && module load cuda12.1/toolkit && module load module load cudnn8.9-cuda12.1'
clusterOptions = '--gres=gpu:ampere:1'
}
}

0 comments on commit 08ecbb4

Please sign in to comment.