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

Re: [HTCondor-users] how to ignore some cores



You could force NUM_CPUS to be any value you want, including an expression.

MEMORY_PER_CORE = 2040
NUM_CPUS = int(ceil($(DETECTED_MEMORY) / $(MEMORY_PER_CORE)))

-tj

-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Carlos Adean
Sent: Friday, May 18, 2018 12:18 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] how to ignore some cores

Hi list,

Due hardware problems some execution nodes are showing less memory then others, consequently its slots have less memory.

Is possible to configure htcondor so I can keep the slots with the same amount of memory, maybe ignoring some cores in those machines ?


Slots are configured dynamically (total memory / N_cores = 1 slot)



Thanks,

--
Carlos Adean
IT Team
linea.gov.br
skype: carlosadean

_______________________________________________
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/