Skip to content
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

Sync develop changes August 21 - 27 to hdf5_1_14 #4774

Merged
merged 22 commits into from
Aug 27, 2024

Conversation

lrknox
Copy link
Collaborator

@lrknox lrknox commented Aug 27, 2024

No description provided.

hyoklee and others added 21 commits August 27, 2024 09:13
* Use gfortran 14 for cmake-test on mac

* Remove notarization step

* Address @byrnHDF review
Removes a duplicated HDopen macro from the performance testing programs
* Add minimal amount of S3 request logging to ROS3

* Fix ROS3 logging ifdef conditions
This PR is part of the incremental switching H5I_object() and H5I_object_verify()
to their VOL counterpart, H5VL_object() and H5VL_vol_object_verify(), a newly addedinternal function.

Fixes HDFGroupGH-4730 partially.
- Verified that the listed functions do not include null terminator in the returned length
- Improved some of the tests
- Corrected documentation

Fixes HDFGroupGH-4704

* Casted a positive int to size_t
The code can't be downloaded due to changes that put it behind an
EarthData login. We'll disable this while we figure out a work-around.
This PR switches H5I_object_verify() to H5VL_vol_object_verify() in the H5F API
and fixes documentation of H5Fmount and H5Funmount.

* More on H5F API
The t_pmulti_dset and t_select_io_dset tests rely on the behavior
of the previous private rand_r-like implementation to get the
correct sequence of random numbers to pass. This has been restored
using a fully private rand_r-like implementation that doesn't
rely on rand_r and will work on Windows and other platforms
where rand_r doesn't exist.
Don't run parallel tests in both Autotools and CMake with multiple
processes. ph5diff still runs with -j2 w/ Autotools since the test
script is in the tools/test/h5diff directory.

* Split off AOCC CMake parallel tests

* Remove unnecessary NPROCS env vars

* Put NPROCS back in serial tests

We run ph5diff tests there
This PR switches H5I_object_verify() to H5VL_vol_object_verify() in the H5G API
and removes unnecessary casts.
* Add Fortran and C++ to Autotools
* Add Fortran and C++ to Linux CMake
* Add C++ to Windows CMake
* Fix bad GitHub workspace variable
* Don't skip file tests

* Remove test with invalid flag for H5Fopen

* Verify that create/open of unseekable file fails

* Remove failure verification
Turns on testing, both serial and parallel, but skips:
* dt_arith and dtransform in CMake
* All main library tests in the Autotools
Due to dt_arith and dtransform segfaults when handling long doubles.
@lrknox lrknox requested a review from brtnfld as a code owner August 27, 2024 14:26
@@ -0,0 +1,79 @@
name: hdf5 dev autotools julia
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev to 1.14

@@ -0,0 +1,82 @@
name: hdf5 dev CMake julia
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev to 1.14

@byrnHDF byrnHDF added Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Task Actions that don't fit into any other type category Branch - 1.14 labels Aug 27, 2024
@derobins derobins merged commit e77c72e into HDFGroup:hdf5_1_14 Aug 27, 2024
57 checks passed
@lrknox lrknox deleted the sync_develop_changes_to_1_14 branch September 3, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Task Actions that don't fit into any other type category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants