-
Notifications
You must be signed in to change notification settings - Fork 70
uberenv update to spack 1.1.1 #1495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
It looks like the spec is getting thrashed some how. It should not be gcc as the package name. Answer: New spack needs compiler at the end of a spec. |
|
For hdf5 2.0, the source tarball on HDF5 Group website has a different shasum than the source tarball on github. https://support.hdfgroup.org/releases/hdf5 tarball: github tarball: |
| zfp_cmake_dir=${zfp_install_dir}/lib64/cmake/zfp/ | ||
| else | ||
| zfp_cmake_dir=${zfp_install_dir}/lib/cmake/zfp/ | ||
| fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will resolve #1499
|
windows build_conduit -- umpire smoke test is failing: I think it is failing to find a dll. Not sure which one is missing yet ... |
|
Updating to new TPLs with spack yields two errors: In This is using: In |
…duit into task/2026_01_ci_updates
|
Silo issue, seems a load is failing (maybe the write is failing as well) @JustinPrivitera can ideas on what could trigger this? |
|
|
windows path style issue on some of the tests on windows: |
|
Newer spack build of parmetis yields different result for the polyhedral test:
left : old (current baseline) Input distribution for parmetis poly test for reference @BradWhitlock -- I think a rebaseline is fine here, what do you think? |
|
with new builds of metis and parmetis, we get a different result for the polyhedra test on macos than on linux. |
|
parmetis polyhedra results are not the same on all platforms. (They used to be) Linux metis and parmetis spack spec: macOS metis and parmetis spack spec: Spack specs are the same. The result is subject to a seed, which is the same on all platforms. |
|
Old spec for linux build: |
|
No leads on spack spec differences or patches being the cause. I think we are subject to a difference in rng. Going to change the baseline to look for a better balance (desired outcome) instead of an exact baseline match. |
…f specific baseline
|
In the docker container test, mpi tests are failing with: I think this is an environment issue, i suspect be docker in the azure env is locked down in some way and we can't oversubscribe processes to run mpi. blt mpi smoke test passes - they are testing a reduce and would pass if somehow the mpi run has 1 rank instead of the expected 4. |


No description provided.