<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
The problem is that you have told it to use olympus -- not zeus.&nbsp; Now,
normally that wouldn't be a bad thing because it would simply wait for
an olympus node to open up in the evening.&nbsp; The problem right now is
that somewhere in computer science there is a lab machine booted up
using Cobra as it's NIS server -- and trying to authenticate using that.<br>
<br>
See if changing olympus to zeus fixes your problem.&nbsp; If you really want
to wait until the evening and run on olympus cluster machines, you can
do something like<br>
<br>
#PBS -a 2215<br>
<br>
That shold start your job at 10:15 pm<br>
<br>
<br>
Chip Bell wrote:
<blockquote
 cite="mid:CA765D0D95A04D449667AFA14377899C4173478F25@MERCERMAIL.MercerU.local"
 type="cite">
  <pre wrap="">Hey Dr. P, I'm having a little trouble getting this PBS file to work.
This is the error that its giving me...

On Wed, Feb 24, 2010 at 2:49 PM, root <a class="moz-txt-link-rfc2396E" href="mailto:adm@cs.mercer.edu">&lt;adm@cs.mercer.edu&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">PBS Job Id: 332.zeus.cs.mercer.edu
Job Name: &nbsp; Bell_Mat_Mult
Exec host: &nbsp;csc204com21/1+csc204com21/0
An error has occurred processing your job, see below.
Post job file processing error; job 332.zeus.cs.mercer.edu on host csc204com21/1+csc204com21/0Bad UID for job execution REJHOST=csc204com21.cs.mercer.edu MSG=cannot find user 'bell' in password file

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Here is my PBS script

1 #!/bin/bash
2 #PBS -N Bell_Mat_Mult
3 #PBS -l nodes=1:olympus:ppn=2,walltime=3:00:00
4 #PBS -j oe
5 #PBS -k n
6 #PBS -V
7 #PBS -m abe
8 #PBS -M <a class="moz-txt-link-abbreviated" href="mailto:chipbell4@gmail.com">chipbell4@gmail.com</a>
9
10 cd /home/bell/csc435/BabyBLAS
11 multScript &gt; MULT_RESULTS
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Andrew J. Pounds, Ph.D.  (<a class="moz-txt-link-abbreviated" href="mailto:pounds@theochem.mercer.edu">pounds@theochem.mercer.edu</a>)
Associate Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627
</pre>
</body>
</html>