Skip to content

Commit

Permalink
Merge pull request #738 from pneerincx/fix/slurm_mem_wh
Browse files Browse the repository at this point in the history
Fixed changed Slurm RealMemory after reboot.
  • Loading branch information
marieke-bijlsma authored Feb 27, 2023
2 parents 22cd090 + c0a42d3 commit a71d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_inventories/wingedhelix_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ all:
local_volume_size_extra: 1
slurm_sockets: 16
slurm_cores_per_socket: 1
slurm_real_memory: 64264
slurm_real_memory: 64263
slurm_max_cpus_per_node: "{{ slurm_sockets * slurm_cores_per_socket - 2 }}"
slurm_max_mem_per_node: "{{ slurm_real_memory - slurm_sockets * slurm_cores_per_socket * 512 }}"
slurm_local_disk: 0
Expand Down

0 comments on commit a71d4f5

Please sign in to comment.