You're doing everything right... the only things I notice from your script are syntax items like
'hostname' should be `hostname` and
your executable has a / after it.
In any case, those items shouldn't prevent your job from running- you should at least get errors. I tested your script on another OSCAR cluster... works fine. Your job is either being launched and bounced back to the Q status, or not being launched at all.
A few things to check:
qstat -n (if compute nodes are assigned, an attempt has been made to launch your job and it has been bounced for some reason)
pbsnodes -a (check to see that all of your nodes are free)
service maui status (make sure the scheduler is running)
cexec df -t nfs (make sure /home is mounted everywhere)
If all those check out, try restarting maui. (may want to resubmit the job again too; qdel the lingering jobs first)
If that doesn't do it, try forcing the run (as root) with the qrun command. (this bypasses the scheduler)
Jeremy
At 02:40 PM 6/27/2003 -0700, Brian Messenger wrote:
I need a little basic help with PBS. I have successfully installed Oscar
and can run code across the cluster with mpirun, but am stuck trying to
queue a job with PBS. I have attached two files. myTest.f and myRun.sh
I compile myTest.f and it runs fine. Then using qsub I try a sample job,
but it just sits in the queue. To queue the job I am running the following
command:
qsub myRun.sh
If I am way off or myRun.sh is way off, is there anyone with a sample piece of code and PBS Script that they could share and possible tell me what I am doing wrong. I don't think that PBS is set up wrong, but where are the configuration files kept for PBS? Thanks in advance for your time.
Brian Messenger
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
