Skip to content

Commit

Permalink
Update ThetaImplicitPicard_1d,SemiImplicitPicard_1d
Browse files Browse the repository at this point in the history
AMReX default change: `amr.max_grid_size` is 64 from 32 now.

Since these tests are run with 2 MPI ranks, ensure we have at least
one box per MPI rank.
  • Loading branch information
ax3l committed Aug 15, 2024
1 parent 14b605c commit d8056cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3824,7 +3824,7 @@ analysisRoutine = Examples/Tests/point_of_contact_EB/analysis.py
[ThetaImplicitPicard_1d]
buildDir = .
inputFile = Examples/Tests/Implicit/inputs_1d
runtime_params = warpx.abort_on_warning_threshold=high
runtime_params = warpx.abort_on_warning_threshold=high amr.max_grid_size=20
dim = 1
addToCompileString =
cmakeSetupOpts = -DWarpX_DIMS=1
Expand Down Expand Up @@ -3868,7 +3868,7 @@ analysisRoutine = Examples/Tests/Implicit/analysis_vandb_jfnk_2d.py
[SemiImplicitPicard_1d]
buildDir = .
inputFile = Examples/Tests/Implicit/inputs_1d_semiimplicit
runtime_params = warpx.abort_on_warning_threshold=high
runtime_params = warpx.abort_on_warning_threshold=high amr.max_grid_size=20
dim = 1
addToCompileString =
cmakeSetupOpts = -DWarpX_DIMS=1
Expand Down

0 comments on commit d8056cd

Please sign in to comment.