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

[HTCondor-users] How to use ProcID and padding



Dear HTCondor experts,

I have a job in which I need a file whose name goes like "file_002.txt" for subjob 2 and so forth. I am thinking of sending this file with the job using the line:

input = file_$(ProcId:03).txt

but I guess this is not going to work. How can we use the ProcId variable to make this name?

Cheers.