Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] CPUs total for machines with Partitionable Slots?
- Date: Fri, 05 Apr 2024 22:40:18 +0100
- From: Angel de Vicente <angel.vicente.garrido@xxxxxxxxx>
- Subject: Re: [HTCondor-users] CPUs total for machines with Partitionable Slots?
Hello,
Joe Reuss via HTCondor-users
<htcondor-users@xxxxxxxxxxx> writes:
> We're not super sure what you are asking here, do you think you could
> elaborate more on it? Are you asking if there is a way to do
> condor_status for each CPU instead of for each slot? What information
> are you trying to get specifically?
not really. I would like to have a way so that the summary information
provided by condor_status does not take into account Slots, but rather
CPUs. So, going back to my previous example, now I get:
> ,----
> | $ condor_status --constraint 'Machine == "xxxx.xxx.xxx.xx" || Machine == "xxxx.xxx.xxx.xx"' -compact
> | Machine Platform Slots Cpus Gpus TotalGb FreCpu FreeGb CpuLoad ST Jobs/Min MaxSlotGb
> |
> | xxxx.xxx.xxx.xx x64/Ubuntu22 0 128 503.43 128 503.43 1.59 Oi 0.00 *
> | xxxx.xxx.xxx.xx x64/Ubuntu22 8S 1 7.84 8 62.71 0.53 Oi 0.00 7.84
> |
> | Total Owner Claimed Unclaimed Matched Preempting Drain Backfill BkIdle
> |
> | x64/Ubuntu22 9 9 0 0 0 0 0 0 0
> |
> | Total 9 9 0 0 0 0 0 0 0
> `----
while I imagine something like the following, where the summary
information counts CPUs and not Slots
> ,----
> | $ condor_status --cpus --constraint 'Machine == "xxxx.xxx.xxx.xx" || Machine == "xxxx.xxx.xxx.xx"' -compact
> | Machine Platform Slots Cpus Gpus TotalGb FreCpu FreeGb CpuLoad ST Jobs/Min MaxSlotGb
> |
> | xxxx.xxx.xxx.xx x64/Ubuntu22 0 128 503.43 128 503.43 1.59 Oi 0.00 *
> | xxxx.xxx.xxx.xx x64/Ubuntu22 8S 1 7.84 8 62.71 0.53 Oi 0.00 7.84
> |
> | (CPUs) Total Owner Claimed Unclaimed Matched Preempting Drain Backfill BkIdle
> |
> | x64/Ubuntu22 136 136 0 0 0 0 0 0 0
> |
> | Total 136 136 0 0 0 0 0 0 0
> `----
I hope it is clearer now.
Cheers,
--
Ãngel de Vicente -- (GPG: 0x64D9FDAE7CD5E939)
Research Software Engineer (Supercomputing and BigData)
Instituto de AstrofÃsica de Canarias (https://www.iac.es/en)