Skip to content

Commit

Permalink
#38: use Kokkos v4.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 24, 2024
1 parent 9c9f856 commit cf420a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cuda11.4.3-gcc9.4-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt update \
RUN pip install clingo

# Now we install spack and find compilers/externals
RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 --branch "v0.22.0" https://github.com/spack/spack.git
RUN mkdir -p /opt/ && cd /opt/ && git clone https://github.com/spack/spack.git && cd spack && git checkout b190518

# Add current source dir into the image
COPY . /opt/src/ci-images
Expand Down
2 changes: 1 addition & 1 deletion spack-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spack:
- mpis:
- [email protected]
- core-packages:
- kokkos@4.1 +cuda +wrapper +cuda_lambda cuda_arch=61
- kokkos@4.4 +cuda +wrapper +cuda_lambda cuda_arch=61
- [email protected]
- [email protected]
- packages:
Expand Down
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spack:
- mpis:
- [email protected]
- core-packages:
- kokkos@4.1 +openmp +serial
- kokkos@4.4 +openmp +serial
- [email protected]
- [email protected]
- packages:
Expand Down
2 changes: 1 addition & 1 deletion ubuntu20.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update \
RUN pip install clingo

# Now we install spack and find compilers/externals
RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 --branch "v0.22.0" https://github.com/spack/spack.git
RUN mkdir -p /opt/ && cd /opt/ && git clone https://github.com/spack/spack.git && cd spack && git checkout b190518

# Add current source dir into the image
COPY . /opt/src/ci-images
Expand Down

0 comments on commit cf420a9

Please sign in to comment.