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

[HTCondor-users] passing parametric values to transfer_input_files



Hi all,

I'm using as last line of condor submit file:

queue args from somefile.txt

and I would like to specify something like:

transfer_input_files = this,that,MY_SCRIPT($(args))

where MY_SCRIPT($(args)) evaluates to: surl_1,surl_2,...,surl_x

Note that <x> is not necessarily the same number for every line in somefile.txt
Is something like that doable?

Thanks
Stefano