User Tools

Site Tools


dbcsr

DBCSR - A Sparse Matrix Library

DBCSR is a standalone sparse matrix library designed to efficiently perform sparse matrix matrix multiplication, among other operations. It is MPI and OpenMP parallel, and can exploit accelerators.

It is used in CP2K, where it provides core functionality for linear scaling electronic structure theory. A general overview of the library has been published. A discussion of recent developments, in particular GPU work, has appeared as a chapter in 'Electronic Structure Calculations on Graphics Processing Units', John Wiley and Sons, ISBN 9781118661789, and is available as a preprint . The use of one-sided MPI and a 2.5D algorithm to reduce communication is shown to be effective for sparse matrix matrix multiplication in this manuscript.

DBCSR is made available for integration in other projects, see the github webpage.

dbcsr.txt · Last modified: 2021/02/09 09:22 by alazzaro