Skip to content

Merge pull request #224 from CaNS-World/fix-non-fast-mom-kernels #205

Merge pull request #224 from CaNS-World/fix-non-fast-mom-kernels

Merge pull request #224 from CaNS-World/fix-non-fast-mom-kernels #205

Workflow file for this run

name: run-all
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
GNU:
uses: ./.github/workflows/run-one.yml
with:
compiler: "GNU"
INTEL:
uses: ./.github/workflows/run-one.yml
with:
compiler: "INTEL"
NVIDIA:
uses: ./.github/workflows/run-one.yml
with:
compiler: "NVIDIA"