Add CI testing for 64 bit integers in hypre and axom
Open
@ebchin is already working on this.
Since Nov 10, 2025.
- Dominant language
- C++
- Stars
- 39
- Forks
- 11
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 2
Description
We are currently using TPL builds in CI which only have 32 bit integer support in hypre and axom. This allows int to be used in Tribol in places where HYPRE_BigInt and tribol::IndexT are required (as well as the inverse, e.g. using tribol::IndexT instead of int) potentially leading to bugs.
We should add TPL builds with 64 bit integer support in hypre and axom to address this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.