Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Resources

PATH/WHERE

Remark

CUDA from OS

/usr/local/cuda/

CUDA Containers

/share/apps/sif/x11vnc

https://cseunsw.atlassian.net/wiki/spaces/DICE/pages/135725067/Software+and+Containers#Apptainer

CUDA Module

module avail cuda/12.5.1-gcc-12.2.0-tk2uq2c

https://cseunsw.atlassian.net/wiki/spaces/DICE/pages/135725067/Software+and+Containers#Environment-Modules

Conda/python Environments

/share/apps/noarch/miniforge3/envs/

https://cseunsw.atlassian.net/wiki/x/XgCjBQ

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)

...