Installing fftw-2.1.5 with openMPI -
trying install fftw use gadget2, , after running following command:
./configure --enable-mpi --enable-type-prefix --enable-float
i message:
checking mpicc... mpicc checking mpi_init... no checking mpi_init in -lmpi... no checking mpi_init in -lmpich... no configure: error: couldn't find mpi library --enable-mpi
now have installed openmpi already, seems case can't find it. there similar question posted while ago different mpi software. think problem openmpi , other compilers might in different folders? brings me more general question (i have tried googling can't find explains well):
if extract tar , use ./configure without prefix, program install to? , issue openmpi has reason installed different place?
thanks!
edit: found solution this question, running
sudo ldconfig
seemed fix , compiles fine.
Comments
Post a Comment