We have added another V100 GPU node to the dedicated interactive GPU node pool which you can use for your GPU job testing. In total, we have 2 dedicated interactive GPU nodes (lg03a01 & lg03a02 with 4 V100 GPUs on each) in the interactive queue now.

 

To access the dedicated interactive GPU nodes, please use the same LSF command as before:

For example, the following requests 1 GPU card:

bsub -P acc_xxx -q interactive -n 1 -R v100 -R rusage[ngpus_excl_p=1] -W 01:00 -Is /bin/bash

 

Alternatively, you can also start an interactive session in the gpu queue by

 

bsub -P acc_xxx -q gpu -n 1 -R a100 -R rusage[ngpus_excl_p=1] -W 01:00 -Is /bin/bash

 

 

For more details on the job submission with LSF on Minerva, please check our slide here.

To read more about submitting jobs in the interactive queue, click here.