This thread is locked.Only browsing is available.
Top Page > Browsing
installation with openmpi
Date: 2012/08/24 15:03
Name: sanjeev   <snarooka@yahoo.com>

Dear all user,

I have installed openmpi then I want to install openmx to run it in parallel.
I use the configuration given below.

CC = mpicc -Dnoomp -O3 -I/usr/local/include
LIB = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static

then I got the error.

/usr/bin/ld: cannot find -lmpi
collect2: ld returned 1 exit status
make: *** [openmx] Error 1

could you please guide me to overcome this problem.

with regards

Sanjeev
メンテ
Page: [1]

Re: installation with openmpi ( No.1 )
Date: 2012/08/28 17:44
Name: T. Ozaki

Hi,

The message may suggest that the path to the library is not properly set,
or that there is no corresponding library.

Regards,

TO
メンテ

Page: [1]