../configure --with-config-file=../config-weitong.ac, This is succussful.
But make gives
": catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for ../../../src/66_wfs/prep_fourwf.F90 (code 1)
make[4]: *** [prep_fourwf.o] error 1"
config-weitong.ac is (with referecne to this post viewtopic.php?f=3&t=2071)
Code: Select all
enable_64bit_flags="yes"
prefix="/usr/local/abinit7.6.2"
CC="mpicc"
CXX="mpicxx"
FC="mpif90"
fcflags_opt_66_wfs ="-O1 -xHost -g -extend-source -vec-report0 -noaltparam -nofpscomp"
enable_mpi="yes"
enable_mpi_io="yes"
with_mpi_prefix="/usr/local/mpich"
with_trio_flavor="netcdf+etsf_io+fox"
with_fft_flavor="fftw3"
with_fft_libs="-L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group"
with_linalg_flavor = "mkl"
with_linalg_libs ="-L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
enable_fallbacks="yes"