On Apr 14, 2014, at 8:57 AM, Mostafa.B <bakhtvar@xxxxxxxxx> wrote:
Try the -interactive option to condor_submit. It will give you an ssh session on the execute machine with the same user and environment as your job. Then, you can try running your job manually. If it fails in the same way, then you can debug the cause. You’ll want to set/modify the requirements _expression_ in your submit file to force the job to run on one of the problematic machines, like so: requirements = Machine==“problem.foo.org" Thanks and regards, Jaime Frey UW-Madison HTCondor Project |