memory error #89
Replies: 3 comments
-
from pymatgen.core import Structure
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Dear Bowen,
Thank you so much for developing and sharing chgnet! I am trying to apply it to a research project.
The installation of chgnet was very smooth and I am able to run the example of mp-18767-LiMnO2.cif.
However, I ran into an error when running chgnet with my own system which contains 508 atoms. The input files and error message are here https://drive.google.com/drive/folders/1ZUaZ1HULmdIL7-89JPFI6rIa6yRuqyTu?usp=sharing
(1) The problem is caused by memory explosion (run01_mof_md.py, errmsg.txt)
File "pymatgen/optimization/neighbors.pyx", line 226, in pymatgen.optimization.neighbors.find_points_in_spheres
MemoryError: A realloc of memory of failed!
(2) I tried to run the job on a node with 180 GB memory, same error appeared when only 10% memory was being used.
(3) I tried to do the energy/forces/stress prediction, no error (run02_mof_pred.py). It seems the error is related to md?
Could you please help me fix the problem?
I also noticed that the output says: "CHGNet will run on cpu". How do I run chgnet on GPU? Any documents or examples?
Best,
Eric
Beta Was this translation helpful? Give feedback.
All reactions