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 aee9add commit 12d1708Copy full SHA for 12d1708
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
exclude:
21
- os: macos-latest
22
mpi: 'intelmpi'
23
+ - mpi: 'openmpi'
24
+ rank: '9' # works locally, not in CI
25
runs-on: ${{ matrix.os }}
26
steps:
27
- name: Checkout
0 commit comments