Skip to content

Commit

Permalink
More windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Jan 19, 2024
1 parent 7db1d2f commit 164d790
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,14 @@ jobs:
- name: MPI info
run: |
echo "${{ steps.setup-mpi.outputs.mpi }}"
@echo on
mpiexec --version
dir "${I_MPI_ROOT}/bin"
dir "${I_MPI_ROOT}"
dir "${I_MPI_ROOT}/lib"
ls "${I_MPI_ROOT}/bin"
ls "${I_MPI_ROOT}"
ls "${I_MPI_ROOT}/lib"
mpifc.bat -show
mpicc.bat -show
mpifc.bat -version || echo "ifort not installed"
mpicc.bat -version || echo "icc not installed"
@echo off
- name: Build and Test
run: |
Expand Down

0 comments on commit 164d790

Please sign in to comment.