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

Mtaillefumier patch 1 #633

Closed mtaillefumier closed 1 year ago

mtaillefumier commented 1 year ago

it is a simple fix for a problem I encountered while working on the cp2k cmake build system. DBCSR cmake config file does not search for libxsmmext when libxsmm support is included. It results in a build failure for any cmake project that uses dbscr as a component.

jenkins-cscs commented 1 year ago

Can one of the admins verify this patch?

hfp commented 1 year ago

This issue is a correct observation, it was introduced with LIBXSMM/main branch revising the internal dependencies like libxsmmf now depends on libxsmmext. I may be able to revisit this dependency by adjusting the Fortran interface somehow, but in any case this change does not harm.