DeltaQuad wrote:
I am having some issues with Job Scheduling with python. I always get:
deltaquad@willow:~$ qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -m e -j y -o $HOME/UAA.out $HOME/UAA/UAA.py Your job 314397 ("UAA.py") has been submitted
UAA.out says: newtask: exec of /sge62/default/spool/yarrow/job_scripts/314397 failed: No such file or directory
As far as I can see, this is due to /home/deltaquad/UAA/UAA.py using Windows line endings (CRLF) instead of Unix line endings (LF).
MZMcBride