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

Re: [HTCondor-users] Use of debug statement in machine configuration file




On 2/25/21 8:36 AM, Weatherby,Gerard wrote:
Thanks, that works great for the job and start file. I would like to add some non-trivial logic the SCHEDD APPEND_REQUIREMENTS â does debug( ) work in that context?

Yes, that should work. Just

APPEND_REQUIREMENTS = debug(complex requirements here)

-greg