gwendolen_long partition updated to gwendolen-long

This commit is contained in:
2022-02-17 15:35:55 +01:00
parent 4cade03842
commit 4bcde04fea
2 changed files with 10 additions and 10 deletions

View File

@ -153,7 +153,7 @@ The following template should be used by any user submitting jobs to GPU nodes:
#!/bin/bash
#SBATCH --cluster=gmerlin6 # Cluster name
#SBATCH --partition=gpu,gpu-short # Specify one or multiple partitions, or
#SBATCH --partition=gwendolen,gwendolen_long # Only for Gwendolen users
#SBATCH --partition=gwendolen,gwendolen-long # Only for Gwendolen users
#SBATCH --gpus="<type>:<num_gpus>" # <type> is optional, <num_gpus> is mandatory
#SBATCH --time=<D-HH:MM:SS> # Strongly recommended
#SBATCH --output=<output_file> # Generate custom output file