We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e869288 commit 4005dd8Copy full SHA for 4005dd8
.github/workflows/cmake.yml
@@ -27,6 +27,13 @@ jobs:
27
sudo apt-get install -yq cmake
28
cmake --version
29
30
+ # There is a known bug using MPICH ubuntu-24.04 (ubuntu-latest as of 11/10/2025)
31
+ # https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
32
+ - name: Install mpi
33
+ run: |
34
+ sudo apt-get update -yq
35
+ sudo apt-get install -yq openmpi-bin libopenmpi-dev
36
+
37
## Kokkos
38
- name: Kokkos Checkout repo
39
uses: actions/checkout@v4
0 commit comments