cp2k / dbcsr

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

[pre-commit.ci] pre-commit autoupdate #790

Closed pre-commit-ci[bot] closed 1 month ago

pre-commit-ci[bot] commented 1 month ago

updates:

jenkins-cscs commented 1 month ago

Can one of the admins verify this patch?

hfp commented 1 month ago

This PR can be merged for the sake of updating Ruff. However, compilation/test with latest GCC (14.x!) seems to point-out false positives or an issue in GFortran's runtime. For example:

Error: ‘stats_type.119.num_mnk_stacks.dim[0].lbound’ is used uninitialized [-Werror=uninitialized] points to fully internal data members of an ALLOCATABLE array aka descriptor with the claim to be unintialized. This is out of user's control and hence we eventually need to remove -Werror=uninitialized.