We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e18ef commit df45614Copy full SHA for df45614
.github/workflows/ci.yml
@@ -28,7 +28,6 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- shared: [true, false]
32
gcc: [9, 10, 11, 12, 13]
33
mpi: [openmpi]
34
include:
@@ -38,10 +37,15 @@ jobs:
38
37
- os: ubuntu-latest
39
mpi: mpich
40
gcc: 13
+ - os: ubuntu-latest
41
+ mpi: openmpi
42
+ gcc: 13
43
+ shared: true
44
45
runs-on: ${{ matrix.os }}
46
env:
47
CC: gcc-${{ matrix.gcc }}
48
+ CXX: g++-${{ matrix.gcc }}
49
FC: gfortran-${{ matrix.gcc }}
50
51
steps:
0 commit comments