jmb, thanks very much for your reply.
Referring the advice, I changed gcc version to stable one and rebuilt openmpi.
In configuring the abinit, I used only CC and FC options.
However, an error has been still remained in compiling, the messages were here.
Code: Select all
make all-recursive
Making all in fallbacks
make fox
The build of fox has been disabled
Checking build of fox fallback
test -e stamps/fox-install-stamp
make libxc
The build of libxc has been disabled
Checking build of libxc fallback
test -e stamps/libxc-install-stamp
make linalg
The build of linalg has been disabled
Checking build of linalg fallback
test -e stamps/linalg-install-stamp
make netcdf
The build of netcdf has been disabled
Checking build of netcdf fallback
test -e stamps/netcdf-install-stamp
make atompaw
The build of atompaw has been disabled
Checking build of atompaw fallback
test -e stamps/atompaw-install-stamp
make etsf_io
The build of etsf_io has been disabled
Checking build of etsf_io fallback
test -e stamps/etsf_io-install-stamp
make wannier90
The build of wannier90 has been disabled
Checking build of wannier90 fallback
test -e stamps/wannier90-install-stamp
make bigdft
The build of bigdft has been disabled
Checking build of bigdft fallback
test -e stamps/bigdft-install-stamp
Making all in src
Making all in incs
There is no buildable file here
Making all in mods
There is no buildable file here
Making all in 01_interfaces_ext
make[3]: Nothing to be done for `all'.
Making all in 01_linalg_ext
make[3]: Nothing to be done for `all'.
Making all in 01_macroavnew_ext
make[3]: Nothing to be done for `all'.
Making all in 10_defs
make[3]: Nothing to be done for `all'.
Making all in 11_memory_mpi
make[3]: Nothing to be done for `all'.
Making all in 11_qespresso_ext
make[3]: Nothing to be done for `all'.
Making all in 12_hide_mpi
make[3]: Nothing to be done for `all'.
Making all in 14_hidewrite
make[3]: Nothing to be done for `all'.
Making all in 16_hideleave
/Users/noriosaito/Develop/abinit/archive/abinit-7.4.3/config/wrappers/wrap-mpiLFC -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/Users/noriosaito/Develop/abinit/archive/abinit-7.4.3/fallbacks/exports/include -ffree-form -J/Users/noriosaito/Develop/abinit/archive/abinit-7.4.3/src/mods -O2 -mtune=native -march=native -g -ffree-line-length-none -c -o m_build_info.o m_build_info.F90
m_build_info.F90:24.14:
use defs_basis
1
Fatal Error: File 'defs_basis.mod' opened at (1) is not a GFORTRAN module file
make[3]: *** [m_build_info.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I wonder it is required to add a configuration option to tell the information of required module.
If anyone knows more detail, please tell me how to proceed.
Norio Saito