HSE06 calculation stuck at 5th electronic step.
Hello,
I'm running a HSE06 calculation for a Ga-O system (20 atoms total) using VASP 6.5.0 compiled with Intel OneAPI 2024.2.0. The calculation appears to be stuck at the 5th electronic step - it completes 4 steps normally but then hangs without producing further output. See below for more details:
Code: Select all
werner@x13dai-t:~/Desktop/hse$ module load vasp
Notice: Generated new FI_PSM3_UUID: 102917a7-c52f-4801-941f-9483e72ae628
Loads the hdf5/1.14.4_3-oneapi.2024.2.0 environment.
Loads the wannier90/v3.1.0-serial-oneapi.2024.2.0 environment.
werner@x13dai-t:~/Desktop/hse$ mpirun -n 36 vasp_std
running 36 mpi-ranks, on 1 nodes
distrk: each k-point on 36 cores, 1 groups
distr: one band on 1 cores, 36 groups
vasp.6.5.0 16Dec24 (build Dec 29 2024 16:03:31) complex
POSCAR found type information on POSCAR GaO
POSCAR found : 2 types and 20 ions
Reading from existing POTCAR
scaLAPACK will be used
-----------------------------------------------------------------------------
| |
| W W AA RRRRR N N II N N GGGG !!! |
| W W A A R R NN N II NN N G G !!! |
| W W A A R R N N N II N N N G !!! |
| W WW W AAAAAA RRRRR N N N II N N N G GGG ! |
| WW WW A A R R N NN II N NN G G |
| W W A A R R N N II N N GGGG !!! |
| |
| For optimal performance we recommend to set |
| NCORE = 2 up to number-of-cores-per-socket |
| NCORE specifies how many cores store one orbital (NPAR=cpu/NCORE). |
| This setting can greatly improve the performance of VASP for DFT. |
| The default, NCORE=1 might be grossly inefficient on modern |
| multi-core architectures or massively parallel machines. Do your |
| own testing! More info at https://www.vasp.at/wiki/index.php/NCORE |
| Unfortunately you need to use the default for GW and RPA |
| calculations (for HF NCORE is supported but not extensively tested |
| yet). |
| |
-----------------------------------------------------------------------------
Reading from existing POTCAR
-----------------------------------------------------------------------------
| |
| ----> ADVICE to this user running VASP <---- |
| |
| You have a (more or less) 'large supercell' and for larger cells it |
| might be more efficient to use real-space projection operators. |
| Therefore, try LREAL= Auto in the INCAR file. |
| Mind: For very accurate calculation, you might also keep the |
| reciprocal projection scheme (i.e. LREAL=.FALSE.). |
| |
-----------------------------------------------------------------------------
LDA part: xc-table for (Slater+PW92), standard interpolation
POSCAR, INCAR and KPOINTS ok, starting setup
FFT: planning ... GRIDC
FFT: planning ... GRID_SOFT
FFT: planning ... GRID
WAVECAR not read
entering main loop
N E dE d eps ncg rms rms(c)
DAV: 1 -0.239317225891E+04 -0.23932E+04 -0.94132E+04 42192 0.311E+03
DAV: 2 -0.395436549122E+04 -0.15612E+04 -0.15127E+04 43092 0.637E+02
DAV: 3 -0.412481440963E+04 -0.17045E+03 -0.16981E+03 47340 0.161E+02
DAV: 4 -0.412954497748E+04 -0.47306E+01 -0.47290E+01 46116 0.306E+01
werner@x13dai-t:~/Desktop/hse$ grep LOOP OUTCAR
LOOP: cpu time 7.7931: real time 7.8180
LOOP: cpu time 7.8538: real time 7.8782
LOOP: cpu time 9.0585: real time 9.0875
LOOP: cpu time 8.4907: real time 8.5186
Then it seems to hang on the 5th step. I've waited for several hours with no progress.
Any advice would be greatly appreciated.
Thank you!
Zhao