Add paragraph on resource types in the resource application#370
Open
itkovian wants to merge 1 commit intohpcleuven:masterfrom
Open
Add paragraph on resource types in the resource application#370itkovian wants to merge 1 commit intohpcleuven:masterfrom
itkovian wants to merge 1 commit intohpcleuven:masterfrom
Conversation
6a7354d to
5009ac2
Compare
stdweird
reviewed
Nov 13, 2023
| Resource types: | ||
|
|
||
| * credits: These are the consumable units in CPU-hour equivalents for CPU, memory, and GPU allocation in the job. This means that requesting e.g., all the memory of a node | ||
| will cost you the equivalent of using all the cores on this node. Similarly for each GPU hours consumed, 12 credits are allocated. These are also the |
Collaborator
There was a problem hiding this comment.
i would use another word then cost
stdweird
reviewed
Nov 13, 2023
|
|
||
| * credits: These are the consumable units in CPU-hour equivalents for CPU, memory, and GPU allocation in the job. This means that requesting e.g., all the memory of a node | ||
| will cost you the equivalent of using all the cores on this node. Similarly for each GPU hours consumed, 12 credits are allocated. These are also the | ||
| limiting factor w.r.t. total awarded compute time on the system for your project (limited hard by the resource scheduler). The cost is computed as the maximum of all three |
Collaborator
There was a problem hiding this comment.
the cost is not computed like that. it's credits * price percredit + gpuhours * price per gpuhour, where price per credit is mentioned as prive per cpu hour in the contract
Collaborator
There was a problem hiding this comment.
so the contracts should only be corrected to specify CPU hour equivalent instead of CPU hour (and we can avoid mentioning the word credit.
and maybe CPU hour equivalent can also be used in the resapp instead of credit?
stdweird
reviewed
Nov 13, 2023
| * credits: These are the consumable units in CPU-hour equivalents for CPU, memory, and GPU allocation in the job. This means that requesting e.g., all the memory of a node | ||
| will cost you the equivalent of using all the cores on this node. Similarly for each GPU hours consumed, 12 credits are allocated. These are also the | ||
| limiting factor w.r.t. total awarded compute time on the system for your project (limited hard by the resource scheduler). The cost is computed as the maximum of all three | ||
| resource-equivalents. |
Collaborator
There was a problem hiding this comment.
i would first describe what the resources are and what a resource-equivalent is. or not use new words ;)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.