LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Pushkar Pradhan (pushkar_at_[hidden])
Date: 2004-02-28 01:03:01


I just installed my own lam libs. in my own workspace because our
organization has only the static libs. and I've certain MATLAB MPI software
which will only work with dynamic LAM libs.

I'm using the latest src. code: LAM 7.0.4 and I'm on "Redhat 6.2". (The docs
say you need 8.0 could that be a problem?)
Initially the configure failed (problems with C++) so I switched from
gcc-3.2.x to gcc-2.95.3.
So it compiled and installed lam.
(./configure --prefix=/home/javier/lam-7.0.2 --enable-shared
--disable-static \
        --without-fc --without-mpi2cpp --without-romio \
        --with-threads=posix --with-trillium --with-rsh="ssh -x")
But when I try to boot lam (lamboot -v $PBS_NODEFILE) I get the following
messages in the error log:
n0<17682> ssi:boot:base:linear: booting n0 (Empire-11-15)
n0<17682> ssi:boot:base:linear: finished

The o/p file doesn't show "topology done" message which you should get if
all is ok.

I searched the archives and found similar errors but this one doesn't
contain "error messages". Can anyone tell what's wrong?
Pushkar