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 48aa32b commit c54deb3Copy full SHA for c54deb3
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
if: matrix.os == 'self-hosted'
70
run: |
71
export PATH=$PATH:/usr/lib64/openmpi/bin/
72
- /bin/bash mfc.sh test -j $(nproc)
+ /bin/bash mfc.sh test -j $(nproc) -b mpirun
73
74
- name: Test Suite
75
if: matrix.os == 'ubuntu-latest'
0 commit comments