It produces the command line error:
Unable to read script file because of error: error opening set: No such file or directory
Instead of the text file.
--------------------------
DeltaQuad
http://enwp.org/User_Talk:DeltaQuad http://enwp.org/User_Talk:DeltaQuad
From: toolserver-l-bounces@lists.wikimedia.org [mailto:toolserver-l-bounces@lists.wikimedia.org] On Behalf Of Jeremy Baron Sent: April-13-11 12:14 PM To: toolserver-l@lists.wikimedia.org Subject: Re: [Toolserver-l] Python/Job issues
:-/
Maybe someone should set up a TS login server sshd to listen on port 443 aka https. (if it's not already claimed by a web service)
-Jeremy
On Apr 13, 2011 12:06 PM, "DeltaQuad" deltaquad@live.ca wrote:
Can’t say right now as my school blocks FTP/SSH to the toolserver, will let you know later today.
DeltaQuad
http://enwp.org/User_Talk:DeltaQuad http://enwp.org/User_Talk:DeltaQuad
From: toolserver-l-bounces@lists.wikimedia.org [mailto:toolserver-l-bounces@lists.wikimedia.org] On Behalf Of Jeremy Baron Sent: April-13-11 12:01 PM To: toolserver-l@lists.wikimedia.org Subject: Re: [Toolserver-l] Python/Job issues
What does this produce:
qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -m e -j y -o $HOME/set.out set
-Jeremy
On Apr 13, 2011 11:54 AM, "DeltaQuad" deltaquad@live.ca wrote:
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