User Tools

Site Tools


dbcsr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dbcsr [2018/07/17 07:41] alazzarodbcsr [2021/02/09 09:22] (current) alazzaro
Line 1: Line 1:
-====== libDBCSR - A Sparse Matrix Library ======+====== DBCSR - A Sparse Matrix Library ======
  
-libDBCSR (or DBCSR for short) is a 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 developed as part of [[ http://www.cp2k.org/ | CP2K ]], where it provides core functionality for [[ doi>10.1021/ct200897x | linear scaling electronic structure theory ]]. A general overview of the library [[ doi>10.1016/j.parco.2014.03.012 | has been published ]]. A discussion of recent developments, in particular GPU work, [[ doi>10.1002/9781118670712.ch8 | has appeared as a chapter]] in 'Electronic Structure Calculations on Graphics Processing Units', John Wiley and Sons, ISBN 9781118661789, and is available as a {{ :gpu_book_chapter_submitted.pdf |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 [[https://arxiv.org/abs/1705.10218 | this manuscript ]].+{{ :dbcsr_logo.png?nolink&300 |}}
  
-libDBCSR is made available for integration in other projects, see the [[https://github.com/cp2k/dbcsr|github webpage]]. 
  
-[comment]: <> (the latest tarball (nightly update) can be downloaded here:) +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
-[[ https://www.cp2k.org/static/dbcsr/libdbcsr_latest.tgz|{{ :download-big.png?direct |Download the latest version}}]])+
  
-A good overview of the provided functionality is provided by the API documentation: +It is used in[[ http://www.cp2k.org/ | CP2K]], where it provides core functionality for [[ doi>10.1021/ct200897x linear scaling electronic structure theory]]. A general overview of the library [[ doi>10.1016/j.parco.2014.03.012 | has been published]]. A discussion of recent developments, in particular GPU work, [[ doi>10.1002/9781118670712.ch8 | has appeared as a chapter]] in 'Electronic Structure Calculations on Graphics Processing Units', John Wiley and Sons, ISBN 9781118661789, and is available as a {{ :gpu_book_chapter_submitted.pdf |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 [[https://arxiv.org/abs/1705.10218 | this manuscript]].
-[[https://apidoc.cp2k.org/?dbcsr_api.html|{{ :api_docs_button.png?direct |API Documentation}}]]+
  
-As part of a [[ http://www.pasc-ch.org/ | PASC ]] project, we will refactor the code to provide a more streamlined API and further performance improvements.+DBCSR is made available for integration in other projects, see the [[https://github.com/cp2k/dbcsr|github webpage]].
  
-Developments take place in the [[ download | CP2K svn repository ]], where all version of the library can be found. 
dbcsr.1531813297.txt.gz · Last modified: 2020/08/21 10:15 (external edit)