Skip to content

Commit

Permalink
Update slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
drosofff committed Nov 19, 2024
1 parent a5854c9 commit 9024d45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions environments/ag2024/group_vars/all/slurm
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ slurm_config:
SelectType: select/cons_res
SelectTypeParameters: CR_Core_Memory

slurm_nodes:
- name: "localhost"
CPUs: 8
RealMemory: 32089

slurm_partitions:
- name: debug
Default: YES
DefMemPerCPU: 4000
Nodes: "localhost"

0 comments on commit 9024d45

Please sign in to comment.