Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Dec 19, 2024
1 parent e675165 commit bc3bbbd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,11 @@ jobs:
export PATH=$RUNNER_TEMP/prteinstall/bin:${PATH}
export LD_LIBRARY_PATH=$RUNNER_TEMP/prteinstall/lib:${LD_LIBRARY_PATH}
prterun -n 4 ./openpmix/master/examples/group >& /dev/null
- name: Run simple group with add-members
run: |
export PATH=$RUNNER_TEMP/prteinstall/bin:${PATH}
export LD_LIBRARY_PATH=$RUNNER_TEMP/prteinstall/lib:${LD_LIBRARY_PATH}
prterun -n 8 ./openpmix/master/examples/group --add-members >& /dev/null
- name: Run simple group with query
run: |
export PATH=$RUNNER_TEMP/prteinstall/bin:${PATH}
export LD_LIBRARY_PATH=$RUNNER_TEMP/prteinstall/lib:${LD_LIBRARY_PATH}
prterun -n 5 ./openpmix/master/examples/group --test-query >& /dev/null
prterun -n 4 ./openpmix/master/examples/group --test-query >& /dev/null
- name: Run local CID group
run: |
export PATH=$RUNNER_TEMP/prteinstall/bin:${PATH}
Expand Down

0 comments on commit bc3bbbd

Please sign in to comment.