1. With Abinit-8.10.3, everything goes smoothly until the last module (98_main), when linking with the module 52_fft_mpi_noabirule, there some reference misunderstanding with FFTW, though I had installed separately the newest fftw-3.3.8 to /usr/local/fftw-3.3.8 directory.
2. With Abinit-9.0.4:
Firstly, I have installed separately the fallbacks following Antonnius's post (viewtopic.php?f=3&t=4444). The fallbacks (libxc, hdf5, netcdf4) are installed until the fault "nc_open cannot be found" in netcdf4_fortran installation.
Then I followed this procedure:
a. Making configure at the top of Abinit-9.0.4 directoty
Code: Select all
prefix=/share/apps/Abinit/abinit-9.0.4
FC="/opt/openmpi/bin/mpif90"
CC="/opt/openmpi/bin/mpicc"
CXX="/opt/openmpi/bin/mpic++"
FCFLAGS='-g -O3 --free-line-length-none'
with-optim-flavor="aggressive"
with_mpi="yes"
enable_mpi_io="yes"
MPI_FCFLAGS="-I/usr/include"
MPI_LIBS="-L/usr/lib64 -lmpi"
with_fft_flavor="fftw3"
FFTW3_FLAGS="-I/share/apps/fftw-3.3.8/include"
FFTW3_LIBS="-L/share/apps/fftw-3.3.8/lib64 -lfftw3"
with_linalg_flavor="atlas"
LINALG_CPPFLAGS="-I/usr/include"
LINALG_FCFLAGS="-I/usr/include"
LINALG_LIBS="-L/usr/lib64 -lblas -llapack"
Code: Select all
with_libxc=/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/libxc/4.2.3
with_hdf5=/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/hdf5/1.10.6
with_netcdf=/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4/4.6.3
with_netcdf_fortran=/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4_fortran/4.5.2
with_xmlf90=/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/xmlf90/1.5.3.1
with_wannier90=/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/wannier90/2.0.1.1
Code: Select all
/opt/openmpi/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/11_memory_mpi -I../../shared/common/src/11_memory_mpi -I../../shared/common/src/12_hide_mpi -I../../shared/common/src/12_hide_mpi -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/27_toolbox_oop -I../../shared/common/src/27_toolbox_oop -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/41_geometry -I../../src/41_geometry -I../../src/42_parser -I../../src/42_parser -I../../src/44_abitools -I../../src/44_abitools -I../../src/44_abitypes_defs -I../../src/44_abitypes_defs -I../../src/45_geomoptim -I../../src/45_geomoptim -I../../src/56_recipspace -I../../src/56_recipspace -I../../src/72_response -I../../src/72_response -I../../src/77_ddb -I../../src/77_ddb -I../../src/78_effpot -I../../src/78_effpot -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/hdf5/1.10.6/include -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4/4.6.3/include -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4/4.6.3/include -I/include -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4_fortran/4.5.2/include -ffree-form -J../mods -g -O3 --free-line-length-none -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4/4.6.3/include -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/netcdf4_fortran/4.5.2/include -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/xmlf90/1.5.3.1/include -I/share/apps/Abinit/abinit-9.0.4/fallbacks/install_fb/gnu/4.8/wannier90/2.0.1.1/include -c -o m_hashtable_strval.o m_hashtable_strval.F90
Warning: Nonexistent include directory "/include"
m_hashtable_strval.F90:55.41:
CHARACTER(len=:), ALLOCATABLE :: key
1
Error: Deferred-length character component 'key' at (1) is not yet supported
m_hashtable_strval.F90:55.41:
CHARACTER(len=:), ALLOCATABLE :: key
1
Error: Deferred-length character component 'key' at (1) is not yet supported
m_hashtable_strval.F90:55.41:
CHARACTER(len=:), ALLOCATABLE :: key
1
Error: Deferred-length character component 'key' at (1) is not yet supported
m_hashtable_strval.F90:347.66:
call self%vec(i)%print_entry(label=label, prefix=prefix)
1
Error: 'print_entry' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:333.38:
call self%vec(i)%print_all()
1
Error: 'print_all' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:318.16:
s=s+self%vec(i)%sum_entry(label=label, prefix=prefix)
1
Error: 'sum_entry' at (1) should be a FUNCTION
m_hashtable_strval.F90:320.17:
s=s+ self%vec(i)%sum_val()
1
Error: 'sum_val' at (1) should be a FUNCTION
m_hashtable_strval.F90:298.32:
CALL tbl%vec(i)%free()
1
Error: 'free' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:286.43:
CALL tbl%vec(hash)%get(key=key,val=val)
1
Error: 'get' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:275.43:
CALL tbl%vec(hash)%put(key=key,val=val)
1
Error: 'put' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:55.41:
CHARACTER(len=:), ALLOCATABLE :: key
1
Error: Deferred-length character component 'key' at (1) is not yet supported
m_hashtable_strval.F90:55.41:
CHARACTER(len=:), ALLOCATABLE :: key
1
Error: Deferred-length character component 'key' at (1) is not yet supported
m_hashtable_strval.F90:232.63:
call self%child%print_entry(label=label, prefix=prefix)
1
Error: 'print_entry' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:193.35:
call self%child%print_all()
1
Error: 'print_all' at (1) should be a SUBROUTINE
m_hashtable_strval.F90:179.16:
s=s+self%child%sum_entry(label=label, prefix=prefix)
1
Error: 'sum_entry' at (1) should be a FUNCTION
m_hashtable_strval.F90:145.18:
s=s+self%child%sum_val()
1
Error: 'sum_val' at (1) should be a FUNCTION
m_hashtable_strval.F90:55.41:
CHARACTER(len=:), ALLOCATABLE :: key
1
Error: Deferred-length character component 'key' at (1) is not yet supported
make[3]: *** [m_hashtable_strval.o] Error 1
make[3]: Leaving directory `/share/apps/Abinit/abinit-9.0.4/src/78_effpot'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/share/apps/Abinit/abinit-9.0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/share/apps/Abinit/abinit-9.0.4'
make: *** [all] Error 2
Any suggestion will be appreciated.