Skip to content

Commit

Permalink
Expand adios2 build matrix on openmpi to ensure we are testing 2.9.2 …
Browse files Browse the repository at this point in the history
…and 2.10.0 (#117)

* Expand adios2 build matrix on openmpi to ensure we are testing 2.9.2 and 2.10.0

* Bump version number
  • Loading branch information
jorgensd authored Apr 30, 2024
1 parent 1c07ab0 commit d719425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_package_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

strategy:
matrix:
adios2: ["default", "v2.10.0"]
adios2: ["default", "v2.9.2", "v2.10.0"]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]

[project]
name = "adios4dolfinx"
version = "0.8.1"
version = "0.8.1.post0"
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2"
authors = [{ name = "Jørgen S. Dokken", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down

0 comments on commit d719425

Please sign in to comment.