Hello, I'm trying to set up a VASP calculation for GW+BSE to obtain the dielectric function of a metal-oxo cluster structure. During the additional DFT "virtual" orbitals (empty states) calculation after the groundstate calculation, I encountered the following error, and the calculation terminates immediately without starting.
BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
RANK 0 PID 3296766 RUNNING AT n009
KILLED BY SIGNAL: 9 (Killed)
Does anyone know how to solve this? I've searched and found that it might be a memory issue, so I increased the number of cores (32->64->96), but it still didn't solve the problem. My INCAR file is as follows.
SYSTEM = metal-oxo cluster ALGO = Exact LREAL = Auto NELM = 1 ENCUT = 450 PREC = Normal ISMEAR = 0 SIGMA = 0.1 LOPTICS = .TRUE. OMEGAMAX = 100 NBANDS = 300 NCORE = 4
Thank you in advance.