Skip to content

Merge branch 'development' into xrb_embiggen #623

Merge branch 'development' into xrb_embiggen

Merge branch 'development' into xrb_embiggen #623

Workflow file for this run

name: hip
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-hip
cancel-in-progress: true
jobs:
hip-compile:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Get submodules
run: |
git submodule update --init
cd external/Microphysics
git fetch; git checkout development
cd ../amrex
git fetch; git checkout development
cd ../..
- name: Dependencies
run: .github/workflows/dependencies/dependencies_hip.sh 6.3.2
- name: compile flame_wave
run: |
cd Exec/science/flame_wave
make COMP=gnu USE_HIP=TRUE USE_MPI=FALSE USE_OMP=FALSE USE_CUDA=FALSE -j 4