-
Notifications
You must be signed in to change notification settings - Fork 1
-
Distribution using MPI
No due date Last updated over 8 years agoImplement a generic distribution utility in the reftype framework. T…
Implement a generic distribution utility in the reftype framework.
This would fill a gap in communication schemes.
Note that this distribution should rely on communicators and groups.
-
Sparsity patterns
No due date Last updated over 8 years agoReference counting of sparsity patterns are needed. The first imple…
Reference counting of sparsity patterns are needed.
The first implementation should be non-distributed sparse patterns.
Our currently intended sparse patterns are:
- CSC
- CSR
- BCSR
- BCSC
We do currently not intend to provide tools for constructing sparse patterns on the fly.
This may be useful later. -
Threading
No due date Last updated over 8 years ago