Skip to content

Update Conduit to 0.9.8 - #21144

Merged
JustinPrivitera merged 6 commits into
developfrom
task/JustinPrivitera/09_03_26/update_conduit_to_0.9.8
Sep 4, 2026
Merged

Update Conduit to 0.9.8#21144
JustinPrivitera merged 6 commits into
developfrom
task/JustinPrivitera/09_03_26/update_conduit_to_0.9.8

Conversation

@JustinPrivitera

@JustinPrivitera JustinPrivitera commented Sep 3, 2026

Copy link
Copy Markdown
Member

Description

Resolves #21074

Updates Conduit to 0.9.8.
Fixes type conversion issue. This issue came to light because I reworked to_silo inside of Conduit. I changed some of the integer data types there and the code in VisIt depended on the integer types being 32 bit ints instead of 64 bit. I fixed this so they can handle all integer cases.

Type of change

  • [ ] Bug fix
  • [ ] New feature
  • [ ] Documentation update
  • Other~~
    TPL update

How Has This Been Tested?

Built VisIt and all TPLs on RZWhippet.
Blueprint tests pass.

Reminders:

  • Please follow the style guidelines of this project.
  • Please perform a self-review of your code before submitting a PR and asking others to review it.
  • Please assign reviewers (see VisIt's PR procedures for more information).

Checklist:

  • I have commented my code where applicable.~~
  • I have updated the release notes.~~
  • [ ] I have made corresponding changes to the documentation.
  • [ ] I have added debugging support to my changes.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • I have confirmed new and existing unit tests pass locally with my changes.~~
  • [ ] I have added new baselines for any new tests to the repo.
  • [ ] I have NOT made any changes to protocol or public interfaces in an RC branch.

@JustinPrivitera
JustinPrivitera marked this pull request as ready for review September 3, 2026 23:36
@JustinPrivitera
JustinPrivitera requested review from biagas and removed request for biagas September 3, 2026 23:36
@JustinPrivitera
JustinPrivitera marked this pull request as draft September 3, 2026 23:40
@JustinPrivitera

Copy link
Copy Markdown
Member Author

Looks like there is an issue with a blueprint specset test. I will investigate.

@biagas

biagas commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Looks like there is an issue with a blueprint specset test. I will investigate.

shall I await results on this before review?

@JustinPrivitera

Copy link
Copy Markdown
Member Author

Looks like there is an issue with a blueprint specset test. I will investigate.

shall I await results on this before review?

I think so. There may be code changes involved. I am trying to determine now if the issue is from Conduit or from VisIt.

@JustinPrivitera

Copy link
Copy Markdown
Member Author

Looks like datatype changes in the results from to_silo() are making things go haywire. I think this is an int64 versus int32 issue.

@JustinPrivitera
JustinPrivitera marked this pull request as ready for review September 4, 2026 04:03
@JustinPrivitera

Copy link
Copy Markdown
Member Author

@biagas should be ready for review, all issues addressed. Thanks for your patience!

@JustinPrivitera
JustinPrivitera merged commit 5614dd5 into develop Sep 4, 2026
5 checks passed
@JustinPrivitera
JustinPrivitera deleted the task/JustinPrivitera/09_03_26/update_conduit_to_0.9.8 branch September 4, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update to newest conduit for VisIt 3.6.0

2 participants