Hello Everyone,
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
. My files are set for CHMOD 774
. They all exist
. It always returns the error
What am I doing wrong?
--------------------------
DeltaQuad