LAM/MPI logo

LAM/MPI Development Mailing List Archives

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

From: Ralf Wildenhues (Ralf.Wildenhues_at_[hidden])
Date: 2005-11-04 03:36:40


Hi Didier,

* Didier Cabannes wrote on Fri, Nov 04, 2005 at 12:17:58AM CET:
>
> I'm having problems when trying to run mpi c++ programs with LAM
> compiled with the PathScale compilers. I'm using LAM version 7.1.1
> with PathScale EKOPath Compilers version 2.2.1.
> I compiled LAM with the following flags:
>
> FC=pathf95
> F77=pathf95
> CC=pathcc
> CXX=pathCC
>
>
> and ran LAM configure as follows:
>
> ./configure --prefix=$LAMHOME \
> --enable-shared \
> --with-modules

For your information: Libtool does not have specific support for
PathScale compilers (yet). That doesn't mean it should fail, but it
might cause some of the issues you are seeing, besides the one you
fixed. It just means we've not yet had the chance to look into this any
closer (I've been asked before about this compiler suite). A quick
glance at the manpages suggests there shouldn't be any problems, though.

Eventually, I should be able to check Libtool support for PathScale. If
you could test patches then, that'd be great. Surely I'd also be happy
to accept working patches in case someone else steps up to do it. :)

Until then, I'd appreciate if you could send me the configure output of
above, plus config.log and share/libltdl/config.log, preferably packed
(bzip2, gzip). If you have even more energy, you could do the same with
  ./configure --enable-static --disable-shared

Thanks,
Ralf