1. download plugins into ~/.abnint/tarballs
2. eneter folder abinit-7.2.1/builder/
Code: Select all
../configure --with-mpi-prefix=/home/soft/mpi/openmpi-142-intel/ FC=mpif90
Code: Select all
make
Then problem appears:
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking whether the compiler accepts very long lines... yes
checking whether the compiler accepts "line-number" lines cast by the preprocessor... yes
checking fortran 90 modules extension... mod
checking for the size of a Fortran integer... configure: error: in `/home/soft/abinit-7.2.1/builder/fallbacks/sources/libxc-2.0.1':
configure: error: f90 program to find the size of a Fortran integer failed
See `config.log' for more details
make[3]: *** [stamps/libxc-config-stamp] Error 1
make[3]: Leaving directory `/home/soft/abinit-7.2.1/builder/fallbacks'
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/soft/abinit-7.2.1/builder/fallbacks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/soft/abinit-7.2.1/builder'
make: *** [all] Error 2
My config.log is attached, please give me a hand what's going wrong. Thanks!