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

Re: [HTCondor-users] Overriding Cmd for condor_q output?



On Mon, Jan 14, 2013 at 01:13:21PM -0600, Daniel Forrest wrote:
> Use:
> 
>     -format " %.20s\n" Arguments
> 
> Replace '.20' with whatever maximum field width you want.
> 
> 
> You might also use:
> 
>     -format " %.20s\n" 'ifThenElse(isUndefined(Args),Arguments,Args)'
> 
> If you have a mix of jobs with both the old and new argument formats.

Cheers.

What exactly is the difference between Arguments= and Args=? Since Args= is
not mentioned in
http://research.cs.wisc.edu/htcondor/manual/current/condor_submit.html
I thought it was just an alias, but does it behave differently?

Ditto for Executable= (documented) and Cmd= (undocumented)

Thanks,

Brian.