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.
2 parents a52e117 + 8055abb commit 05cc04bCopy full SHA for 05cc04b
.github/workflows/osx.yaml
@@ -25,11 +25,13 @@ jobs:
25
steps:
26
- name: Install MPI
27
run: |
28
- brew install open-mpi cmake
+ brew install open-mpi
29
which mpirun
30
mpirun --version
31
which mpicxx
32
mpicxx --version
33
+ - name: CMake Version
34
+ run: cmake --version
35
- name: Check out repository code
36
uses: actions/checkout@v4
37
- name: List files in the repository
@@ -59,11 +61,13 @@ jobs:
59
61
60
62
63
- brew install mpich cmake
64
+ brew install mpich
65
66
67
68
69
70
71
72
73
- name: Build Kokkos
0 commit comments