Skip to content

Commit

Permalink
Fix some GCL unit tests on GPU (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Sep 23, 2024
1 parent 51646cf commit d9a2066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 Expand Up @@ -315,6 +317,7 @@ TEST_F(GCLTest, mesh_airy_waves)
if (bulk_.parallel_size() > 1)
return;

realm_.realmUsesEdges_ = false;
const std::string meshDims = "3x3x3";
const bool secondOrder = true;
const double deltaT = 0.25;
Expand Down

0 comments on commit d9a2066

Please sign in to comment.