Skip to content

Added support for AMD backend #19

Added support for AMD backend

Added support for AMD backend #19

Workflow file for this run

name: Compile and test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build code base
runs-on: "ubuntu-22.04"
container:
image: niemiti/ofdevcuda:latest
options: --user root
steps:
- name: Checkout gpuFoam
uses: actions/checkout@v3
- name: Build gpuFoam
run: source /opt/OpenFOAM/OpenFOAM-dev/etc/bashrc && ./Allwmake
shell: bash
#- name: Run unittests
# run: source /opt/OpenFOAM/OpenFOAM-dev/etc/bashrc && testGpuChemistry
# shell: bash