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

Re: [Condor-users] condor_submit feature request



Ryan Lewis wrote:
I would like to see support for the basic math operations ($(Process) +12)*3/400

That would solve your problem.

The 7.1.2 version of Condor will support this, through the unseemly $$([ syntax:

arguments = $$([$(PROCESS) + 200])



-Greg