Yes, you are right the localhost is written when i type hostname i have changed it to point to server now. That solved the problem of submission but the other problem i am having is for output and error files<br><br>As i understand , if i submit the jobs using script the output is in working directory of script with
0.jobid and error is at same place with .e.jobid<br><br>i have this sample script test.sh<br><br>#!/bin/bash<br>hostname<br>date<br><br>i submit it using following command in directory /home/ybuild3<br><br>qsub test.sh<br>
<br>i get the jobid for example 38.server<br><br>doing qstat -f 38 i find that the output and error files should be in /home/ybuild3/test.sh.0.38 and ...test.sh.e.38<br><br>but i dont find these files<br><br>is there something i am missing
<br><br>thanks<br><br><br><div><span class="gmail_quote">On 7/23/07, <b class="gmail_sendername">Garrick Staples</b> <<a href="mailto:garrick@usc.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
garrick@usc.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, Jul 23, 2007 at 04:02:28PM -0600, amjad syed alleged:
<br>> ok<br>> the host is named server it is running the pbs_server and pbs_sched<br><br>Not according to the previous post that had 'localhost' in your prompt.<br>If you type 'hostname', does it return "server"?
<br><br><br><br>_______________________________________________<br>torqueusers mailing list<br><a href="mailto:torqueusers@supercluster.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">torqueusers@supercluster.org
</a><br><a href="http://www.supercluster.org/mailman/listinfo/torqueusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.supercluster.org/mailman/listinfo/torqueusers</a><br><br><br></blockquote></div><br>