Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] cannot compile

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] cannot compile


Chronological Thread 
  • From: Yann Pouillon <pouillon@pcpm.ucl.ac.be>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] cannot compile
  • Date: Wed, 19 Jul 2006 11:36:46 +0200
  • Organization: Université Catholique de Louvain

Hi,

The build system is not sensitive to Fortran compiler names. Yet, in
version 5.1 of ABINIT, there are still some issues related to XLF. They
have been fixed in version 5.2.

With version 5.1, using "mpxlf" or "mpxlf_r" as compiler name should do.
If not, you may add the following lines to your config file:

fc_type="ibm"
fc_version="9.1"

Please note that this is a quick and *VERY* dirty fix, which is no more
needed with ABINIT 5.2.

Best regards,

Yann.

Le mercredi 19 juillet 2006 à 10:04 +0200, Damien Caliste a écrit :

> You're using xlf90, aren't you? This compiler uses non standard options
> and this annoys the build system. To avoid that, Yann Pouillon added a
> wrapper around that compiler. The build system will activate this
> wrapper according to the name of your compiler. So use an alias to
> ensure the compiler name to 'xlf90' (without _r).
> When you run 'configure', in the Fortran support section, you should
> have two lines like these ones :
> checking if we are using the IBM XL Fortran compiler... yes
> configure: applying Fortran compiler tricks (type: ibm, version: 9.1)
>
> Damien.
>




Archive powered by MHonArc 2.6.16.

Top of Page