Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update memaster with latest upstream/development #144

Merged
merged 27 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e636cda
Use signed distance instead of imp. func when computing distance to E…
atmyers Jan 13, 2022
6d04a49
Docs: Add Crusher-OLCF (#2741)
ax3l Jan 14, 2022
400f536
CI: Reduce Runtime of Some PSATD Tests (#2704)
EZoni Jan 14, 2022
2efde6c
Field probe line detector (#2513)
ElisaRheaume Jan 14, 2022
6f8d58a
Fix ASSERT for Hybrid Scheme & MR (#2744)
EZoni Jan 14, 2022
814092e
CI: Use New "verbose" mode (#2747)
ax3l Jan 15, 2022
375c161
Set geometry earlier in picmi (#2745)
dpgrote Jan 15, 2022
3074e9b
CI: Use new "archive_output = 0" mode (#2749)
ax3l Jan 15, 2022
988cb01
.editorconfig: add missing newline
ax3l Jan 15, 2022
d3e17e7
Python: Fix UB in Inputs Passing (#2726)
ax3l Jan 18, 2022
7b7fb83
Do Not Read/Use Centering Info if do_nodal=1 (#2754)
EZoni Jan 18, 2022
7385857
Docs: Python Dev Install `--no-deps` (#2750)
ax3l Jan 18, 2022
4e9d98c
Refactor python callback handling (#2703)
roelof-groenewald Jan 19, 2022
6c0f987
RZ: Do Not Add geometry.coord_sys (#2759)
EZoni Jan 19, 2022
04375ce
CI: Run `initial_distribution` on 1 MPI Process (#2760)
EZoni Jan 19, 2022
182d7b4
Fix override default particle tiling (#2762)
atmyers Jan 19, 2022
76ae829
RigidInjection_BTD: Specify H5 Backend (#2761)
ax3l Jan 19, 2022
aa531aa
Docs: Reorder HPC Profiles + Batch Scripts (#2757)
ax3l Jan 20, 2022
cd3488e
Sphinx: Clean Warnings/Formatting (#2758)
ax3l Jan 20, 2022
1087dd1
Fix unstable Python_particle_attr_access CI tests (#2766)
roelof-groenewald Jan 20, 2022
e9ee330
Docs: Clang 7+ (#2763)
ax3l Jan 20, 2022
e9e7932
Doc: Perlmutter Note `_g` Batch Script (#2767)
ax3l Jan 20, 2022
c7c8a71
Implement PML for the outer RZ boundary with PSATD (#2211)
dpgrote Jan 20, 2022
a3561ee
AMReX: Update latest (#2752)
ax3l Jan 21, 2022
23ff60b
Access species specific charge density from python (#2710)
roelof-groenewald Jan 21, 2022
e226bd4
Update mewarpx with new upstream way to deposit species specific char…
roelof-groenewald Jan 21, 2022
9b7dca5
update reference values for CI test; add SyncRho call to deposit rho
roelof-groenewald Jan 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: Use New "verbose" mode (ECP-WarpX#2747)
repeat captured errors to stderr, e.g., for CI runs
  • Loading branch information
ax3l authored Jan 15, 2022
commit 814092e2c0e1166033966ac161146024fd6b57e8
3 changes: 3 additions & 0 deletions Regression/WarpX-GPU-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# In the case of CI, some of the parameters entered
# below are overwritten, see prepare_file_ci.py
[main]
# repeat captured errors to stderr, e.g., for CI runs
verbose = 1

testTopDir = /home/regtester/RegTesting/rt-WarpX/
webTopDir = /home/regtester/RegTesting/rt-WarpX/web

Expand Down
3 changes: 3 additions & 0 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# In the case of CI, some of the parameters entered
# below are overwritten, see prepare_file_ci.py
[main]
# repeat captured errors to stderr, e.g., for CI runs
verbose = 1

testTopDir = /home/regtester/AMReX_RegTesting/rt-WarpX/
webTopDir = /home/regtester/AMReX_RegTesting/rt-WarpX/web

Expand Down