Skip to content

Commit

Permalink
tacho: remove unused scheduler_name from unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood committed Jun 25, 2019
1 parent cfb9d06 commit a508234
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions packages/shylu/shylu_node/tacho/unit-test/Tacho_Test.hpp
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
#ifndef __TACHO_TEST_HPP__
#define __TACHO_TEST_HPP__

#if defined(TACHO_USE_DEPRECATED_TASKSCHEDULER)
template<typename T> using TaskSchedulerType = Kokkos::DeprecatedTaskScheduler<T>;
static const char * scheduler_name = "DeprecatedTaskScheduler";
#endif
#if defined(TACHO_USE_DEPRECATED_TASKSCHEDULER_MULTIPLE)
template<typename T> using TaskSchedulerType = Kokkos::DeprecatedTaskSchedulerMultiple<T>;
static const char * scheduler_name = "DeprecatedTaskSchedulerMultiple";
#endif
#if defined(TACHO_USE_TASKSCHEDULER)
template<typename T> using TaskSchedulerType = Kokkos::TaskScheduler<T>;
static const char * scheduler_name = "TaskScheduler";
#endif
#if defined(TACHO_USE_TASKSCHEDULER_MULTIPLE)
template<typename T> using TaskSchedulerType = Kokkos::TaskSchedulerMultiple<T>;
static const char * scheduler_name = "TaskSchedulerMultiple";
#endif
#if defined(TACHO_USE_CHASELEV_TASKSCHEDULER)
template<typename T> using TaskSchedulerType = Kokkos::ChaseLevTaskScheduler<T>;
static const char * scheduler_name = "ChaseLevTaskScheduler";
#endif


#include "Tacho_TestCrsMatrixBase.hpp"
#include "Tacho_TestGraph.hpp"
Expand Down

0 comments on commit a508234

Please sign in to comment.