jasonlarkin / p3dfft

Automatically exported from code.google.com/p/p3dfft
GNU General Public License v3.0
0 stars 0 forks source link

cannot find -lmpichf90 in 'make' #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is an installation error.

1.My configure command is:  ./configure --enable-gnu --enable-fftw 
--with-fftw=/home/fftw3 FC=mpif90 CC=mpicc,  and it completes free of error.

2.In the make step, I encountered error like this: mpicc  -g -O2   -o 
test_sine_c.x driver_sine.o ../../build/libp3dfft.a 
/home/donq/acgnipper/fftw3/lib/libfftw3.a   -lgfortran -lmpichf90 
/usr/bin/ld: cannot find -lmpichf90

3.I am using OpenMPI, so I don't know why the program is trying to find 
-lmpichf90... The libraries are in the standard directories, and I am using 
Ubuntu.

Original issue reported on code.google.com by zhaodong...@gmail.com on 15 Feb 2015 at 10:34