Update test_install_openmpi.yml

This commit is contained in:
Thomas Ramstad
2021-10-27 22:36:02 +02:00
committed by GitHub
parent 58b34fd365
commit 2c8ff644ad

View File

@@ -22,4 +22,9 @@ jobs:
run: |
make -j
sudo make install
- name: setting path
run: echo "/home/${USER}/.openmpi/bin" >> $GITHUB_PATH
- name: checking version
run: mpirun --version