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.
abinit 7.10.4 compile problem [SOLVED]
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.
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.
Re: abinit 7.10.4 compile problem
Hi,
the compiler version is no longer supported…
use :
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
Jean-Michel Beuken
Computer Scientist
Re: abinit 7.10.4 compile problem
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