Skip to content

Commit

Permalink
Merge pull request #2148 from mndevec/kk_mkl_spgemm_bug_fix
Browse files Browse the repository at this point in the history
Kokkoskernels: spgemm disabling mkl flag on mkl2phase.
  • Loading branch information
mndevec authored Jan 10, 2018
2 parents 9458ba8 + 00358dc commit 6ab3036
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
//#define HAVE_KOKKOSKERNELS_MKL


#ifdef HAVE_KOKKOSKERNELS_MKL
#ifdef HAVE_KOKKOSKERNELS_MKL_DISABLED
#include "mkl.h"
#endif

Expand Down Expand Up @@ -81,7 +81,7 @@ void mkl2phase_symbolic(
cin_row_index_view_type row_mapC,
bool verbose = false){

#ifdef HAVE_KOKKOSKERNELS_MKL
#ifdef HAVE_KOKKOSKERNELS_MKL_DISABLED

typedef typename KernelHandle::nnz_lno_t idx;

Expand Down Expand Up @@ -216,7 +216,7 @@ void mkl2phase_symbolic(
cin_nonzero_value_view_type &valuesC,
bool verbose = false){

#ifdef HAVE_KOKKOSKERNELS_MKL
#ifdef HAVE_KOKKOSKERNELS_MKL_DISABLED

typedef typename KernelHandle::nnz_lno_t idx;

Expand Down

0 comments on commit 6ab3036

Please sign in to comment.