Skip to content

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20241011_175835 branch to master #2451

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20241011_175835 branch to master

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20241011_175835 branch to master #2451

name: Check MPI_COMM_WORLD
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Search for MPI_COMM_WORLD in modified lines
run: |
python $GITHUB_WORKSPACE/commonTools/test/utilities/check-mpi-comm-world-usage.py \
--base origin/${{ github.event.pull_request.base.ref }} \
--head ${{ github.event.pull_request.head.sha }}