Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Problem compiling in Cray XD1

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Problem compiling in Cray XD1


Chronological Thread 
  • From: Aldo <aromero@qro.cinvestav.mx>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Problem compiling in Cray XD1
  • Date: Tue, 16 Oct 2007 09:48:52 -0500

Yann

thanks for your help.. it did compile but now tht I am testing the code, it complains
as
/mnt/san/home/cinvestav/ahrc872/abinit-5.4.3/src/main/abinip: error while loading shared libraries: libimf.so: cannot open shared object file: No such
file or directory

do you have any idea what could be the problem?..

Thanks again for your help.

best regards

-aldo.



Yann Pouillon escribió:
I've solved the issue. This is a feature of the build system I forgot to
document. When you want to add special libraries, you have to use the FCLIBS
variable, the content will be added at the end of the command-line. The
"--with-fc-ldflags" option adds the information at the beginning of the
command-line, which will likely produce an error.

In your case that would read (note that "--with-mpi-prefix" is
enough to build the parallel code):

./configure --enable-mpi \
--with-mpi-prefix=/usr/mpich/mpich-1.2.6-intel90027 \
FCLIBS="-L/usr/local/lib64 -lrapl"

I'll fix this documentation leak as soon as possible. My apologies, and
thanks for pointing this out.

Best regards,

Yann.


--
-------------------------------------------
Prof. Aldo Humberto Romero
CINVESTAV-QUERETARO
Libramiento Norponiente No 2000
Real de Juriquilla
76230 Queretaro, Qro, Mexico

email: aromero@qro.cinvestav.mx
Phone: (52)-442-441 4909
Fax: (52) 442 441 4938
www: www.qro.cinvestav.mx/~aromero





Archive powered by MHonArc 2.6.16.

Top of Page