Partitionable slot (of 1) is now enabled by default on a fresh install starting with 23.0: https://htcondor.readthedocs.io/en/latest/version-history/lts-versions-23-0.html#version-23-0-0 You can configure it or revert to static slots with: use FEATURE: PartitionableSlot() use FEATURE: StaticSlots() Martin From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx>
On Behalf Of Beyer, Christoph Hi, that is the difference of a static and a partitionable slot (maybe wording is a bit different) the partitionable slot carves of a child slot that runs the job and
the rest of the parent slot is negotiated in the next round. The static slot is negotiated as a whole and stays a single slot no matter how much smaller the actual job running in it is.
both slots on one EP NUM_SLOTS = 2 static slot: SLOT_TYPE_1 = cpu=1, memory=8000 partitionable slot
NUM_SLOTS_TYPE_2 = 1 Best christoph
Von:
"Klint Gore" <kgore4@xxxxxxxxxx> Does NUM_SLOTS=1 limit the machine to having only 1 slot in 23.x? I've noticed in both 23.3 and 23.0 that slot1 is getting divided into slot1_1 and slot1_2 and 2 jobs are running where as 10.x
and before didn't. Or is there now another way to say I only want 1 slot on the machine regardless of how many cores it has? klint
|