Jerome BENOIT wrote:
> Hello LAM,
>
> I have just tried to build the `xmpi' package:
> I got an error message due to a confusion between
> the file `XMPI/src/xmpi/lam.h'
> and the file `lam.h' installed by LAM:
> the former is expected to be read but
> the latter is read instead
> (the mpiCC wrapper putting `-I${includir}' before all).
>
> Are you aware of this point ?
> Do you have a fix for it ?
Now I am having this issue as well.
using g++ and adding the lam header at the end works fine:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/xmpi -I../../src
-I/usr/X11R6/include -I/opt/lam/include -g -O2 -c ndi_resolve.cc -o
ndi_resolve.o
so it's just header confusion.
Well, xmpi has been in beta status for a long time now :-)
Anas
>
> Thanks,
> Jerome
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|