chimes_calculator icon indicating copy to clipboard operation
chimes_calculator copied to clipboard

OOM errors when use ChIMES calculator Python serial interface multiple times

Open shihkual opened this issue 9 months ago • 1 comments

I'm using the Python serial interface to calculate energy, forces, and stress to simulate a system. The job ran on the University of Michigan's Greatlakes CPU node single core. When the function chimescalc_serial_py.calculate_chimes was called by roughly 2000~3000 times, the error code was reported as an out-of-memory error. Here, I provided the minimal codes to produce the error code. The codes need to be adjusted are the module path name in test_chimes.py, and the parameters in slurm which is the slurm script.

shihkual avatar May 01 '24 02:05 shihkual

bug.tar.gz

shihkual avatar May 01 '24 02:05 shihkual

This issue was resolved by commit #69

rk-lindsey avatar May 30 '24 18:05 rk-lindsey