error in compilation of abinit 7.8.2  [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
satvinder
Posts: 5
Joined: Mon Jul 20, 2015 12:05 pm

error in compilation of abinit 7.8.2

Post by satvinder » Mon Jul 11, 2016 1:12 pm

Hello everyone..
I am new to abinit. I am trying to install abinit in parallel on a cluster. Upto configure command, it works correctly but after giving "make mj4" command it gives following error:

make[2]: [all-local] Error 2 (ignored)
Checking build of libxc fallback
test -e stamps/libxc-install-stamp
make[2]: *** [all-local] Error 1
make[2]: Leaving directory `/home/satvindersingh/software/abinit/abinit-7.8.2/fallbacks'
make[1]: *** [multi] Error 2
make[1]: Leaving directory `/home/satvindersingh/software/abinit/abinit-7.8.2'
make: *** [mj4] Error 2

Kindly help me to get out of this. I have also attached config.log file here


Thank you


Regards
satvinder singh
Attachments
config.log
(137.67 KiB) Downloaded 357 times

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

Re: error in compilation of abinit 7.8.2  [SOLVED]

Post by jbeuken » Mon Jul 11, 2016 9:32 pm

Hi,

there are some problems with the mpich2 installation :

configure:10613: /home/satvindersingh/libs/mpich2/mpich2-install/bin/mpicc --version >&5
gcc (GCC) 4.8.5

configure:13420: /home/satvindersingh/libs/mpich2/mpich2-install/bin/mpif90 --version >&5
GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)


first , the version of gcc and gfortran are not the same :o
and the gfortran version 4.1.2 is not more supported neither the version of mpich

need to update your system...

jmb
------
Jean-Michel Beuken
Computer Scientist

satvinder
Posts: 5
Joined: Mon Jul 20, 2015 12:05 pm

Re: error in compilation of abinit 7.8.2

Post by satvinder » Tue Jul 12, 2016 8:32 am

yes. It works.. Thank you so much jbeuken... :)

Locked