Open aantao opened 2 years ago
Hello,
A quick fix for this is to replace line 414 in solvation.F with this line:
CE_S(I) = ERFC( log(MAX(REAL(RWORK(I),KIND=q),CHGMIN)/nc_k) / SQRT(2._q)/sigma_k ) / 2._q
Then try recompiling VASP. Let me know if this helps,
Eric Fonseca
I am using the following versions of Intel OneAPI compilers: Compilers 2022.1.0 MPI 2021.6.0 MKL 2022.1.0 When running "make all", I get the following error:
Not sure how to resolve this issue.