Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Compiling AB-INIT 6.0.1?

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Compiling AB-INIT 6.0.1?


Chronological Thread 
  • From: Yann Pouillon <yann.pouillon@ehu.es>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Compiling AB-INIT 6.0.1?
  • Date: Fri, 19 Feb 2010 18:05:19 +0100
  • Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAKlBMVEX+///p///4//3F+PwDF6Fptuo9gdbn/v/////r//9vyutu4vD1//78/v5ytBaxAAACY0lEQVQ4jZWTwWsaQRTGh1y6hXgqpRRyCJ4S0Etn3UU3N98a8KprUI+uT6o9hMYa0hhYPK0QQRASBHtaJSQeJTnoJXioFjbQppcNuP9LZ7RNtWKbPlhmZn/73lu++R4xp0HMP4P8AyzHEwGZ3wqrwH/3mCPCz4eFwYBhGpNXLWcOPpaqjag8XiwkcGBsK1iQN5xFxECtcYOMjHnleWB8CxWwMEjX7+0h8dnuvW1/vbf9xDxtpG8Y6J+cH8reA7nFluE5fU2M0+P0TWEwuH4vApQBckWAoAhhYq4fp9n7Qb8sqvqlJYWLqr4HWoSBgwGP/oYYjud0UMVwOwOHQIwHJTslR2IunolIM0CBbB8kWOtBj04B6GpxV+SJ5EUCUesqlA5LSSkoxTJnSSn5Ei/IB8xium/Rsuvz2q5tN4+Gtn/S9JOPmO1jqivfCR7iEnciYd0lHpcwkKJKIl92mCCGK6yJMNOTNLQuVfrZfX6o2U7tS3OmJhld9Wgogftc/4p2a3yPOdPLIw9dGsAI7vDvqvDJ8zm66XM5OO0GABAv7wTTqEIg2LCagYtNBipU1COIFr/cKoBaipYA3rAbrI1ERMxf7zHwABaUou2M/s4xmVYdxKyi5bd4hgxSNJ5pv2XArGY72AskcmMOYjwjrE/BczXVox3Mbc31OGE9jGeRlHWV0JOsx3ooIDcu2F/dcjNUivlQB/Ud7hfbHrpepqTDQW1bDWmI9d/O4S4SmH3WzjTMB7dmCj1aiztxosVafmHB/MZ05/F53aVxWJyoXx3MVYNDngTI4roMlo9/GfkVYGWpxfgBSZQnFYKqsicAAAAASUVORK5CYII=
  • Organization: European Theoretical Spectroscopy Facility (ETSF)

Hi,

Le Fri, 19 Feb 2010 10:21:46 +0530, sonu kumar <so9ukumar@gmail.com> a écrit :

> I seemed to have compiled the abinit 6.0.1.
> But i have few things to ask...
>
> 1) I got a warning during "make", which is
> [...]
> icc: command line warning #10120: overriding '-msse' with '-msse3'
> icc: command line warning #10159: invalid argument for option '-m'
> icc: command line remark #10148: option '-static-libcxa' not supported
>
> is it to be worried about ?

No. This is only affecting the ability of the test suite to kill the tests
when they hang indefinitely.

The cause is a bug in Fortran compiler detection. This has been fixed in the
upcoming 6.0.2. A temporary workaround would be to add the following lines to
your <hostname>.ac:

abi_cc_vendor="intel"
abi_cc_version="<your_version>"
abi_cxx_vendor="intel"
abi_cxx_version="<your_version>"

This is an ugly trick, but it might work.

> 2) Secondly i put the optimisation flag -O2 in <hostname>.ac file for C and
> C++ compilers, but when i saw in the log file after running an example, i
> got following:
> [...]
>
> i want to assign -O2 flags to both c and c++. How can i do it?

"./configure --help" will show you the related options:

with_(cc|cxx|fc)_optflags

> 3) i gota a warning in config.log as follows
>
> conftest -g -extend-source -vec-report0 -i-static -static-libcxa
> conftest.F90 >&5
> ifort: command line remark #10148: option '-static-libcxa' not supported
> configure:27054: $? = 0
> configure:27276: result: yes
> configure:27285: checking whether MPI is usable
> configure:27287: result: yes
> configure:27329: WARNING: disabling MPI I/O is not recommended
>
> Should one use MPI I/O?

Yes. Hopefully this situation will be satisfactorily resolved soon.

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