gwendolen_long partition updated to gwendolen-long
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user