-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature & Refactor: read and write Hexx(R) in CSR format #3727
Conversation
All HexxR have been reduced to only one process. Will this lead to memory crashes in large-scale computing? |
|
For each process, only part of Hexx is stored in memory. |
So there's a waste of memory in Hexx to be improved. Maybe I can have a try in another PR. |
right |
Background
Currently, EXX-NSCF suffers from cereal's bug in reading Hexx(R) (related issues: #2235 #3323), which forces the users to turn to PyATB.
What's changed