From 4eb14487322b1f027b014e2adc39c9b360d5c5f0 Mon Sep 17 00:00:00 2001 From: Marc Henry de Frahan Date: Mon, 23 Sep 2024 13:55:16 -0600 Subject: [PATCH] Fix GCL unit tests on GPU --- unit_tests/gcl/UnitTestGCL.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/gcl/UnitTestGCL.C b/unit_tests/gcl/UnitTestGCL.C index 346c6a6fa..af3fbbd62 100644 --- a/unit_tests/gcl/UnitTestGCL.C +++ b/unit_tests/gcl/UnitTestGCL.C @@ -41,6 +41,7 @@ TEST_F(GCLTest, rigid_rotation_elem) if (bulk_.parallel_size() > 1) return; + realm_.realmUsesEdges_ = false; const std::string meshDims = "3x3x3|offset:0,65,0"; const bool secondOrder = false; const double deltaT = 0.003; // approx 0.25 deg motion for given omega @@ -96,6 +97,7 @@ TEST_F(GCLTest, rigid_scaling_elem) if (bulk_.parallel_size() > 1) return; + realm_.realmUsesEdges_ = false; const std::string meshDims = "3x3x3|offset:0,65,0"; const bool secondOrder = false; const double deltaT = 0.003; // approx 0.25 deg motion for given omega