- Next message: Brian Barrett: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- Previous message: Bernhard Knapp: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- In reply to: Bernhard Knapp: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- Next in thread: Brian Barrett: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- Reply: Brian Barrett: "Re: LAM: lam Digest, Vol 1172, Issue 1"
Hi,
LAM is in sustaining mode, the beta contains only minor bugfixes - no new
features or major rewrites. It's as safe as 7.1.4 to use. In general if
you're just starting with development/deployment you should strongly
consider OpenMPI - the LAM team is focusing on it for past 2 years or so.
hth,
Konrad
On Thu, 13 Nov 2008, Bernhard Knapp wrote:
> thanks for your fast answer! where is this issue described in detail?
> just because i could neither find the error with google nor with the
> lam/mpi website search. is the problem concerning suse 11? then i will
> simply change to suse 10 or an other distribution ... because i am not
> really happy of using a beta version of mpi.
>
> thanks
> bernhard
>
>
>
>
> lam-request_at_[hidden] wrote:
>
> >Send lam mailing list submissions to
> > lam_at_[hidden]
> >
> >To subscribe or unsubscribe via the World Wide Web, visit
> > http://www.lam-mpi.org/mailman/listinfo.cgi/lam
> >or, via email, send a message with subject or body 'help' to
> > lam-request_at_[hidden]
> >
> >You can reach the person managing the list at
> > lam-owner_at_[hidden]
> >
> >When replying, please edit your Subject line so it is more specific
> >than "Re: Contents of lam digest..."
> >
> >
> >------------------------------------------------------------------------
> >
> >Today's Topics:
> >
> > 1. configure problem (Bernhard Knapp)
> > 2. Re: configure problem (Brian W. Barrett)
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > Subject:
> > LAM: configure problem
> > From:
> > Bernhard Knapp <bernhard.knapp_at_[hidden]>
> > Date:
> > Wed, 12 Nov 2008 16:14:57 +0100
> > To:
> > lam_at_[hidden]
> >
> > To:
> > lam_at_[hidden]
> >
> >
> > hi users
> >
> > i am trying to install lam/mpi version 7.1.4 (also tried 7.1.3) on a
> > suse 11.0 system. unfortunately already in the ./configure step it
> > stops with:
> >
> > *** C++ compiler and preprocessor
> > checking for g++... g++
> > checking whether we are using the GNU C++ compiler... yes
> > checking whether g++ accepts -g... yes
> > checking dependency style of g++... gcc3
> > checking how to run the C++ preprocessor... g++ -E
> > checking if want C++ exception handling... no
> > checking whether g++ has new(std::nothrow)... no
> > checking for C++ template repository directory... templates not
> > supported?
> > not used
> > checking for C++ compiler template parameters... none needed
> > checking for C++ optimization flags... -O3
> > checking for ANSI C header files... yes
> > checking for sys/types.h... yes
> > checking for sys/stat.h... yes
> > checking for stdlib.h... yes
> > checking for string.h... yes
> > checking for memory.h... yes
> > checking for strings.h... yes
> > checking for inttypes.h... yes
> > checking for stdint.h... yes
> > checking for unistd.h... yes
> > checking map usability... yes
> > checking map presence... yes
> > checking for map... yes
> > checking for type bool... no
> > checking for true/false... no
> > configure: WARNING: *** Your C++ compiler does not support the bool
> > data type.
> > configure: WARNING: *** LAM requires a C++ compiler with support for
> > the bool
> > configure: WARNING: *** data type.
> > configure: error: cannot continue
> >
> > but in fact this is not true. if i build my own small main.cpp which
> > only allocates a bool and prints it to the terminal it works fine. i
> > also used the -CC and -CXX option to specify the compiler but i does
> > not help it still says that my compiler does not support bool data
> > type. where is my problem?
> >
> > cheers
> > bernhard
> >
> >
> > ------------------------------------------------------------------------
> >
> > Subject:
> > Re: LAM: configure problem
> > From:
> > "Brian W. Barrett" <brbarret_at_[hidden]>
> > Date:
> > Wed, 12 Nov 2008 10:17:26 -0500 (EST)
> > To:
> > General LAM/MPI mailing list <lam_at_[hidden]>
> >
> > To:
> > General LAM/MPI mailing list <lam_at_[hidden]>
> >
> >
> > On Wed, 12 Nov 2008, Bernhard Knapp wrote:
> >
> >> i am trying to install lam/mpi version 7.1.4 (also tried 7.1.3) on a
> >> suse 11.0 system. unfortunately already in the ./configure step it
> >> stops with:
> >>
> >> configure: WARNING: *** Your C++ compiler does not support the bool
> >> data type.
> >> configure: WARNING: *** LAM requires a C++ compiler with support for
> >> the bool
> >> configure: WARNING: *** data type.
> >> configure: error: cannot continue
> >>
> >> but in fact this is not true. if i build my own small main.cpp which
> >> only allocates a bool and prints it to the terminal it works fine. i
> >> also used the -CC and -CXX option to specify the compiler but i does
> >> not help it still says that my compiler does not support bool data
> >> type. where is my problem?
> >
> >
> > This is a known issue. The only solution is to use the 7.1.5b1 beta
> > release available here:
> >
> > http://www.lam-mpi.org/beta/
> >
> >
> > Brian
> >
>
- Next message: Brian Barrett: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- Previous message: Bernhard Knapp: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- In reply to: Bernhard Knapp: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- Next in thread: Brian Barrett: "Re: LAM: lam Digest, Vol 1172, Issue 1"
- Reply: Brian Barrett: "Re: LAM: lam Digest, Vol 1172, Issue 1"
|