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.