Add DBCSR cmake configuration check. Apply only to DBCSR > 2.9.1

This commit is contained in:
Mathieu Taillefumier 2026-02-12 11:27:52 +01:00 committed by Ole Schütt
parent 45ef852182
commit 2064daf5fd
3 changed files with 37 additions and 1 deletions

View file

@ -48,3 +48,4 @@ cmake --build build -j 32
[testing](https://dashboard.cp2k.org/archive/misc/index.html).
- `-DCP2K_USE_CRAY_PM_ENERGY` Enables power monitoring on Cray systems.
- `-DCP2K_USE_CRAY_PM_ACCEL_ENERGY` Enables power monitoring of accelerators on Cray systems.
- `-DCP2K_USE_DBCSR_CONFIG` Make dbcsr cmake options (`DBCSR_USE_BLA`) available.