Skip to content

Fix gpu hour limit#149

Open
itkovian wants to merge 4 commits into
hpcugent:masterfrom
itkovian:fix-gpu-hour-limit
Open

Fix gpu hour limit#149
itkovian wants to merge 4 commits into
hpcugent:masterfrom
itkovian:fix-gpu-hour-limit

Conversation

@itkovian
Copy link
Copy Markdown
Member

No description provided.

Comment thread lib/vsc/administration/slurm/sync.py Outdated

try:
commands.append(create_modify_qos_command(qos_name, {
"GRPTRESMins": "billing={credits},gres/gpu={gpuminutes}".format(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing an f before the string

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pylint does not always nag about format, it might be the named formatting it says should just be a fstring.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, will change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants