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.shIf 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
myTest.f
Description: Binary data
myRun.sh
Description: Binary data
