Skip to content

Update spack recipes #47

Update spack recipes

Update spack recipes #47

Workflow file for this run

name: ghex
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
packages: write
jobs:
test-ghex:
uses: ./.github/workflows/common.yml
strategy:
matrix:
package-version: ['0.4.1', 'master']
compiler: ['[email protected]']
backend: ['mpi', 'ucx']
python-bindings: [true]
device: ['cpu']
with:
package-name: ghex
package-version: ${{ matrix.package-version }}
package-variants: >-
%${{ matrix.compiler }}
backend=${{ matrix.backend }}
${{ matrix.python-bindings && '+python' || '' }}
${{ matrix.device == 'cuda' && '+cuda' || '' }}
${{ matrix.device == 'rocm' && '+rocm' || '' }}
test-package: ${{ matrix.device == 'cpu' }}