-
Notifications
You must be signed in to change notification settings - Fork 572
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
Tpetra: Make CrsGraph MatrixMarket I/O memory scalable #1017
Comments
#7045 begins to address this issue |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
autobot begone |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
this sounds important to not close. begone bot |
@trilinos/tpetra
Epic: #769
MatrixMarket input and output (I/O) for Tpetra::CrsGraph currently gathers the whole matrix to Process 0 before writing it. This is not memory scalable. "Memory scalable" means that no single process has to store more than a small constant factor times the maximum per-process memory usage of the distributed data structure. See also #352 and #353.
The text was updated successfully, but these errors were encountered: