Skip to content

Commit

Permalink
Adding mpi library.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Oct 30, 2024
1 parent c707b20 commit fd66d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/capgen_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: update repos and install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential ${{matrix.fortran-compiler}} cmake python3 git
run: sudo apt-get update && sudo apt-get install -y build-essential libopenmpi3 ${{matrix.fortran-compiler}} cmake python3 git

- name: Build the framework
run: |
Expand Down

0 comments on commit fd66d0f

Please sign in to comment.