Skip to content

Commit

Permalink
remove these rather than comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mullowney authored and Paul Mullowney committed Aug 30, 2023
1 parent 401ff07 commit 1042451
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions unit_tests/gcl/UnitTestGCL.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#include "gcl/UnitTestGCL.h"

//#ifndef KOKKOS_ENABLE_GPU

namespace {

namespace hex8_golds_x_rot {
Expand Down Expand Up @@ -341,5 +339,3 @@ TEST_F(GCLTest, mesh_airy_waves)
compute_dvoldt();
compute_absolute_error();
}

//#endif // KOKKOS_ENABLE_GPU
4 changes: 0 additions & 4 deletions unit_tests/gcl/UnitTestMeshVelocityAlg.C
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include "UnitTestRealm.h"
#include "UnitTestUtils.h"

//#ifndef KOKKOS_ENABLE_GPU

namespace {

std::vector<double>
Expand Down Expand Up @@ -475,5 +473,3 @@ TEST_F(TestKernelHex8Mesh, mesh_velocity_y_rot_scs_center)
EXPECT_EQ(counter, 12);
} // namespace =::hex8_golds_y_rot::mesh_velocity;
}

//#endif // KOKKOS_ENABLE_GPU

0 comments on commit 1042451

Please sign in to comment.