File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - os : ubuntu-latest
2525 - os : macos-latest
2626 gcc : 11
27- - os : self-hosted
27+ - os : instinct
2828 runs-on : ${{ matrix.os }}
2929 steps :
3030 - name : Clone
4747 run : sudo apt install tar wget make cmake gcc g++ python3 python3-dev "openmpi-*" libopenmpi-dev
4848
4949 - name : Setup
50- if : matrix.os == 'self-hosted '
50+ if : matrix.os == 'instinct '
5151 run : |
5252 echo "export PATH=$PATH:/usr/lib64/openmpi/bin/" >> $GITHUB_ENV
5353
@@ -60,13 +60,13 @@ jobs:
6060 run : /bin/bash mfc.sh build -j $(nproc)
6161
6262 - name : Build
63- if : matrix.os == 'self-hosted '
63+ if : matrix.os == 'instinct '
6464 run : |
6565 export PATH=$PATH:/usr/lib64/openmpi/bin/
6666 /bin/bash mfc.sh build -j $(nproc)
6767
6868 - name : Test Suite
69- if : matrix.os == 'self-hosted '
69+ if : matrix.os == 'instinct '
7070 run : |
7171 export PATH=$PATH:/usr/lib64/openmpi/bin/
7272 /bin/bash mfc.sh test -j $(nproc) -b mpirun
You can’t perform that action at this time.
0 commit comments