Skip to content

Commit

Permalink
Rigid Injection: Serialize RNG
Browse files Browse the repository at this point in the history
These tests use a temperature in the particle beam. Thus, we
need to serialize the RNG for reproducible results / checksums.
  • Loading branch information
ax3l committed Mar 2, 2022
1 parent 403fbe8 commit 2cb80e8
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 @@ -201,7 +201,7 @@ analysisRoutine = Examples/Tests/SilverMueller/analysis_silver_mueller.py
[RigidInjection_lab]
buildDir = .
inputFile = Examples/Modules/RigidInjection/inputs_2d_LabFrame
runtime_params =
runtime_params = warpx.do_dynamic_scheduling=0 warpx.serialize_ics=1
dim = 2
addToCompileString =
cmakeSetupOpts = -DWarpX_DIMS=2
Expand All @@ -218,7 +218,7 @@ analysisRoutine = Examples/Modules/RigidInjection/analysis_rigid_injection_LabFr
[RigidInjection_BTD]
buildDir = .
inputFile = Examples/Modules/RigidInjection/inputs_2d_BoostedFrame
runtime_params =
runtime_params = warpx.do_dynamic_scheduling=0 warpx.serialize_ics=1
dim = 2
addToCompileString = USE_OPENPMD=TRUE
cmakeSetupOpts = -DWarpX_DIMS=2 -DWarpX_OPENPMD=ON
Expand Down

0 comments on commit 2cb80e8

Please sign in to comment.