On Tue, 10 Jun 2003, Dupros Fabrice wrote:
> I am using the lahey fortran90 compiler and i want to compile my code using
> the lam-mpi library. Unfortunatelly i have some errors coming from the fact
> that the mpi functions in my codes do not have an underscore at their end. I
> know this problem is quite common, but i don't know how to fix it !
> Can somebody help me ? the fortran lahey compiler has been installed after
> the mpi library, may be there is some config to change ?
Yes, the problem is that LAM was not compiled with the right Fortran
compiler. With LAM 6.5.9, if you configure LAM like:
./configure --with-fc=<lahey compiler> <other options>
LAM will use the symbol mangling scheme of the Lahey compiler and all
should be well.
Hope this helps,
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|