cp2k / dbcsr

DBCSR: Distributed Block Compressed Sparse Row matrix library

Home Page:https://cp2k.github.io/dbcsr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBCSR: Distributed Block Compressed Sparse Row matrix library

Build Status Linux Build Status MacOS Build Status Latest GCC

codecov Licence GitHub Releases

DBCSR is a library designed to efficiently perform sparse matrix-matrix multiplication, among other operations. It is MPI and OpenMP parallel and can exploit Nvidia and AMD GPUs via CUDA and HIP.

How to Install

Follow the installation guide.

Documentation

Documentation is available online for the latest release.

How to Cite

To cite DBCSR, use the following paper

@article{dbcsr,
	title = {{Sparse Matrix Multiplication: The Distributed Block-Compressed Sparse Row Library}},
	journal = {Parallel Computing},
	volume = {40},
	number = {5-6},
	year = {2014},
	issn = {0167-8191},
	author = {Urban Borstnik and Joost VandeVondele and Valery Weber and Juerg Hutter}
}

To cite the DBCSR software library, use:

@misc{dbcsr-software,
	author = {The CP2K Developers Group},
	title = {{DBCSR: Distributed Block Compressed Sparse Row matrix library}},
	publisher = {GitHub},
	journal = {GitHub repository},
	year = {2022},
	url = {https://github.com/cp2k/dbcsr}
}

Contributing to DBCSR

Your contribution to the project is welcome! Please see DBCSR's contribution guidelines and this wiki page. For any help, please notify the other developers.

About

DBCSR: Distributed Block Compressed Sparse Row matrix library

https://cp2k.github.io/dbcsr/

License:GNU General Public License v2.0


Languages

Language:Fortran 74.4%Language:C 8.4%Language:Python 7.4%Language:C++ 4.2%Language:CMake 2.6%Language:Shell 1.7%Language:Jupyter Notebook 0.5%Language:Makefile 0.5%Language:Roff 0.1%Language:Gnuplot 0.1%