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
Describe the bug
Relax jobs using forcefields fails as the forcefield taskdoc stores all the ionic steps leading to cross the size limit
Steps to reproduce
1.Run relax jobs using mace forcefield with Fire optimizer for a cell containing more than 1000 atoms with a force requirement of 0.0001
Possible solution
Modify the default interval arg of relax maker from 1 to 100 / larger number (this solution should potentially work as we tested using LBFGS optimizer of ase instead of default Fire optimzer, and same job then runs without any issue as LBFGS stores 100 steps at max)
arg to allow users to skip storing ionic step data in taskdoc
Any thoughts on this or other ideas to tackle this issue are welcome.
The text was updated successfully, but these errors were encountered:
naik-aakash
changed the title
BUG: Forcefield relaxmaker jobs fails due to BJSON size exceeds 16MB for large structures
BUG: Forcefield relaxmaker jobs fails due to BSONObj size exceeds 16MB for large structures
Feb 6, 2024
Describe the bug
Relax jobs using forcefields fails as the forcefield taskdoc stores all the ionic steps leading to cross the size limit
Steps to reproduce
1.Run relax jobs using mace forcefield with Fire optimizer for a cell containing more than 1000 atoms with a force requirement of 0.0001
Possible solution
Any thoughts on this or other ideas to tackle this issue are welcome.
The text was updated successfully, but these errors were encountered: