Skip to content

Commit

Permalink
more listing
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 10, 2024
1 parent 5d5af03 commit 5389707
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
brew install open-mpi
echo "export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
echo "export MPI_LIB_NRN_PATH=/usr/local/lib" >> $GITHUB_ENV
ls /opt/homebrew/
echo "List /opt/homebrew/lib"
ls /opt/homebrew/lib
echo "List /opt/homebrew/Cellar/open-mpi/5.0.3_1"
ls /opt/homebrew/Cellar/open-mpi/5.0.3_1
fi;
- name: Print which mpirun mpiexec
shell: bash -el {0}
Expand Down

0 comments on commit 5389707

Please sign in to comment.