Skip to content

Commit

Permalink
PICMI Restart Tests: warpx_file_min_digits = 5
Browse files Browse the repository at this point in the history
Same as other CI restart tests: hard-coded value in regression
suite makes this necessary.

X-ref: AMReX-Codes/regression_testing#119
  • Loading branch information
ax3l committed Mar 3, 2022
1 parent 4a8a7a1 commit bb35343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
name = 'chkpoint',
period = 5,
write_dir = '.',
warpx_file_min_digits = 5,
warpx_file_prefix = f'Python_restart_runtime_components_chk'
)

Expand Down
1 change: 1 addition & 0 deletions Examples/Tests/restart_eb/PICMI_inputs_restart_eb.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
name = 'chkpoint',
period = diagnostic_intervals,
write_dir = '.',
warpx_file_min_digits = 5,
warpx_file_prefix = f'Python_restart_eb_chk'
)

Expand Down

0 comments on commit bb35343

Please sign in to comment.