Subject: Re: [Condor-users] Submitting Multiple Executables with a Single Submission Script
On Wed, Apr 25, 2012 at 4:43 PM, Alex N <aoflex@xxxxxxxxx> wrote:
Does the $(Process) macro not work for 'executable'? If so, is there some other built in Condor function or macro that will quickly submit more than one executable?
It works, but not well. The executable _expression_ is, if I recall correctly, only evaluated once for the entire cluster. So $(Process) == 0 when it's eval'ed the first time and this evaluated version of executable is what gets used among all the jobs in the cluster.
You could use a wrapper script to fix this where the wrapper is something like: