Skip to content

Test building OpenMPI from source #3

Test building OpenMPI from source

Test building OpenMPI from source #3

name: Test building OpenMPI from source
on:
workflow_dispatch:
permissions:
contents: read
jobs:
debug:
name: "OpenMPI debug"
uses: ./.github/workflows/build_openmpi_source.yml
with:
install_path: ${{ github.workspace }}/openmpi_install
build_mode: "debug"