On 4/23/21 8:42 AM, Bruno L A Caires wrote:
Hello,I installed Condor and until now works ok. My setup is one machine as submit and central manager and some machines as execute, without a shared file system.But when i trying submit a job that executable is only on execute machine, i receive the error:"Submitting job(s) ERROR: Executable file /usr/bin/lmp_stable does not exist"Ok. How can i say to condor copy just the in.atm file, since the executable is on executable machine?
Try transfer_executable = falsein your submit file: https://htcondor.readthedocs.io/en/latest/man-pages/condor_submit.html?highlight=transfer_executable
-greg