Now truly added support for more transport models. There is a bug in … #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |