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

Re: [Condor-users] Wildcard in transfer_input_files?



On 09/25/2012 01:55 PM, Ian Cottam wrote:

On 22/09/2012 15:17, "Matthew Farrellee" <matt@xxxxxxxxxx> wrote:


Or use -append, condor_submit -append "transfer_input_files = $(echo
*.data)" my.job

Best,


matt


I'm interested in other examples of -append that people use.
For example, I imagine  -append "initialdir = test"  could be useful for
switching between test and live data.
-Ian

Pure CLI submission: echo queue 3 | condor_submit -a cmd=/bin/cat -a args=/proc/self/status -a 'output=status.$(process).out'

I do this a lot to skip writing submit files.

Best,


matt