cp2k / dbcsr

DBCSR: Distributed Block Compressed Sparse Row matrix library
https://cp2k.github.io/dbcsr/
GNU General Public License v2.0
135 stars 46 forks source link

cuda tests are broken #668

Closed hfp closed 1 year ago

hfp commented 1 year ago

At least CI shows issues with the CUDA based builds during link-phase, e.g., here. Please note, the example is not specific to the PR.

dev-zero commented 1 year ago

We are not linking the cuda device-library while we should. I have a fix in #650