Skip to content

Merge pull request #516 from llaniewski/fix/runr_globals #61

Merge pull request #516 from llaniewski/fix/runr_globals

Merge pull request #516 from llaniewski/fix/runr_globals #61

Workflow file for this run

name: HIP
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
model:
- d2q9
- d2q9_bc
- d3q27_cumulant
- d3q27_cumulant_AVG_IB_SMAG
- d3q27_pf_velocity
- d3q27_PSM_NEBB
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install dependencies
uses: ./.github/actions/install
with:
r: true
rdep: true
openmpi: true
rinside: true
hip: 5.4.1
- name: Configure
uses: ./.github/actions/configure
with:
hip: true
paranoid: true
- name: Compile
uses: ./.github/actions/compile
with:
model: ${{ matrix.model }}