Skip to content

Commit

Permalink
Reduce max_level of reg test (Exawind#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Nov 21, 2024
1 parent 4df11b0 commit 3191948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ jobs:
-DAMR_WIND_ENABLE_TESTS:BOOL=ON \
-DAMR_WIND_TEST_WITH_FCOMPARE:BOOL=OFF \
-DAMR_WIND_ENABLE_MASA:BOOL=OFF \
-DAMR_WIND_ENABLE_ALL_WARNINGS:BOOL=ON \
-DAMR_WIND_ENABLE_CLANG_TIDY:BOOL=ON \
-DCMAKE_CXX_COMPILER_LAUNCHER:STRING=ccache \
${{github.workspace}}
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/nrel_terrain_amr/nrel_terrain_amr.inp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ geometry.prob_hi = 10005 20005 4000
geometry.is_periodic = 0 0 0
# Grid
amr.n_cell = 80 156 64
amr.max_level = 2
amr.max_level = 1
amr.blocking_factor = 4
time.stop_time = -1
time.max_step = 10
Expand Down

0 comments on commit 3191948

Please sign in to comment.