You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the subspacematrix error occurs in VASP, it can be because the user is studying a small system and using too many cores. There are many examples of this throughout the VASP Forum, such as here. The solution in this scenario is to increase NCORE that way there are more CPUs working on each band (and unset NPAR if present in the INCAR file to ensure the NCORE change is registered). The other solution is to drop the number of cores, but this is not something that Custodian has control over.
Problem
If the
subspacematrix
error occurs in VASP, it can be because the user is studying a small system and using too many cores. There are many examples of this throughout the VASP Forum, such as here. The solution in this scenario is to increase NCORE that way there are more CPUs working on each band (and unset NPAR if present in the INCAR file to ensure the NCORE change is registered). The other solution is to drop the number of cores, but this is not something that Custodian has control over.Proposed Solution
Add a section to the codeblock here that:
Then add a test.
Alternatives
No response
The text was updated successfully, but these errors were encountered: