abinit 7.10.4 compile problem  [SOLVED]

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
fwfw
Posts: 1
Joined: Mon Jul 20, 2015 4:35 pm

abinit 7.10.4 compile problem  [SOLVED]

Post by fwfw » Mon Jul 20, 2015 11:44 pm

Dear All,
I am using ifort and icc (version 11.1) to compile abinit-7.10.4. The compilation stops and shows an err as :
##################
fortcom: Error: m_fock.F90, line 946: A pointer dummy argument with the INTENT(IN) attribute shall not appear as an actual argument if the associated dummy argument has the INTENT(OUT) or INTENT(INOUT) attribute. [FOCK]
phktnons,phase1d,fock%phase(:,1+jkg_this_proc:npwj+jkg_this_proc))
---------------------------^
fortcom: Error: m_fock.F90, line 973: A pointer dummy argument with the INTENT(IN) attribute shall not appear as an actual argument if the associated dummy argument has the INTENT(OUT) or INTENT(INOUT) attribute. [FOCK]
call sphereboundary(fock%gbound_bz(:,:,my_jkpt),fock%istwfk_bz(my_jkpt),&
-------------------------^
compilation aborted for m_fock.F90 (code 1)
#################

Could anybody please give me some hints to solve this problem.
Thank you.

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: abinit 7.10.4 compile problem

Post by jbeuken » Tue Jul 21, 2015 8:02 pm

Hi,
the compiler version is no longer supported…

use :
    version 13.1.3 or better
    version 14.0.4 or better
------
Jean-Michel Beuken
Computer Scientist

onion2440
Posts: 34
Joined: Sat Sep 05, 2015 10:04 am

Re: abinit 7.10.4 compile problem

Post by onion2440 » Wed Dec 02, 2015 7:34 am

jbeuken wrote:Hi,
the compiler version is no longer supported…

use :
    version 13.1.3 or better
    version 14.0.4 or better


Hi,
I want know if it is better to compile abinit with ifort 16.0.1 or 15.0.4?
best

Locked