LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Liu Xuezhao (lxz_at_[hidden])
Date: 2005-12-28 20:26:37


The blcr module had been build already, and the lam-7.0.6 can load it correctly, but lam-7.1.1 can not.
The config.log files of 7.0.6 and 7.1.1 are the same also:
---------------
lxz_at_ganode004:~/src> head lam-7.0.6/share/ssi/crlam/blcr/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

  $ ./configure --with-blcr=/home/lxz/opt/blcr --with-cr-file-dir=/home/lxz/tmp --with-rpi=crtcp --prefix=/home/lxz/opt/lam-7.0.6 --with-rsh=ssh -x --cache-file=/dev/null --srcdir=.

lxz_at_ganode004:~/src> head lam-7.1.1/share/ssi/crlam/blcr/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

  $ ./configure --with-blcr=/home/lxz/opt/blcr --with-cr-file-dir=/home/lxz/tmp --with-rpi=crtcp --prefix=/home/lxz/opt/lam-7.1.1-withblcr --with-rsh=ssh -x --cache-file=/dev/null --srcdir=.
--------------
When executing lam-7.0.6's laminfo, it prints:
SSI cr: blcr (Module v1.0.1)
But lam-7.1.1's laminfo prints:
SSI cr: self (API v1.0, Module v1.0)

        

======= 2005-12-28 12:00:00 £º=======
>From: Brian Barrett <brbarret_at_[hidden]>
>To: General LAM/MPI mailing list <lam_at_[hidden]>
>Subject: Re: LAM: Can't restart MPI applications after the LAM RTE is reboot
>Date: Wed28 Dec 2005 00:08:14 -0500
>
>It sounds like you might not have the blcr components properly
>built. Can you make sure the components are actually loaded by
>looking at the output of laminfo? If there is not a blcr cr
>component listed, then there is no blcr support in your build. At
>that point, it would be useful to look at the output of configure and/
>or the config.log from the top source directory and the one from
>share/ssi/crlam/blcr/.
>
>
>Brian
>
===================================