LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Artur Tyliszczak (atyl_at_[hidden])
Date: 2008-01-31 09:50:55


Dear All,

Please let me know if someone managed to install and run LAM on Intel
MacBookPro OS X 10.5.
I am trying (fighting) to do that for couple of days already but
without success.

I am using newest versions of Intel compiler (10.1.007, 10.1.006) and
gfortran compiler. Lam source 7.1.4.
For gfortran I was able to install lam with options:

./configure --prefix=/opt/lam-7.1.4-gfortran-new1 FC=gfortran --
without-romio --with-memory-manager=none
make
sudo make install

When I try to compile simple MPI code (1DradiationMPI.f90) it works
fine but during the linking I get the fallowing errors:

/Users/arturt/links/mpi/bin/mpif77 1DradiationMPI.f90 Undefined symbols:
   "_lam_f77init", referenced from:
       _lam_f77init$non_lazy_ptr in liblamf77mpi.a(init_f.o)
   "_lam_F_handles", referenced from:
       _lam_F_handles$non_lazy_ptr in liblamf77mpi.a(crank_f.o)
       _lam_F_handles$non_lazy_ptr in liblamf77mpi.a(csize_f.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status

I tried to configure lam with both -m64 and -m32 options (for
gfortran, c and c++) but it does not help.

Then I tried with intel compiler. The sample code is compiled but then
during the linking the errors are similar as those above.

Is there any solution??? I need LAM on OS 10.5 as soon as possible.

Your sincerely,
Artur Tyliszczak.