Hello everyone,
When utilizing the VASP 6.5.1, I encountered the following issue: the AIMD simulations with machine learning enabled could run normally when submitted with 128 cores. However, when the same simulations were submitted with 64 cores or 48 cores, convergence problems arose, and the tasks ultimately terminated as they failed to meet the convergence criterion within the set number of NELM. The result figures are attached. Furthermore, when the task is run with 32 cores, it reports a Segmentation Fault.
For the compilation of VASP, modifications were made to four compilation settings in the “makefile.include.intel” file: the Fortran compiler was changed from “FC = mpiifort” to “FC = mpiifx”; the linker was adjusted from “FCL = mpiifort” to “FCL = mpiifx”; the C compiler library was altered from “CC_LIB = icc” to “CC_LIB = mpiicx”; and the C++ parser was modified from “CXX_PARS = icpc” to “CXX_PARS = icpx”.
The computational hardware employed is a single node equipped with two CPUs, featuring 128 cores and 256 GB of memory in total.
I would like to inquire about the solutions to address this convergence issue under the 64-core and 48-core configurations.
Best wishes!

