trilinos / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
1.2k stars 564 forks source link

KokkosKernels: Fix sparse matrix-matrix multiply error handling #666

Closed mhoemmen closed 7 years ago

mhoemmen commented 8 years ago

@trilinos/tpetra

For example, if the user requests a TPL (such as CUSP), but that TPL is not installed, the implementation should throw an exception or return an error code, not just print some error message to stderr. I see a similar approach to error handling when the memory space is wrong (e.g., lines 67-80 of KokkosKernels_SPGEMM_mkl_impl.hpp).

srajama1 commented 7 years ago

Looks like this is fixed. Can we close it ?

mhoemmen commented 7 years ago

Closing :)