how to limit the slots in docker?
Posted: Mon Mar 30, 2020 8:46 pm
I am running FAHClient in a docker image Nvidia/OpenCL but I have a few problems.
1. How do I prevent it from using the CPU? have tried FAHClient --cpus=-1 but that does not stop it. nore does --cpus=0
2. The docker passes 1 of 6 GPUs through but FAHClient still opens 6 slots with only one compute units assigned.
I have tried --gpu=false --opencl-index=1 --gpu-index=1 --cuda-index=1 --gpu=false
1. How do I prevent it from using the CPU? have tried FAHClient --cpus=-1 but that does not stop it. nore does --cpus=0
2. The docker passes 1 of 6 GPUs through but FAHClient still opens 6 slots with only one compute units assigned.
I have tried --gpu=false --opencl-index=1 --gpu-index=1 --cuda-index=1 --gpu=false