Skip to content

Commit

Permalink
Fix GCL unit tests on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Sep 23, 2024
1 parent 252a57e commit 4eb1448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unit_tests/gcl/UnitTestGCL.C
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4eb1448

Please sign in to comment.