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
  • Subject: Re: [abinit-forum] Problem compiling in Cray XD1
  • Date: Tue, 16 Oct 2007 14:02:44 +0200
  • Organization: European Theoretical Spectroscopy Facility (ETSF)

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.

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