Skip to content

Commit

Permalink
print matrix info
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith authored Aug 31, 2024
1 parent 18d3215 commit de9ca3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
run: |
echo "CXX=mpicxx" >> $GITHUB_ENV
- name: print info
run: |
echo "Compiler: ${{matrix.compiler}} --version"
echo "MPI: ${{matrix.mpi}}"
echo "Kokkos: ${{matrix.kokkos}}"
echo "Memory Pool: ${{matrix.mempool}}"
- name: Configure Kokkos
if: ${{ matrix.kokkos == 'on' }}
shell: bash
Expand Down

0 comments on commit de9ca3f

Please sign in to comment.