Skip to content

Commit

Permalink
Tpetra: Switching defaults back
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 authored Dec 14, 2017
1 parent 86decd2 commit 7d99c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2567,8 +2567,8 @@ void KernelWrappers<Scalar,LocalOrdinal,GlobalOrdinal,Kokkos::Compat::KokkosOpen

// Options
int team_work_size = 16; // Defaults to 16 as per Deveci 12/7/16 - csiefer
//std::string myalg("SPGEMM_KK_MEMORY");
std::string myalg("LTG");
std::string myalg("SPGEMM_KK_MEMORY");
//std::string myalg("LTG");
if(!params.is_null()) {
if(params->isParameter("openmp: algorithm"))
myalg = params->get("openmp: algorithm",myalg);
Expand Down

0 comments on commit 7d99c1a

Please sign in to comment.