Skip to content

Commit

Permalink
Update slurm_galaxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Nov 19, 2024
1 parent fd5aab9 commit 2043bdd
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions templates/slurm_galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,31 @@ topology_template:
slurm_version:
type: string
description: Version of SLURM to be installed
default: 20.11.9
default: 21.08.8
constraints:
- valid_values: [ '20.11.9' ]
- valid_values: [ '21.08.8' ]

# Overwrite default FE and WN values
fe_cpus:
type: integer
description: Number of CPUs for the front-end node
default: 2
required: yes
fe_mem:
type: scalar-unit.size
description: Amount of Memory for the front-end node
default: 8 GiB
required: yes
wn_cpus:
type: integer
description: Number of CPUs for the WNs
default: 2
required: yes
wn_mem:
type: scalar-unit.size
description: Amount of Memory for the WNs
default: 4 GiB
required: yes

node_templates:

Expand Down

0 comments on commit 2043bdd

Please sign in to comment.