Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

Compiling P3DFFT with OpenMPI

charan_188
Beginner
1,093 Views

While compiling P3DFFT with the latest OpenMPI and intel fortran compilers, I am able to run configure without problems, but run into trouble with the linker.

--------------------------------------

mpicc  -g -O2   -o test_sine_c.x  driver_sine.o ../../build/libp3dfft.a /usr/local/lib/libfftw3.a   -lmpi_f90 -limf -lifcore
/usr/bin/ld: cannot find -lmpi_f90
--------------------------------------

0 Kudos
2 Replies
James_T_Intel
Moderator
1,093 Views
Hi Charan, Make certain that the mpi_f90 library is in LD_LIBRARY_PATH. Sincerely, James Tullos Technical Consulting Engineer Intel® Cluster Tools
0 Kudos
charan_188
Beginner
1,093 Views
Hi, Fixed it. Including the library path in LDFLAGS while configuring the make file seems to have fixed it.
0 Kudos
Reply