Skip to content

Commit

Permalink
ci: print mpiexec version
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Pearson <[email protected]>
  • Loading branch information
cwpearson committed Jan 27, 2025
1 parent b153676 commit aaa8c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
mpirun --version
which mpicxx
mpicxx --version
which mpiexec
mpiexec --version
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
Expand Down Expand Up @@ -71,6 +73,8 @@ jobs:
mpirun --version
which mpicxx
mpicxx --version
which mpiexec
mpiexec --version
- name: Check out repository code
uses: actions/checkout@v4
- name: Build Kokkos
Expand Down

0 comments on commit aaa8c38

Please sign in to comment.