Skip to content

Commit

Permalink
fixup: MPI timeouts fixed in fedora:rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 5, 2023
1 parent 7f76f17 commit 0cc047a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
heffte: 'MKL'
hypre: 'OFF'
coverage: 'OFF'
- distro: 'fedora:latest'
# FIXME: use fedora:latest when MPI timeouts are fixed
- distro: 'fedora:rawhide'
cxx: 'g++'
backend: 'OPENMP'
cmake_build_type: 'Release'
Expand All @@ -103,7 +104,8 @@ jobs:
hypre: 'OFF'
coverage: 'OFF'
doxygen: 'ON'
- distro: 'fedora:latest'
# FIXME: use fedora:latest when MPI timeouts are fixed
- distro: 'fedora:rawhide'
cxx: 'clang++'
backend: 'OPENMP'
cmake_build_type: 'Release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ecp-copa/ci-containers/fedora:latest
FROM ghcr.io/ecp-copa/ci-containers/fedora:rawhide

WORKDIR /home/kokkos/src/
COPY kokkos/ /home/kokkos/src/kokkos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3
- name: Build Cabana
run: |
cmake -B build -DCMAKE_INSTALL_PREFIX=$HOME/Cabana -DCMAKE_PREFIX_PATH="$HOME/kokkos;$HOME/arborx" -DCabana_ENABLE_TESTING=ON -DCabana_ENABLE_EXAMPLES=ON -DCabana_REQUIRE_${{ matrix.backend }}=ON -DVALGRIND_EXECUTABLE=False -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=ON ${{ github.event.inputs.cmake_args }}
cmake -B build -DCMAKE_INSTALL_PREFIX=$HOME/Cabana -DCMAKE_PREFIX_PATH="$HOME/kokkos;$HOME/arborx" -DCabana_ENABLE_TESTING=ON -DCabana_ENABLE_EXAMPLES=ON -DCabana_REQUIRE_${{ matrix.backend }}=ON -DVALGRIND_EXECUTABLE=False ${{ github.event.inputs.cmake_args }}
cmake --build build --parallel 2
ctest --test-dir build --output-on-failure ${{ github.event.inputs.ctest_args }}
cmake --install build

0 comments on commit 0cc047a

Please sign in to comment.