Skip to content

Commit

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

0 comments on commit 7db1d2f

Please sign in to comment.