diff options
author | 2023-02-06 21:30:07 -0800 | |
---|---|---|
committer | 2023-02-06 21:30:07 -0800 | |
commit | 1ec67a5574abb91e27e67a99d49e0ff74c5c45ca (patch) | |
tree | 439b135c444d0e9b84eb82b243ac01636fc69baf | |
parent | a6a466b0362a60a74f095ce50a1e2d5ed22cdd3a (diff) | |
download | WarpX-1ec67a5574abb91e27e67a99d49e0ff74c5c45ca.tar.gz WarpX-1ec67a5574abb91e27e67a99d49e0ff74c5c45ca.tar.zst WarpX-1ec67a5574abb91e27e67a99d49e0ff74c5c45ca.zip |
AMReX: Weekly Update (#3677)
-rw-r--r-- | .github/workflows/cuda.yml | 2 | ||||
-rw-r--r-- | Regression/WarpX-GPU-tests.ini | 2 | ||||
-rw-r--r-- | Regression/WarpX-tests.ini | 2 | ||||
-rw-r--r-- | cmake/dependencies/AMReX.cmake | 2 | ||||
-rwxr-xr-x | run_test.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index eaaeb763b..9a1dd8910 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -110,7 +110,7 @@ jobs: which nvcc || echo "nvcc not in PATH!" git clone https://github.com/AMReX-Codes/amrex.git ../amrex - cd amrex && git checkout --detach 23.02 && cd - + cd amrex && git checkout --detach e81a9c232c2608de90b3514ece0f211687b41cfe && cd - make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 2 build_nvhpc21-11-nvcc: diff --git a/Regression/WarpX-GPU-tests.ini b/Regression/WarpX-GPU-tests.ini index cd5175581..80c7a197e 100644 --- a/Regression/WarpX-GPU-tests.ini +++ b/Regression/WarpX-GPU-tests.ini @@ -60,7 +60,7 @@ emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/WarpX/ for more [AMReX] dir = /home/regtester/git/amrex/ -branch = 23.02 +branch = e81a9c232c2608de90b3514ece0f211687b41cfe [source] dir = /home/regtester/git/WarpX diff --git a/Regression/WarpX-tests.ini b/Regression/WarpX-tests.ini index f55f3aa83..5af019529 100644 --- a/Regression/WarpX-tests.ini +++ b/Regression/WarpX-tests.ini @@ -59,7 +59,7 @@ emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/WarpX/ for more det [AMReX] dir = /home/regtester/AMReX_RegTesting/amrex/ -branch = 23.02 +branch = e81a9c232c2608de90b3514ece0f211687b41cfe [source] dir = /home/regtester/AMReX_RegTesting/warpx diff --git a/cmake/dependencies/AMReX.cmake b/cmake/dependencies/AMReX.cmake index e90ee5a65..349d50e7d 100644 --- a/cmake/dependencies/AMReX.cmake +++ b/cmake/dependencies/AMReX.cmake @@ -240,7 +240,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 "23.02" +set(WarpX_amrex_branch "e81a9c232c2608de90b3514ece0f211687b41cfe" CACHE STRING "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)") diff --git a/run_test.sh b/run_test.sh index f4633d2aa..1a795b028 100755 --- a/run_test.sh +++ b/run_test.sh @@ -71,7 +71,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 23.02 && cd - +cd amrex && git checkout --detach e81a9c232c2608de90b3514ece0f211687b41cfe && cd - # warpx-data contains various required data sets git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git |