Performance of Electron-Phonon Calculation for Primitive Cell
Dear all:
I hope this message finds you well. I am currently performing renormalization calculations for the graphene primitive cell POSCAR (containing 2 atoms), with a focus on obtaining the electronic self-energy. The INCAR settings I am using are as follows:
Code: Select all
PREC = Accurate
ENCUT = 600
EDIFF = 1E-8
LREAL = .FALSE.
ISMEAR = 0
SIGMA = 0.01 eV
LWAVE = F
NCORE = 2
ELPH_RUN = .TRUE.
ELPH_DRIVER = EL
ELPH_NBANDS = -2
KPOINTS_OPT_MODE = 1
ELPH_IGNORE_IMAG_PHONONS = T
ELPH_WF_CACHE_MB = 100000
ELPH_SELFEN_GAPS = F
ELPH_SELFEN_DELTA = 0.01
ELPH_SELFEN_FAN = .TRUE.
ELPH_SELFEN_DW = .TRUE.
ELPH_SELFEN_ENERGY_WINDOW = 1.500 5.500
ELPH_SELFEN_TEMPS = 0 100 200 300 400 500
Meanwhile, the KPOINTS mesh is set to 15*15*1, and KPOINTS_ELPH is set to 30*30*1. The calculation is being performed on a 48-core CPU node, and it has started to slow down significantly at the following step:
Code: Select all
========== interatomic force constants ============
treatment of LR: F
====================================================
=========== electron-phonon potential =============
treatment of LR: F
shmem: F
spin-unpolarized (ispin=1, nrspinors=1, ncdij=1)
====================================================
============== electron-phonon wfs =================
fft_mesh: 20 20 120
spin-unpolarized (ispin=1, nrspinors=1, ncdij=1)
nbands_k': 2681
nbands_k: 2681
elph_nbands: 2681
====================================================
fbz qpoint [ 1 - 100 / 900]
I would like to ask that, is this slowdown a normal phenomenon? What specific calculation is being performed at this step that causes the slowdown? In addition, I observed that the memory usage at this time is 406 GB, which is a relatively large value. Is this memory usage normal?
I look forward to your reply. Thank you very much indeed!
Best regards