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
AMReX: Update latest (ECP-WarpX#2752)
  • Loading branch information
ax3l authored Jan 21, 2022
commit a3561eedf9fc0ac58c067b95258fb9b69e5cf07a
2 changes: 1 addition & 1 deletion Regression/WarpX-GPU-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/WarpX/ for more

[AMReX]
dir = /home/regtester/git/amrex/
branch = 812836f08a758ef6f65caf7eea477bfc6423e72b
branch = e3b1468b8f16d11eebf4b10cca32829c78fb5d35

[source]
dir = /home/regtester/git/WarpX
Expand Down
2 changes: 1 addition & 1 deletion Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/WarpX/ for more det

[AMReX]
dir = /home/regtester/AMReX_RegTesting/amrex/
branch = 812836f08a758ef6f65caf7eea477bfc6423e72b
branch = e3b1468b8f16d11eebf4b10cca32829c78fb5d35

[source]
dir = /home/regtester/AMReX_RegTesting/warpx
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ set(WarpX_amrex_src ""
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
CACHE STRING
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
set(WarpX_amrex_branch "812836f08a758ef6f65caf7eea477bfc6423e72b"
set(WarpX_amrex_branch "e3b1468b8f16d11eebf4b10cca32829c78fb5d35"
CACHE STRING
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")

Expand Down
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt

# Clone AMReX and warpx-data
git clone https://github.com/AMReX-Codes/amrex.git
cd amrex && git checkout --detach 812836f08a758ef6f65caf7eea477bfc6423e72b && cd -
cd amrex && git checkout --detach e3b1468b8f16d11eebf4b10cca32829c78fb5d35 && cd -
# warpx-data contains various required data sets
git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git

Expand Down