diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 6e87134904f..3b65f406728 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -127,7 +127,7 @@ jobs: which nvcc || echo "nvcc not in PATH!" git clone https://github.com/AMReX-Codes/amrex.git ../amrex - cd ../amrex && git checkout --detach 198da4879a63f1bc8c4e8d674bf9185525318f61 && cd - + cd ../amrex && git checkout --detach 275f55f25fec350dfedb54f75a19200b52ced93f && cd - make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4 ccache -s diff --git a/cmake/dependencies/AMReX.cmake b/cmake/dependencies/AMReX.cmake index 7f5546a931b..813734282c7 100644 --- a/cmake/dependencies/AMReX.cmake +++ b/cmake/dependencies/AMReX.cmake @@ -294,7 +294,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 "198da4879a63f1bc8c4e8d674bf9185525318f61" +set(WarpX_amrex_branch "275f55f25fec350dfedb54f75a19200b52ced93f" CACHE STRING "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")