llnl / llnl/Tribol

Add CI testing for 64 bit integers in hypre and axom

Open
#175 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.