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

Re: [HTCondor-users] keep_claim_idle



Hi Don,

Yes that syntax seems right in the submit file.

In terms of querying it either condor_q or the python bindings are your options here.

condor_q (jobid) -af KeepClaimIdle

Will return what it's set to.

I believe the default is undefined.

Cheers, Iain


From: HTCondor-users [htcondor-users-bounces@xxxxxxxxxxx] on behalf of Krieger, Donald N. [kriegerd@xxxxxxxx]
Sent: 05 April 2016 14:31
To: htcondor-users@xxxxxxxxxxx
Subject: [HTCondor-users] keep_claim_idle

How do I interrogate the schedd through which I am submitting for the value of this parameter?

 

Is the syntax for setting this parameter in a job submit file simply:

keep_claim_idle = N

 

Is there a maximum allowed value?

 

Thanks - Don