memory problem #25
-
Hi, I seemed to run out of memory when I was testing water hexamer using aug-cc-pvqz basis set, it says systems/test6_0 failed! error: Unable to allocate 1.03 TiB for an array with shape (142059690906,) and data type float64 However, the available memory of the machine can not satisfy the need of 1.03TB, I don't know whether it really need so much memory or it is due to other causes. I am not sure what can I do to solve this problem...Could you please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I think this is because the system you are calculating is too large. please comment out the line |
Beta Was this translation helpful? Give feedback.
Hi, I think this is because the system you are calculating is too large. please comment out the line
incore_anyway: True
in scf_input, mol_args (deepks-kit/examples/water_cluster/args.yaml
Line 26 in 9bbec52