LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Tim Prince (TimothyPrince_at_[hidden])
Date: 2008-04-07 10:37:35


yacob sen wrote:
> Dear All,
>
> I have installed recently mpich in my linux ubuntu 7.10. I tried to compile my FORTRAN program
> using the following command:
>
> mpif90 add.f90 -o add
>
> However I did get the following error message:
>
> /usr/bin/ld: cannot find -lmpi
> collect2: ld returned 1 exit status
>
> I did also try to compile :
>
> mpif90 add.f90 -pthread -I/usr/lib add.f90 -pthread -I/usr/lib -lmpi_f90 -lmpi -lorte -lopal -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl -o add
>
>
This list doesn't support mpich, but it does appear you have an
installation problem. You can't install mpich and lam in the same
directories.