Skip to content

Commit

Permalink
Merge pull request #193 from eschnett/eschnett/amrex-23.08
Browse files Browse the repository at this point in the history
CI: Update to ARMeX 23.08
  • Loading branch information
eschnett authored Aug 2, 2023
2 parents c4de7fa + ae49bc2 commit 18abdf2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docker/carpetx-cpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ ARG real_precision=real64
# Should we keep AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/23.07.tar.gz && \
tar xzf 23.07.tar.gz && \
cd amrex-23.07 && \
wget https://github.com/AMReX-Codes/amrex/archive/23.08.tar.gz && \
tar xzf 23.08.tar.gz && \
cd amrex-23.08 && \
mkdir build && \
cd build && \
case $real_precision in \
Expand Down
6 changes: 3 additions & 3 deletions docker/carpetx-cuda.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ ARG real_precision=real64
# Should we keep AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/23.07.tar.gz && \
tar xzf 23.07.tar.gz && \
cd amrex-23.07 && \
wget https://github.com/AMReX-Codes/amrex/archive/23.08.tar.gz && \
tar xzf 23.08.tar.gz && \
cd amrex-23.08 && \
mkdir build && \
cd build && \
case $real_precision in \
Expand Down
9 changes: 3 additions & 6 deletions docker/carpetx-rocm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
# docker build --build-arg real_precision=real32 --file carpetx-rocm.dockerfile --tag einsteintoolkit/carpetx:rocm-real32 .
# docker push einsteintoolkit/carpetx:rocm-real32

# FROM rocm/dev-ubuntu-22.04:5.4.2
# The following need amrex-23.07 for proper C++17 support:
# FROM rocm/dev-ubuntu-22.04:5.5.1
FROM rocm/dev-ubuntu-22.04:5.6

RUN mkdir /cactus
Expand Down Expand Up @@ -181,9 +178,9 @@ ARG real_precision=real64
# Should we keep AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/23.07.tar.gz && \
tar xzf 23.07.tar.gz && \
cd amrex-23.07 && \
wget https://github.com/AMReX-Codes/amrex/archive/23.08.tar.gz && \
tar xzf 23.08.tar.gz && \
cd amrex-23.08 && \
mkdir build && \
cd build && \
case $real_precision in \
Expand Down

0 comments on commit 18abdf2

Please sign in to comment.