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 6e77eb8 commit b02f98cCopy full SHA for b02f98c
.github/workflows/ci.yml
@@ -4,12 +4,12 @@ on: push
4
5
jobs:
6
Build:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
8
strategy:
9
fail-fast: true
10
matrix:
11
- mpi: [ 'impi' ]
12
-# mpi: [ 'mpich', 'openmpi', 'impi' ]
+# mpi: [ 'impi' ]
+ mpi: [ 'mpich', 'openmpi', 'impi' ]
13
# mpich is borken on ubuntu-24.04LTS and 24.10 see https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
14
# openmpi is borken on ubuntu-24.04LTS and 24.10 see https://github.com/open-mpi/ompi/issues/10726
15
# ubuntu 24.10 is not available as github runner, so we are left with Intel's mpi for now.
0 commit comments