Ryan Lewis wrote:
I would like to see support for the basic math operations ($(Process) +12)*3/400That would solve your problem.
The 7.1.2 version of Condor will support this, through the unseemly $$([ syntax:
arguments = $$([$(PROCESS) + 200]) -Greg