Skip to content

Correcting the handling of texts in quotes in format.sh #360

Correcting the handling of texts in quotes in format.sh

Correcting the handling of texts in quotes in format.sh #360

Workflow file for this run

name: CUDA
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
cuda: 11.7
- name: Configure
uses: ./.github/actions/configure
with:
gpu: true
paranoid: true
- name: Compile
uses: ./.github/actions/compile
with:
model: ${{ matrix.model }}