Hi, i am tyying install abinit 6.6.2, using the following command
export CC=mpicc
export CXX=mpicxx
export FC=mpiifort
./configure --enable-mpi="yes" --with-mpi-incs="-I/home/my/mpi/include" --with-mpi-libs="-L/home/my/mpi/libs -lmpi"
But stop here!!
cchi0q0_intraband.F90(370): error #6633: The type of the actual argument differs from the type of the dummy argument. [LTG_Q]
call setup_little_group(q0,Kmesh,Cryst,use_umklp,Ltg_q,Ep%npwepG0,gvec=Gsph_epsG0%gvec)
--------------------------------------------------^
cchi0q0_intraband.F90(370): error #6630: By using keywords, an actual argument has been associated more than once with the same dummy argument. [GVEC]
call setup_little_group(q0,Kmesh,Cryst,use_umklp,Ltg_q,Ep%npwepG0,gvec=Gsph_epsG0%gvec)
------^
cchi0q0_intraband.F90(370): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [USE_UMKLP]
call setup_little_group(q0,Kmesh,Cryst,use_umklp,Ltg_q,Ep%npwepG0,gvec=Gsph_epsG0%gvec)
------^
cchi0q0_intraband.F90(370): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [LTG]
call setup_little_group(q0,Kmesh,Cryst,use_umklp,Ltg_q,Ep%npwepG0,gvec=Gsph_epsG0%gvec)
------^
cchi0q0_intraband.F90(370): error #7836: If the actual argument is scalar, the corresponding dummy argument shall be scalar unless the actual argument is an element of an array that is not an assumed-shape or pointer array, or a substring of such an element. [GVEC]
call setup_little_group(q0,Kmesh,Cryst,use_umklp,Ltg_q,Ep%npwepG0,gvec=Gsph_epsG0%gvec)
------^
compilation aborted for cchi0q0_intraband.F90 (code 1)
make[5]: *** [cchi0q0_intraband.o] Error 1
make[5]: *** Waiting for unfinished jobs....
..........................
anybody know how to fix this problem? thanks
make error in abinit-6.6.2
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.