Hello everyone
I am trying to compile a phyloegentic program (MrBayes) to use with
Lam-Mpi. We have a cluster of 12 nodes, but only 3 have Lam-Mpi
installed and the head node have MPICH installed. I am compiling fine on
the nodes with MPICH but I got the following errors when compiling on a
node with Lam-Mpi
mpicc -O4 -DMPI_ENABLED bayes.o command.o complex.o gamma.o linalg.o
mcmc.o model.o plot.o sump.o sumt.o -lm -o mb
/usr/bin/ld: skipping incompatible /usr/lib/lam/lib/liblammpio.a when
searching
for -llammpio
/usr/bin/ld: cannot find -llammpio
collect2: ld returned 1 exit status
mpicc: No such file or directory
make: *** [mb] Error 1
Thanks in advance for any help.
Cheers
Paulo
|