Skip to content

Ifpack2: add option for RCM reordering in streamed KK SPILUK and KK SPTRSV in RILUK #1206

Ifpack2: add option for RCM reordering in streamed KK SPILUK and KK SPTRSV in RILUK

Ifpack2: add option for RCM reordering in streamed KK SPILUK and KK SPTRSV in RILUK #1206

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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 }}