-
Notifications
You must be signed in to change notification settings - Fork 2
Added GRES/GPU chapter #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
docs/scheduler/resources.md
Outdated
|
||
run: `/opt/hpccf/bin/slurm-show-resources.py --full` | ||
|
||
####Memory per GPU (optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not relevant to actually requesting GPUs/gres; delete this section
|
||
You may also combine it with other resource flags, for example: | ||
|
||
```console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pare down this example to just show the GPU-relevant options.
docs/scheduler/resources.md
Outdated
|
||
|
||
### GPUs / GRES | ||
####Requesting GPU Resources (GRES / GPUs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure there are spaces after heading symbols ie #### Requesting...
docs/scheduler/resources.md
Outdated
./my_gpu_application --some-option | ||
``` | ||
|
||
####Tips & Caveats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave out the chatgpt wrap-up stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(remove this section)
docs/scheduler/resources.md
Outdated
|
||
####Partition / QOS constraints | ||
|
||
Some GPU nodes may only be available in certain partitions (e.g. gpu, gpu-rt, etc.). Be sure to request the GPU-compatible partition, e.g.: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use our actual gpu partition names. Example: "*(for example, on Farm there is the gpul
partition)"
No description provided.