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

[Condor-users] condor_submit adding the current directory to the executable attribute



Hi,

When submitting a job from windows using condor_submit the current working directory is added as a path to the executable file's name.
So when I have "executable    = condor_dagman" in the submit file, it is submitted as "c:\condor\bin\condor_dagman" IF the current directory is c:\condor\bin.
If the directoryis different than the submission does not work at all, reporting: "ERROR: Executable file condor_dagman does not exist".
This happens with c:\condor\bin being in the path and commands are found nicely when executed from the console.

Is there any way to stop adding the current directory to the executable's name and let the system find the executable's location using the PATH variable?
This looks like an essential thing to be able to submit jobs from a windows submitter to a linux scheduler. How do you guys get around this?

Cheers,
Szabolcs