mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
12 lines
560 B
Text
12 lines
560 B
Text
The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel
|
|
graph library offering a small but powerful set of linear algebra primitives
|
|
specifically targeting graph analytics.
|
|
|
|
* The Combinatorial BLAS development influences the Graph BLAS standardization
|
|
process.
|
|
* CombBLAS achieves scalability via its two dimensional distribution and
|
|
coarse-grained parallelism.
|
|
* CombBLAS powers HipMCL, a highly-scalable parallel implementation of the
|
|
Markov Cluster Algorithm (MCL).
|
|
|
|
WWW: https://people.eecs.berkeley.edu/~aydin/CombBLAS/html/
|