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
how to limit the slots in docker?
Moderators: Site Moderators, FAHC Science Team
Re: how to limit the slots in docker?
Try:
Code: Select all
cpu-usage 0
-
- Site Moderator
- Posts: 6349
- Joined: Sun Dec 02, 2007 10:38 am
- Location: Bordeaux, France
- Contact:
Re: how to limit the slots in docker?
1. You need to remove the entire CPU slot section.
2. I don't understand ... you many GPUs do you have ? How many GPU slot are created ?
2. I don't understand ... you many GPUs do you have ? How many GPU slot are created ?