abinit 7.10.4 compile problem [SOLVED]
Posted: 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.
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.