Friday, 5 November 2021

Reason for the Maximum index for Augmentation-charges (SET IRDMAX)" error in OUTCAR file: VASP Calculation.

 "The Maximum index for Augmentation-charges (SET IRDMAX)" error is most-likely due to parallelization issues. 

To check this, try running the code using just 1 cpu.

i.e. use: 

PBS -l select=1:ncpus=8

mpirun -np 1 /path/to/executable/vasp_std

If this runs property, then the problem in on the parallelization. 

How to solve this issue?

Please wait for some time (for update). If you have any thoughts on this, comment here. 

No comments:

Post a Comment

Reason for the Maximum index for Augmentation-charges (SET IRDMAX)" error in OUTCAR file: VASP Calculation.

 "The Maximum index for Augmentation-charges (SET IRDMAX)" error is most-likely due to parallelization issues.  To check this, try...