-
Notifications
You must be signed in to change notification settings - Fork 42
MPI issue? #20
Description
Dear all,
I'd like to share my recent experience in case it may help others facing a similar issue in the future. I successfully resolved the problem by recompiling VASP with the patch available at https://github.com/Chengcheng-Xiao/VASP2WAN90_v2_fix. After recompiling, it's important to note that you should run VASP using only a SINGLE CPU core to generate mmn, amn, and spn. I encountered the same underestimation issue when attempting to generate mmn and amn using multiple CPUs. While I'm not an expert, I suspect this might be related to the use of openmpi or some other factor. Therefore, if you're struggling to obtain correct results, I recommend trying this patch and SINGLE CPU approach (note: reading converged WAVECAR and CHGCAR makes the SINGLE CPU approach affordable). Good luck!
Regards,
Hongyang
Originally posted by @ma455173220 in wannier-berri/wannier-berri#274 (comment)