Skip to content

Commit

Permalink
Windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 9, 2023
1 parent 2a2619f commit e5b210d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
name: Job4 MSMPI - Windows
runs-on: windows-latest

env:
MPIRUN: /mingw64/bin/mpirun
MPICXX: /mingw64/bin/mpicxx
MPIFC: /mingw64/bin/mpif90
MPICC: /mingw64/bin/mpicc

defaults:
run:
shell: msys2 {0}
Expand Down

0 comments on commit e5b210d

Please sign in to comment.