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

[Condor-users] manipulating $process macro as a numerical value



Hello everyone,
 
Is there any way one can manipulate the $(process) macro in the condor submit file as an actual integer number?
 
A simple example might be to start the process count at 1 and not 0
So something as simple as this:
 
 
newProcess = $(Process) + 1
 
 
Unfortunately that only translates as a string so the result of the above will be:
 
newProcess = "0+1"
 
Any way around this?
 
Many thanks,
 
Clovis