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.
Instead of 20=40/2 set again to 32, to keep checksums the same.
  • Loading branch information
ax3l committed Aug 16, 2024
1 parent 353c552 commit 419f4a6
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=32
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=32
dim = 1
addToCompileString =
cmakeSetupOpts = -DWarpX_DIMS=1
Expand Down

0 comments on commit 419f4a6

Please sign in to comment.