LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Jeffrey B. Layton (laytonjb_at_[hidden])
Date: 2006-04-21 14:08:44


Howdy,

   I must be having a really bad brain day for some reason. I'm
try to run a code built with LAM and I'm having all kinds of
trouble. I won't post any error message or what I've done because
it may be really stupid. So, I'm looking for some general advice
on starting a LAM built code (yes I have RTFM but this is a really
bad day, so have pity).
   I'm using PBS so here is the basics of what my script does:

NET=tcp
echo $PBS_NODEFILE > machines.$PBS_JOBID
NP=`wc -l machines.$PBS_JOBID | awk '{print $1}'`

lamboot -b -v -ssi rpi $NET $PBS_NODEFILE
lamnodes
mpirun -v -np $NP ./${EXE} >> OUTPUT
lamhalt -v

Does this seem reasonable? (If it does I'll post some of the errors
I'm getting in a follow-up email).

Thanks!

Jeff