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 8479f0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
ccache-cuda-nvcc-
- name: install openPMD-api
run: |
ccache -p
echo $HOME
echo $PWD
ls $HOME/.ccache
ls /home/runner/.ccache
export CEI_SUDO="sudo"
cmake-easyinstall --prefix=/usr/local \
git+https://github.com/openPMD/[email protected] \
Expand Down
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 8479f0e

Please sign in to comment.