I successfully compiled VASP 6.2.1 using the Intel oneAPI (Base+HPC) toolkits on Ubuntu 20.04.3 LTS by modifying the default makefile:
Code: Select all
makefile.include.linux_intel
Code: Select all
FFLAGS = -assume byterecl -w -xHOST
Code: Select all
FFLAGS = -assume byterecl -w -march=core-avx2
My CPU is a dual Intel Xeon Silver 4210R. I also "unlimited" my stack size by adding
Code: Select all
ulimit -s unlimited
Code: Select all
.profile
Code: Select all
source ~/.profile
However I still have all the following tests failing:
The exact same tests were also failing when I used the default makefile:andersen_nve andersen_nve_constrain_fixed andersen_nve_constrain_fixed_RPR andersen_nve_RPR andersen_nvt andersen_nvt_fixed andersen_nvt_RPR bulk_GaAs_ACFDT bulk_GaAs_G0W0_sym bulk_GaAs_G0W0_sym_RPR bulk_GaAs_scGW0_ALGO=D_sym bulk_GaAs_scGW0_ALGO=D_sym_RPR bulk_GaAs_scGW0_sym bulk_GaAs_scGW0_sym_RPR bulk_GaAs_scGW_ALGO=D_sym bulk_GaAs_scGW_ALGO=D_sym_RPR bulk_GaAs_scGW_sym bulk_GaAs_scGW_sym_RPR bulk_InP_SOC_G0W0_sym bulk_InP_SOC_G0W0_sym_RPR bulk_SiO2_elastic_properties_ibrion6 bulk_SiO2_elastic_properties_ibrion6_RPR bulk_SiO2_elastic_properties_ibrion8 bulk_SiO2_elastic_properties_ibrion8_RPR bulk_SiO2_HSE CrS_RPR GaAs_LEPSILON GaAs_LEPSILON_LPEAD GaAs_LEPSILON_LPEAD_RPR GaAs_LEPSILON_RPR HEG_333_LW md_8_Cu_IALGO=38 md_8_Cu_IALGO=38_RPR md_8_Cu_IALGO=48 md_8_Cu_IALGO=48_RPR NiOsLDAU=2_x NiOsLDAU=2_z_RPR SiC8_GW0R SiC_HSE06_ALGO=A SiC_HSE06_ALGO=A_RPR SiC_HSE06_ALGO=D SiC_HSE06_ALGO=D_RPR SiC_phon SiC_phon_RPR Tl_y
Code: Select all
makefile.include.linux_intel
I'm attaching the
I would be much obliged if I could get this issue resolved.testsuite.log, OUTCAR of anderson_nve, and makefile.include
Regards,
Nidal