Skip to content

Commit

Permalink
Tpetra: Cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 committed Sep 26, 2023
1 parent 5071189 commit ff6158f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5268,11 +5268,6 @@ namespace {


TEUCHOS_UNIT_TEST_TEMPLATE_4_DECL( MultiVector, FenceCounterCheck, LO , GO , Scalar , Node ) {
typedef Tpetra::Map<LO, GO, Node> map_type;
typedef Tpetra::MultiVector<Scalar,LO, GO, Node> MV;
using device_view = typename MV::dual_view_type::t_dev;
using host_view = typename MV::dual_view_type::t_host;

RCP<const Comm<int> > comm = Tpetra::getDefaultComm ();
auto exec_space = typename Node::execution_space();
const std::string space = exec_space.name();
Expand Down

0 comments on commit ff6158f

Please sign in to comment.