Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Condor q attributes
- Date: Fri, 13 Jun 2014 14:05:04 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Condor q attributes
On 6/13/2014 12:53 PM, Joshua Holladay wrote:
I'm trying to create a custom 'condor_q' format and would like to
know how to find some values. How do I get the "transferring input"
state (equivalent to '<')?
If the job classad attribute TransferringInput exists and has a value to
True, i.e. TransferringInput =?= True
Which class ad attributes are used to
calculate runtime?
For the answer to this and perhaps several others, take a peek at the
following HOWTO on the wiki:
https://htcondor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToWriteaCondorqWrapper
hope the above helps,
Todd