I have loaded all mandatory libraries for abinit-9.2.1
Code: Select all
module load intel/2018b
module load HDF5/1.10.2-intel-2018b
module load libxc/3.0.1-intel-2018b
module load netCDF/4.6.1-intel-2018b
module load netCDF-Fortran/4.4.4-intel-2018b
module load Wannier90/2.0.1.1-intel-2018b-abinit
Code: Select all
prefix="/home/ulg/phythema/gtang/software/abinit-9.2.1/build"
FC="mpif90"
CC="mpicc"
CXX="mpicxx"
with_mpi="yes"
with_linalg="yes"
with_linalg_flavor="mkl"
LINALG_CPPFLAGS="-I${MKLROOT}/include"
LINALG_FCFLAGS="-I${MKLROOT}/include"
LINALG_LIBS="-L${MKLROOT}/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group"
with_fft="/home/ulg/phythema/gtang/software/fftw-3.3.8/build"
FFT_CPPFLAGS="-I/home/ulg/phythema/gtang/software/fftw-3.3.8/build/include"
FFT_FCFLAGS="-I/home/ulg/phythema/gtang/software/fftw-3.3.8/build/include"
FFT_LIBS="-L/home/ulg/phythema/gtang/software/fftw-3.3.8/build/lib -lfftw3f -lfftw3"
with_libxc="yes"
LIBXC_CPPFLAGS="-I/home/easybuild/.local/easybuild/software/libxc/3.0.1-intel-2018b/include"
LIBXC_FCFLAGS="-I/home/easybuild/.local/easybuild/software/libxc/3.0.1-intel-2018b/include"
LIBXC_LIBS="-L/home/easybuild/.local/easybuild/software/libxc/3.0.1-intel-2018b/lib -lxcf90 -lxc"
with_hdf5="yes"
HDF5_CPPFLAGS="-I/home/easybuild/.local/easybuild/software/HDF5/1.10.2-intel-2018b/include"
HDF5_FCFLAGS="-I/home/easybuild/.local/easybuild/software/HDF5/1.10.2-intel-2018b/include"
HDF5_LIBS="-L/home/easybuild/.local/easybuild/software/HDF5/1.10.2-intel-2018b/lib -lhdf5 -lhdf5_hl"
with_netcdf="yes"
NETCDF_CPPFLAGS="-I/home/easybuild/.local/easybuild/software/netCDF/4.6.1-intel-2018b/include"
NETCDF_FCFLAGS="-I/home/easybuild/.local/easybuild/software/netCDF/4.6.1-intel-2018b/include"
NETCDF_LIBS="-L/home/easybuild/.local/easybuild/software/netCDF/4.6.1-intel-2018b/lib64 -lnetcdf"
with_netcdf_fortran="/home/ulg/phythema/gtang/software/netcdf-fortran-4.5.2/build"
NETCDF_FORTRAN_CPPFLAGS="-I/home/ulg/phythema/gtang/software/netcdf-fortran-4.5.2/build/include"
NETCDF_FORTRAN_FCFLAGS="-I/home/ulg/phythema/gtang/software/netcdf-fortran-4.5.2/build/include"
NETCDF_FORTRAN_LIBS="-L/home/ulg/phythema/gtang/software/netcdf-fortran-4.5.2/build/lib -lnetcdff"
with_wannier90="yes"
WANNIER90_LIBS="-L/home/easybuild/.local/easybuild/software/Wannier90/2.0.1.1-intel-2018b-abinit/lib -lwannier90"
Core build parameters
---------------------
* C compiler : gnu version 7.3
* Fortran compiler : gnu version 7.3
* architecture : intel xeon (64 bits)
* debugging : basic
* optimizations : standard
* OpenMP enabled : no (collapse: ignored)
* MPI enabled : yes (flavor: auto)
* MPI in-place : no
* MPI-IO enabled : yes
* GPU enabled : no (flavor: none)
* LibXML2 enabled : no
* LibPSML enabled : no
* XMLF90 enabled : no
* HDF5 enabled : yes (MPI support: no)
* NetCDF enabled : yes (MPI support: no)
* NetCDF-F enabled : yes (MPI support: no)
* FFT flavor : dfti (libs: auto-detected)
* LINALG flavor : mkl (libs: user-defined)
* Build workflow : monolith
0 deprecated options have been used:.
Configuration complete.
You may now type "make" to build Abinit.
(or "make -j<n>", where <n> is the number of available processors)
---------------------
Since the above result came, I proceeded to execute the make command.
I issued the make command, then the following error occurred,
---------------------
make[5]: *** No rule to make target `m_optim_dumper.o', needed by `lib14_hidewrite.a'. Stop.
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory `/home/users/g/t/gtang/software/abinit-9.2.1/build/shared/common/src/14_hidewrite'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/users/g/t/gtang/software/abinit-9.2.1/build/shared/common/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/users/g/t/gtang/software/abinit-9.2.1/build/shared/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/users/g/t/gtang/software/abinit-9.2.1/build/shared'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/users/g/t/gtang/software/abinit-9.2.1/build'
make: *** [all] Error 2
---------------------
Can anyone help me with this?