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

Re: [Condor-users] job submission question



> In the submit description file, is there a way to access the job 
> number?  I know you can get the process number with $(PROCESS).  So
for 
> instance, if it is job 368.1 I want my output file to be named 
> "program.out.368.1".  Thanks for your help.

>From http://www.cs.wisc.edu/condor/manual/v6.8/2_5Submitting_Job.html

output = project.out.$(Cluster).$(Process)

Hope that helps!

- Ian