Skip to content
/ dbcsr Public
forked from cp2k/dbcsr

DBCSR: Distributed Block Compressed Sparse Row matrix library

License

Notifications You must be signed in to change notification settings

hfp/dbcsr

This branch is 1 commit ahead of, 124 commits behind cp2k/dbcsr:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83b1efe · May 14, 2024
Mar 18, 2024
Jan 24, 2024
Jan 24, 2024
May 14, 2024
Jan 24, 2024
May 14, 2024
May 13, 2024
May 14, 2024
Jan 24, 2024
Feb 23, 2022
Mar 17, 2022
Oct 19, 2020
Feb 8, 2021
Feb 23, 2022
Oct 20, 2020
Nov 15, 2018
Mar 22, 2022
Apr 9, 2020
May 14, 2024
May 17, 2023
Jan 24, 2024
Jan 24, 2024
Apr 9, 2020
Jun 2, 2022
Feb 15, 2022
Jul 4, 2023
Mar 13, 2024

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 77.2%
  • C 8.6%
  • Python 4.4%
  • C++ 4.4%
  • CMake 2.5%
  • Shell 2.0%
  • Other 0.9%