Allen Byrne
Allen Byrne
Tests like test-swmr and dsets will timeout on slower machines and could easily be partitioned into smaller sets of tests. There are ones that run long and could be split,...
\\src\\H5checksum.c(419,9): : warning : unannotated fall-through between switch labels [-Wimplicit-fallthrough] because of define in H5private.h: ``` # if defined(__clang__) || defined(__GNUC__) && __GNUC__ >= 7 && !defined(__INTEL_COMPILER) # define H5_ATTR_FALLTHROUGH...
Currently, locating just the APIs concerning parallel can be tedious and a waste of time. Consider adding a table or section that provides more direct links to the parallel functionality.
Test cross-compiling by building with mingw on ubuntu and then test the build on a windows machine using actions.
Still need tests
D:\a\hdf5\hdf5\build\ci-StdShar-Intel\_deps\blosc2-src\blosc\directories.c(65,5): error: call to undeclared function 'rmdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] rmdir(dir_path); Adding -Wno-implicit-function-declaration then causes a failure with linking because __cpu_mod is...
This allows files in a branch to be uploaded to the S3 bucket. The input argument must match the expected destination structure.