Skip to content

Commit

Permalink
Merge pull request #9853 from ndellingwood/shylubasker-rm-deps
Browse files Browse the repository at this point in the history
shylubasker: remove deprecated code
  • Loading branch information
hkthorn authored Oct 25, 2021
2 parents 06d8083 + d02666c commit 3bae707
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/shylu/shylu_node/basker/src/shylubasker_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2202,11 +2202,7 @@ namespace BaskerNS
//Next test if Kokkos has that many threads!
//This is a common mistake in mpi-based apps
#ifdef KOKKOS_ENABLE_OPENMP
#ifdef KOKKOS_ENABLE_DEPRECATED_CODE
int check_value = Kokkos::OpenMP::max_hardware_threads();
#else
int check_value = Kokkos::OpenMP::impl_max_hardware_threads();
#endif
if(nthreads > check_value)
{
BASKER_ASSERT(0==1, "Basker SetThreads Assert: Number of thread not available");
Expand Down

0 comments on commit 3bae707

Please sign in to comment.