Jason We have a shared file system between all nodes. When I run condor_submit -interactive I get a shell in the same folder as I was previously, but from the âviewâ of the execute node. I can then execute simply by â./runscriptâ. Yes, I get the normal log/out/error files. I have checked the env and there is nothing there that tells me why the job wonât start. I can also ssh to one of my startd machines and start the job manually with the runscript. Loss of ideas here now. P From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx>
On Behalf Of Jason Patton Hi Peter, You say that when you submit an interactive job, you run the script by doing "./runscript". Do your jobs ever use condor file transfer or is your pool set up to assume a shared file system? When you submit the job normally, do you still get back the output (stdout) and error (stderr) files? It might be useful to print out the environment at the very beginning of the script and compare between a normal job and an interactive
job. Jason Patton On Mon, May 3, 2021 at 5:04 PM Peter Ellevseth <Peter.Ellevseth@xxxxxxxxxx> wrote:
|