Skip to content

Commit

Permalink
Merge pull request #2629 from harshthakkar01/release-candidate
Browse files Browse the repository at this point in the history
Use SocketsPerBoard instead of Socket in enterprise blueprint
  • Loading branch information
harshthakkar01 committed May 23, 2024
2 parents 4b6e82c + 4a60119 commit 3d77821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hpc-enterprise-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ deployment_groups:
disk_type: pd-ssd
disk_size_gb: 100
node_conf:
Sockets: 2
SocketsPerBoard: 2
CoresPerSocket: 24

# use `-p a208` to submit jobs to this partition:
Expand Down Expand Up @@ -218,7 +218,7 @@ deployment_groups:
disk_type: pd-ssd
disk_size_gb: 100
node_conf:
Sockets: 2
SocketsPerBoard: 2
CoresPerSocket: 24

# use `-p a216` to submit jobs to this partition:
Expand Down

0 comments on commit 3d77821

Please sign in to comment.