Converging K points in XANES-BSE calculations

Dear exciting developers
I’m converging k-points for an XANES-BSE calculations.
I run exciting_smp with: export OMP_NUM_THREADS=“24”, sometimes “20”, sometimes “8”, …
Calculations were done successfully for ngridk=“6 6 3” and ngridq=“6 6 3” in XS block, but not for ngridk=“7 7 4” and ngridq=“7 7 4”, at the last step of calculations, i.e., “Solving BSE Eigenvalue Problem” with the error below:
Intel MKL error: Parameter 8 was incorrect onentry to ZHEEVD.
Error (hermitian_solver): zheevd returned non-zero info: -8
dhesolver error cause: Invalid input

Hi Reihan
I could have avoided the same error by setting distribute=“true” for the BSE element. It seems like a memory-related error, so it’s better to check how much memory your process use. Checking convergence of BSE is hard in terms of both memory and storage…
Im not a developer but just a user btw, hope it would be helpful.