...
Resources | PATH/WHERE | Remark |
---|---|---|
CUDA from OS |
| |
CUDA Containers |
| https://cseunsw.atlassian.net/wiki/spaces/DICE/pages/135725067/Software+and+Containers#Apptainer |
CUDA Module |
| |
Conda/python Environments |
|
Submit GPU Job
Info |
---|
The job scheduler allocates GPU resources on a semi best-effort basis. If it cannot allocate the requested number of GPUs (usually due to minor hardware failures), it will still dispatch the job to run. This approach helps to avoid wasting the user's queued time. It is up to the user or job to handle this at the application level (such as exit anyway, or switch to use CPU) |
...