Skip to content

Commit abe3c45

Browse files
committed
PICMI Restart Tests: warpx_file_min_digits = 5
Same as other CI restart tests: hard-coded value in regression suite makes this necessary. X-ref: AMReX-Codes/regression_testing#119
1 parent 4a8a7a1 commit abe3c45

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/cuda.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
ccache-cuda-nvcc-
4040
- name: install openPMD-api
4141
run: |
42+
ccache -p
43+
echo $HOME
44+
echo $PWD
45+
ls $HOME/.ccache
46+
ls ~/.ccache
47+
ls /home/runner/.ccache
48+
49+
4250
export CEI_SUDO="sudo"
4351
cmake-easyinstall --prefix=/usr/local \
4452
git+https://github.com/openPMD/[email protected] \

Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
name = 'chkpoint',
7676
period = 5,
7777
write_dir = '.',
78+
warpx_file_min_digits = 5,
7879
warpx_file_prefix = f'Python_restart_runtime_components_chk'
7980
)
8081

Examples/Tests/restart_eb/PICMI_inputs_restart_eb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
name = 'chkpoint',
8787
period = diagnostic_intervals,
8888
write_dir = '.',
89+
warpx_file_min_digits = 5,
8990
warpx_file_prefix = f'Python_restart_eb_chk'
9091
)
9192

0 commit comments

Comments
 (0)