LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2005-11-10 07:49:09


On Nov 11, 2005, at 4:44 AM, Guangyu Wu wrote:

> Hi,Jeff and all:
> I am back to this problem again now; actually it has been pending and
> unsolved for a long time. I am eager to go through it this time, since
> I have to take benefit from the integration of PBS with LAM.
> 1/Error information I got are:
> [root_at_linux1 lam-7.0.3]# ./configure --with-tm=/usr/pbs>>look2
> configure: error: Cannot continue
> configure: error: Cannot continue
> configure: error: cannot continue
> configure: error: cannot continue
> configure: error: *** Cannot find working libgm.

Looking at only the stderr is looking at these messages out of context.
  You really need to look at both the stdout and stderr in a combined,
ordered fashion.

It is quite normal for some of LAM's sub-configure scripts to fail.
For example, if you do not have Myrinet, then it's not going to be able
to find libgm, and therefore the gm RPI sub-configure script will fail.
  This is normal and expected behavior; the top-level configure script
will complete normally. Looking at the stdout and stderr together
should show this.

> 2/I could not find anything in the “results” files that shows that
> configure completed normally and is ready to run "make"( although I
> could run make all install). Attachments please find the results file
> and config.log created.
> I noticed that there is a line at the end of config.log:
> configure: exit 0
> But from a successful case, it seems it should be configure: exit 1.
> How could I make sure that configure is successful?

If it creates all the Makefiles at the end and exits with status 0,
then everything should be fine.

-- 
{+} Jeff Squyres
{+} The Open MPI Project
{+} http://www.open-mpi.org/