ialab-puc / cluster

Cluster IALAB. Documentación, scripts, archivos de configuración.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solicitar GPU especifica en scylla

matgreco opened this issue · comments

En scylla hay 5 GPU, todas excepto la 3 tienen arquitectura nvidia turing y por lo tanto solo soportan CUDA10. Para pedir una GPU especifica en scylla deben seguir estos nombres

GPU 0,1,2: Titan-RTX #SBATCH --gres=gpu:Titan-RTX:1
GPU 3 : Geforce-GTX #SBATCH --gres=gpu:Geforce-GTX:1
GPU 4 : Geforce-RTX #SBATCH --gres=gpu:Geforce-RTX:1