Skip to content

Implemented yz-implicit diffusion. #22

Implemented yz-implicit diffusion.

Implemented yz-implicit diffusion. #22

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"