Running w/ multiple GPU (HPC)

Hi guys,

I asked this a while ago but I am wondering if anyone has experience running ODM while utilizing multiple GPUs from a singularity container? This is being ran on a cluster.

Or any advice on a direction to move forward to would be very helpful.

So it’s the same question as this one:

Even if singularity could work with any docker image, docker images run as root. So it might work with singularity but it’s a workaround.

As far as the GPU is concerned, it depends on what you want to do:

For singularity, you need a sysadmin with solid knowledge of resource allocation. The simplest use is to allocate an entire GPU to a VM.

Thank you!