Skip to content

Commit

Permalink
github: check current TOSS4 openpmix version
Browse files Browse the repository at this point in the history
Problem: The current TOSS4 pmix version is not tested.

Add el8 + openpmix-3.2.5 + openmpi-4.1.4 to the CI matrix.
  • Loading branch information
garlick committed Feb 27, 2024
1 parent d782a00 commit a6e6d6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
openpmix_branch: "v3.2.3"
coverage: false
env: {}
- name: "el8 - pmix v3.2.5, ompi v4.1.4"
image: "el8"
ompi_branch: "v4.1.4"
openpmix_branch: "v3.2.5"
coverage: false
env: {}
- name: "coverage"
image: "focal"
ompi_branch: "v5.0.0rc12"
Expand Down

0 comments on commit a6e6d6b

Please sign in to comment.