Skip to content

Commit

Permalink
output of anansi is larger than 64
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Nov 13, 2024
1 parent d3cdca6 commit c3faad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub_moss/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _validate_partitions(self, proposal: dict) -> dict[str, dict]:

slurm_info_cmd = traitlets.Unicode(
# Get number of nodes/state, cores/node, cores/state, gpus, total memory for all partitions
r"sinfo -N -p {partition} {clusters} --noheader -O 'Cluster,PartitionName,StateCompact,CPUsState,Gres:64,GresUsed:64,Memory,Time,OverSubscribe'",
r"sinfo -N -p {partition} {clusters} --noheader -O 'Cluster,PartitionName,StateCompact,CPUsState,Gres:128,GresUsed:128,Memory,Time,OverSubscribe'",
help="Command to query cluster information from Slurm. Formatted using req_xyz traits as {xyz}."
"Output will be parsed by ``slurm_info_resources``.",
).tag(config=True)
Expand Down

0 comments on commit c3faad8

Please sign in to comment.