Skip to content

Commit

Permalink
CI: Update AMReX to 24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jun 3, 2024
1 parent 6fb486d commit c983976
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions docker/carpetx-arm64v8-cpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ RUN mkdir src && \
# - depends on blosc2
RUN mkdir src && \
(cd src && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0.tar.gz && \
tar xzf v2.10.0.tar.gz && \
cd ADIOS2-2.10.0 && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz && \
tar xzf v2.10.1.tar.gz && \
cd ADIOS2-2.10.1 && \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr/local \
Expand Down Expand Up @@ -283,9 +283,9 @@ ARG real_precision=real64
# Should we keep the AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/24.05.tar.gz && \
tar xzf 24.05.tar.gz && \
cd amrex-24.05 && \
wget https://github.com/AMReX-Codes/amrex/archive/24.06.tar.gz && \
tar xzf 24.06.tar.gz && \
cd amrex-24.06 && \
case $real_precision in \
real32) precision=SINGLE;; \
real64) precision=DOUBLE;; \
Expand Down
12 changes: 6 additions & 6 deletions docker/carpetx-cpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ RUN mkdir src && \
# - depends on blosc2
RUN mkdir src && \
(cd src && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0.tar.gz && \
tar xzf v2.10.0.tar.gz && \
cd ADIOS2-2.10.0 && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz && \
tar xzf v2.10.1.tar.gz && \
cd ADIOS2-2.10.1 && \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr/local \
Expand Down Expand Up @@ -283,9 +283,9 @@ ARG real_precision=real64
# Should we keep the AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/24.05.tar.gz && \
tar xzf 24.05.tar.gz && \
cd amrex-24.05 && \
wget https://github.com/AMReX-Codes/amrex/archive/24.06.tar.gz && \
tar xzf 24.06.tar.gz && \
cd amrex-24.06 && \
case $real_precision in \
real32) precision=SINGLE;; \
real64) precision=DOUBLE;; \
Expand Down
12 changes: 6 additions & 6 deletions docker/carpetx-cuda.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ RUN mkdir src && \
# - depends on blosc2
RUN mkdir src && \
(cd src && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0.tar.gz && \
tar xzf v2.10.0.tar.gz && \
cd ADIOS2-2.10.0 && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz && \
tar xzf v2.10.1.tar.gz && \
cd ADIOS2-2.10.1 && \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr/local \
Expand Down Expand Up @@ -281,9 +281,9 @@ ARG real_precision=real64
# Should we keep the AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/24.05.tar.gz && \
tar xzf 24.05.tar.gz && \
cd amrex-24.05 && \
wget https://github.com/AMReX-Codes/amrex/archive/24.06.tar.gz && \
tar xzf 24.06.tar.gz && \
cd amrex-24.06 && \
case $real_precision in \
real32) precision=SINGLE;; \
real64) precision=DOUBLE;; \
Expand Down
6 changes: 3 additions & 3 deletions docker/carpetx-oneapi.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ RUN mkdir src && \
# ADIOS2 is a parallel I/O library, comparable to HDF5
RUN mkdir src && \
(cd src && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0.tar.gz && \
tar xzf v2.10.0.tar.gz && \
cd ADIOS2-2.10.0 && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz && \
tar xzf v2.10.1.tar.gz && \
cd ADIOS2-2.10.1 && \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr/local \
Expand Down
12 changes: 6 additions & 6 deletions docker/carpetx-rocm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ RUN mkdir src && \
# ADIOS2 is a parallel I/O library, comparable to HDF5
RUN mkdir src && \
(cd src && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0.tar.gz && \
tar xzf v2.10.0.tar.gz && \
cd ADIOS2-2.10.0 && \
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz && \
tar xzf v2.10.1.tar.gz && \
cd ADIOS2-2.10.1 && \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr/local \
Expand Down Expand Up @@ -283,9 +283,9 @@ ARG real_precision=real64
# Should we keep the AMReX source tree around for debugging?
RUN mkdir src && \
(cd src && \
wget https://github.com/AMReX-Codes/amrex/archive/24.05.tar.gz && \
tar xzf 24.05.tar.gz && \
cd amrex-24.05 && \
wget https://github.com/AMReX-Codes/amrex/archive/24.06.tar.gz && \
tar xzf 24.06.tar.gz && \
cd amrex-24.06 && \
case $real_precision in \
real32) precision=SINGLE;; \
real64) precision=DOUBLE;; \
Expand Down

0 comments on commit c983976

Please sign in to comment.