Skip to content

Commit

Permalink
job5
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 9, 2023
1 parent e5b210d commit ada2530
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/job5-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
name: Job5 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
4 changes: 4 additions & 0 deletions .github/workflows/job5-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
CXX: g++
FC: gfortran
F77: gfortran
MPIRUN: /usr/local/bin/mpirun
MPICXX: /usr/local/bin/mpicxx
MPIFC: /usr/local/bin/mpif90
MPICC: /usr/local/bin/mpicc

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit ada2530

Please sign in to comment.