Skip to content

Commit

Permalink
new oomph version
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Jan 31, 2025
1 parent 599d9c8 commit 4baecee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/oomph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
uses: ./.github/workflows/common.yml
strategy:
matrix:
package-version: ['0.3.0', 'main']
package-version: ['0.4.0', 'main']
compiler: ['[email protected]']
backend: ['mpi', 'ucx']
backend: ['mpi', 'ucx', 'libfabric']
fortran-bindings: [false]
device: ['cpu', 'cuda']
#device: ['cpu', 'cuda']
device: ['cpu']
with:
package-name: oomph
package-version: ${{ matrix.package-version }}
Expand Down
1 change: 1 addition & 0 deletions packages/oomph/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Oomph(CMakePackage, CudaPackage, ROCmPackage):
git = "https://github.com/ghex-org/oomph.git"
maintainers = ["boeschf"]

version("0.4.0", sha256="e342c872dfe4832be047f172dc55c12951950c79da2630b071c61607ef913144")
version("0.3.0", sha256="61e346d1ba28a859745de47f37edce39c7f5c5e1aab716493dc964e158fd99ec")
version("0.2.0", sha256="135cdb856aa817c053b6af1617869dbcd0ee97d34607e78874dd775ea389434e")
version("0.1.0", sha256="0ff36db0a5f30ae1bb02f6db6d411ea72eadd89688c00f76b4e722bd5a9ba90b")
Expand Down

0 comments on commit 4baecee

Please sign in to comment.