Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] HTCondor 10.4.X: use FEATURE : DESKTOP
- Date: Thu, 13 Apr 2023 14:00:29 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] HTCondor 10.4.X: use FEATURE : DESKTOP
This looks like a mistake in the release notes.
It should be
USE POLICY : DESKTOP
POLICY_EXPR_FRAGMENTS is related yes. The relevant changes to the DESKTOP policy are
if ! defined PolicyExprFragments
use FEATURE : POLICY_EXPR_FRAGMENTS
endif
STARTD_LATCH_EXPRS = $(STARTD_LATCH_EXPRS) CpuBusy
CpuBusyTimer=IfThenElse(CpuBusyValue is 1, time() - CpuBusyTime, 0)
-tj
-----Original Message-----
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> On Behalf Of Bert DeKnuydt
Sent: Thursday, April 13, 2023 7:41 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] HTCondor 10.4.X: use FEATURE : DESKTOP
Dear Condor users,
In the release notes for 10.4.0, it's stated that to get CpuBusy and
CpuBusyTime
back, we need to use 'use FEATURE : DESKTOP' in the config files.
However, it seems that this definition is lacking, as
'condor_config_val use feature:' lists nothing similar. The only
addition
to versions < 10.4 is POLICY_EXPR_FRAGMENTS. It seems related though.
Is this an inconsistency in the documentation or am I missing something?
Regards, Bert.
_______________________________________________
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/