Skip to content

Commit 93dba63

Browse files
committed
Add openmpi installation check and export paths
1 parent ef81f0c commit 93dba63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
integration-tests:
3939
runs-on: [self-hosted, gpu, db]
4040
steps:
41+
- name: Check openmpi installation
42+
run: |
43+
/opt/openmpi-4.1.5/bin/ompi_info
44+
export PATH=/opt/openmpi-4.1.5/bin:$PATH
45+
export LD_LIBRARY_PATH=/opt/openmpi-4.1.5/lib:$LD_LIBRARY_PATH
46+
ompi_info
4147
- uses: actions/checkout@v3
4248
- name: Install poetry
4349
run: pip install poetry

0 commit comments

Comments
 (0)