General Documentation
- Welcome FAQ
- Secure Shell SSH
- Available Software
- Installing Software
- Guidelines and Policies
- Glossary
- Grant Support
- Sharing Data
- Containers & Singularity
- UserGroup Presentations
- Jupyter Notebook Usage
LSF Primer
Lilac Cluster Guide
Juno Cluster Guide
Cloud Resources
Backup Policy on server/node local drives
File lists
Page History
...
The LILAC cluster will include different GPU models, as well as non-GPU nodes Currently the LILAC nodes have GTX 1080, GTX TITANX and TITANX(Pascal) GPUs.
To check available GPU GPU type per node:
Code Block | ||
---|---|---|
| ||
lshosts -w -gpu
|
To check available GPU type per node:
Code Block |
---|
lsload -w -gpuload lsload -gpu |
...
Code Block |
---|
bsub -q gpuqueue -n 1 -gpu "num=1" -R "select[gpu_model0=='GeForceGTX1080T']:gmodel=NVIDIAQuadroRTX6000" |
To check current GPUs status on LILAC (host name, total GPUs per host, allocated GPUs per host):
...