| Summary: | Setup so sreport will provide GPU TRES | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | hpc-admin |
| Component: | GPU | Assignee: | Director of Support <support> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 19.05.4 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Ghent | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | slurm.conf | ||
|
Description
hpc-admin
2019-11-27 07:23:29 MST
Could you attach your most recent slurm.conf and gres.conf (if you have one) to this ticket? Thank you. Created attachment 12419 [details]
slurm.conf
Hi Douglas, We do not have a gres.conf at this point. slurm.conf was attached. Kind regards, -- Andy (In reply to hpc-admin from comment #0) > So there is no GPU whatsoever. The documentation seems to suggest I need to > set AccountingStorageTRES, Correct. > but since GPU is no longer a GRES, but a TRES, I > am slightly confused. That's not correct. GPUs are still GRES. They are also tracked as TRES. > Do I still need to set > AccountingStorageTRES=gres/gpu? Yes. And add gres/gpu:<type> for each specific GPU type as well to get full accounting 'coverage' for the GPUs. > We have set these: > > SelectType=select/cons_tres > SelectTypeParameters=CR_Core_Memory > > But this has to do with scheduling, if I understand correctly. It is > unclear if this also means that the new TRES will be used for accounting. The accounting part for GPUs is specified only by AccountingStorageTRES. Note that there are some defaults that can't be turned off, which is why they see a bunch of accounting for things they didn't specify. Closing with answers provided to questions. |