cp2k / dbcsr

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

Avoid false positive warnings turned into an error #791

Closed hfp closed 4 months ago

hfp commented 4 months ago

For instance, https://github.com/cp2k/dbcsr/actions/runs/9078189846/job/24944690222

alazzaro commented 4 months ago

Since you are here, could you also add my other comment https://github.com/cp2k/dbcsr/issues/783#issuecomment-2070810102 ?

hfp commented 4 months ago

Since you are here, could you also add my other comment #783 (comment) ?

Thank you, Alfio! Will do. The comment did not arrive on my end yet because of the GitHub user name (hpf). Ahh, High Performance Fortran for sure ;-)

alazzaro commented 4 months ago

Since you are here, could you also add my other comment #783 (comment) ?

Thank you, Alfio! Will do. The comment did not arrive on my end yet because of the GitHub user name (hpf). Ahh, High Performance Fortran for sure ;-)

Oh dear... sorry for that... I will try to fix the macos error too (seems now we have gcc v13).

hfp commented 4 months ago

GCC/latest test is now passing.

alazzaro commented 4 months ago

In the meantime, I've merged #792 to fix ROCm and macOS CI tests