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

Re: [HTCondor-users] combining constraint



On 5/28/2013 8:41 AM, Biju Ramachandran wrote:
Hi there:

Is it possible to combine more than one constraint with && or || like  ..?
  condor_history -constraint 'formatTime(QDate, "%m%d") == "0527" &&
JobType == "Katana"'  -format '%s -- ' ClusterId


Yes, it is absolutely possible. I do it all the time. FWIW, your above constraint works fine.

Todd