Parallelization and node memory usage
Posted: Mon Nov 23, 2020 5:41 pm
I have vasp.5.4.4 running fine on a system at ENCUT 300eV. I'd like to increase that to 400eV, but when I do that the memory usage a little too high to run on the 20 core 32GB nodes (VASP fails setting up the 3D FFT). It will run on the 24 core 64GB nodes, but those are in higher demand.
I have been submitting the job to 4 nodes/total 80 processors with the parameters below.
** I am looking for recommendations to change the parallelization options to reduce the memory usage per node.
LPLANE = .TRUE.
LSCALU = .FALSE.
NCORE = 4
NSIM = 4
KPAR = 4
ISYM = 0
The following OUTCAR excerpt is included to demonstrate that VASP is using 80 core and 4 nodes.
running on 80 total cores
distrk: each k-point on 20 cores, 4 groups
distr: one band on NCORES_PER_BAND= 4 cores, 5 groups
I have been submitting the job to 4 nodes/total 80 processors with the parameters below.
** I am looking for recommendations to change the parallelization options to reduce the memory usage per node.
LPLANE = .TRUE.
LSCALU = .FALSE.
NCORE = 4
NSIM = 4
KPAR = 4
ISYM = 0
The following OUTCAR excerpt is included to demonstrate that VASP is using 80 core and 4 nodes.
running on 80 total cores
distrk: each k-point on 20 cores, 4 groups
distr: one band on NCORES_PER_BAND= 4 cores, 5 groups