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
--------------------------------------


