[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Big slot in my HTCondor installation



Hello,

I found these parameters enabled in the condor_config.local. I just add # before the options and restarted condor.

 32 NUM_CPUS = $(DETECTED_CORES)*2
 33 NUM_SLOTS_TYPE_1 = $(DETECTED_CORES)
 34 NUM_SLOTS_TYPE_2 = 1

BTW, is there a place/site/platform or any structured course where I can learn more about condor?


thank you!


--
C.Adean


----- Mensagem original -----
De: "Greg Thain" <gthain@xxxxxxxxxxx>
Para: htcondor-users@xxxxxxxxxxx
Enviadas: Segunda-feira, 15 de maio de 2017 13:14:30
Assunto: Re: [HTCondor-users] Big slot in my HTCondor installation

On 05/15/2017 10:04 AM, Carlos Adean wrote:
> Hi folks,
>
> I have noticed that there is a big slot in my HTCondor installation and I do not have idea how to disable it, also, if this is a problem when I submit my jobs.
>
> My server has 24 cores (hyper threading enabled) 96GB of ram. In fact there are 24 slots with 4036 ram, but I can see this 'big slot' with the entire memory.
>
> $CondorVersion: 7.8.5 Oct 09 2012 BuildID: 68720 $

By default, condor will create one static slot per core, and divide up 
the memory equally per core.  However, one can configure condor to add 
additional slots, with additional memory, etc.  Is it possible that this 
machine has been configured with the "extra" slot, with settings like 
NUM_SLOTS or NUM_SLOTS_TYPE_1 in your configuration?

-greg
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/