(DO NOT MERGE) - Tpetra: performance improvements to CrsMatrix::copyAndPermute - working branch #2644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
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 }} |