{"id":32139056,"url":"https://github.com/cp2k/dbcsr","last_synced_at":"2026-02-21T03:02:17.663Z","repository":{"id":37949468,"uuid":"136236635","full_name":"cp2k/dbcsr","owner":"cp2k","description":"DBCSR: Distributed Block Compressed Sparse Row matrix library","archived":false,"fork":false,"pushed_at":"2026-02-10T07:00:16.000Z","size":699575,"stargazers_count":152,"open_issues_count":69,"forks_count":53,"subscribers_count":18,"default_branch":"develop","last_synced_at":"2026-02-10T13:11:06.892Z","etag":null,"topics":["blas","cp2k","cuda","gemm","hpc","linear-algebra","matrix-multiplication","mpi","openmp-parallelization","sparse-matrix"],"latest_commit_sha":null,"homepage":"https://cp2k.github.io/dbcsr/","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cp2k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-05T21:24:58.000Z","updated_at":"2026-02-10T06:57:14.000Z","dependencies_parsed_at":"2025-12-08T20:00:20.681Z","dependency_job_id":null,"html_url":"https://github.com/cp2k/dbcsr","commit_stats":{"total_commits":3217,"total_committers":68,"mean_commits":47.30882352941177,"dds":0.8647808517252098,"last_synced_commit":"8865695b61d1ca1b011041b644d8fb96968a971a"},"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"purl":"pkg:github/cp2k/dbcsr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cp2k%2Fdbcsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cp2k%2Fdbcsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cp2k%2Fdbcsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cp2k%2Fdbcsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cp2k","download_url":"https://codeload.github.com/cp2k/dbcsr/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cp2k%2Fdbcsr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blas","cp2k","cuda","gemm","hpc","linear-algebra","matrix-multiplication","mpi","openmp-parallelization","sparse-matrix"],"created_at":"2025-10-21T05:16:03.780Z","updated_at":"2026-02-21T03:02:17.657Z","avatar_url":"https://github.com/cp2k.png","language":"Fortran","readme":"# DBCSR: Distributed Block Compressed Sparse Row matrix library\n\n[![Build Status Linux](https://github.com/cp2k/dbcsr/actions/workflows/testing-linux.yml/badge.svg)](https://github.com/cp2k/dbcsr/actions/workflows/testing-linux.yml) [![Build Status MacOS](https://github.com/cp2k/dbcsr/actions/workflows/testing-macos.yml/badge.svg)](https://github.com/cp2k/dbcsr/actions/workflows/testing-macos.yml) [![Build Status Latest GCC](https://github.com/cp2k/dbcsr/actions/workflows/testing-gcc.yml/badge.svg)](https://github.com/cp2k/dbcsr/actions/workflows/testing-gcc.yml)\n\n\n[![codecov](https://codecov.io/gh/cp2k/dbcsr/branch/develop/graph/badge.svg)](https://codecov.io/gh/cp2k/dbcsr)\n[![Licence](https://img.shields.io/badge/license-GPL%20v2.0-blue.svg)](./LICENSE)\n[![GitHub Releases](https://img.shields.io/github/release-pre/cp2k/dbcsr.svg)](https://github.com/cp2k/dbcsr/releases)\n\nDBCSR is a library designed to efficiently perform sparse matrix-matrix multiplication, among other operations.\nIt is MPI and OpenMP parallel and can exploit Nvidia and AMD GPUs via CUDA and HIP.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/media/logo/logo.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n## How to Install\n\nFollow the [installation guide](https://cp2k.github.io/dbcsr/develop/page/2-user-guide/1-installation/index.html).\n\n## Documentation\n\nDocumentation is [available online](https://cp2k.github.io/dbcsr/) for the latest release.\n\n## How to Cite\n\nTo cite DBCSR, use the following paper\n\n```latex\n@article{dbcsr,\n\ttitle = {{Sparse Matrix Multiplication: The Distributed Block-Compressed Sparse Row Library}},\n\tjournal = {Parallel Computing},\n\tvolume = {40},\n\tnumber = {5-6},\n\tyear = {2014},\n\tissn = {0167-8191},\n\tauthor = {Urban Borstnik and Joost VandeVondele and Valery Weber and Juerg Hutter}\n}\n```\n\nTo cite the DBCSR software library, use:\n\n```latex\n@misc{dbcsr-software,\n\tauthor = {The CP2K Developers Group},\n\ttitle = {{DBCSR: Distributed Block Compressed Sparse Row matrix library}},\n\tpublisher = {GitHub},\n\tjournal = {GitHub repository},\n\tyear = {2022},\n\turl = {https://github.com/cp2k/dbcsr}\n}\n```\n\n## Contributing to DBCSR\n\nYour contribution to the project is welcome!\nPlease see [DBCSR's contribution guidelines](./CONTRIBUTING.md) and this [wiki page](https://github.com/cp2k/dbcsr/wiki/Development). For any help, please notify the other developers.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcp2k%2Fdbcsr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcp2k%2Fdbcsr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcp2k%2Fdbcsr/lists"}