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: Yann Pouillon <yann.pouillon@ehu.es>
  • To: forum@abinit.org
  • Cc: aromero@qro.cinvestav.mx
  • Subject: Re: [abinit-forum] Problem compiling in Cray XD1
  • Date: Mon, 15 Oct 2007 19:22:52 +0200
  • Organization: European Theoretical Spectroscopy Facility (ETSF)

Hi,

Le Fri, 12 Oct 2007 14:10:22 -0500 (CDT), "Aldo Humberto Romero"
<aromero@qro.cinvestav.mx> a écrit :

> We are in the process of compiling the most recent Abinit
> version in a Cray XD1 and everything goes quite smoothly
> until the last part, where the compiler complains:
>
> IPO link: can not find -lrapl

At first sight I would say that this issue is compiler-specific. When you use
inter-procedural optimisation, the compiler has to link the binaries against
additional libraries, and in your case they likely have to be specified on
the command line.

I propose:

1. Compile ABINIT without IPO, and see whether everything is fine
(e.g. use the "--enable-debug" option of "configure").

2. Find "librapl.a" or "librapl.so" on your system --- likely in
the install directories of your compiler --- and reconfigure
with the following option:

./configure --with-fc-ldlfags="-L/directory/containing/librapl -lrapl"

Best regards,

Yann.

--
Yann Pouillon European Theoretical Spectroscopy Facility (ETSF)
Tel: (+34) 943 01 83 94 Centro Joxe Mari Korta, Avenida de Tolosa, 72
Fax: (+34) 943 01 83 90 20018 Donostia-San Sebastián (Gipuzkoa)
Web: http://www.etsf.es/ España




Archive powered by MHonArc 2.6.16.

Top of Page