From 6a3f0f4ecf83e38cdd1c9455d8cc170e8e56cfec Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 18 Mar 2024 16:52:52 -0500 Subject: [PATCH 1/8] Update filter plugin URL to new location --- HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst | 2 +- src/H5PLmodule.h | 4 ++-- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl index 324fa1df26f..03cf9f67858 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32001 - COMMENT HDF5 blosc filter; see http://www.hdfgroup.org/services/contributions.html + COMMENT HDF5 blosc filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 2 4 128 4 1 2 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst index ace1975ef9e..4831ecd6a49 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst @@ -5,7 +5,7 @@ blosc filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32001 Number of parameters is 7 with the value 4 1 2 - To find more about the filter check HDF5 blosc filter; see http://www.hdfgroup.org/services/contributions.html + To find more about the filter check HDF5 blosc filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading blosc compressed data ................ Maximum value in DS1 is 1890 blosc filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl index 5cf633893e7..dc28fa637f1 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 307 - COMMENT HDF5 bzip2 filter; see http://www.hdfgroup.org/services/contributions.html + COMMENT HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst index a628ae1da5f..a931c6a2e19 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst @@ -5,7 +5,7 @@ bzip2 filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 307 Number of parameters is 1 with the value 2 - To find more about the filter check HDF5 bzip2 filter; see http://www.hdfgroup.org/services/contributions.html + To find more about the filter check HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading bzip2 compressed data ................ Maximum value in DS1 is 1890 bzip2 filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl index 1dc8928dcd8..af8ed7c5812 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32019 - COMMENT HDF5 jpeg filter; see http://www.hdfgroup.org/services/contributions.html + COMMENT HDF5 jpeg filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 100 1024 512 0 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst index d3f3bf87f4f..16f1f74d097 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst @@ -5,7 +5,7 @@ jpeg filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32019 Number of parameters is 4 with the value 100 - To find more about the filter check HDF5 jpeg filter; see http://www.hdfgroup.org/services/contributions.html + To find more about the filter check HDF5 jpeg filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading jpeg compressed data ................ JPEG quality=100, percent of differing array elements=0.000000 jpeg filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl index f13c950f55b..0ff681e5a94 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32004 - COMMENT HDF5 lz4 filter; see http://www.hdfgroup.org/services/contributions.html + COMMENT HDF5 lz4 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 3 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst index 5e5e9d74684..9281a893778 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst @@ -5,7 +5,7 @@ lz4 filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32004 Number of parameters is 1 with the value 3 - To find more about the filter check HDF5 lz4 filter; see http://www.hdfgroup.org/services/contributions.html + To find more about the filter check HDF5 lz4 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading lz4 compressed data ................ Maximum value in DS1 is 1890 lz4 filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl index 089a82aa8be..9bf0757aa4c 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32000 - COMMENT HDF5 lzf filter; see http://www.hdfgroup.org/services/contributions.html + COMMENT HDF5 lzf filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 4 261 128 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst index 96aca413b8d..f6971c6d124 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst @@ -5,7 +5,7 @@ lzf filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32000 Number of parameters is 3 with the value 4 - To find more about the filter check HDF5 lzf filter; see http://www.hdfgroup.org/services/contributions.html + To find more about the filter check HDF5 lzf filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading lzf compressed data ................ Maximum value in DS1 is 1890 lzf filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl index c9513569f3f..72842fe8031 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32015 - COMMENT HDF5 zstd filter; see http://www.hdfgroup.org/services/contributions.html + COMMENT HDF5 zstd filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 0 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst index 3789a3eb202..097f301d12e 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst @@ -5,7 +5,7 @@ zstd filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32015 Number of parameters is 1 with the value 0 - To find more about the filter check HDF5 zstd filter; see http://www.hdfgroup.org/services/contributions.html + To find more about the filter check HDF5 zstd filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading zstd compressed data ................ ZSTD number of differing array elements=0 zstd filter is available now since H5Dread triggered loading of the filter. diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index 436e8bdfa0a..9731aa7b950 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -73,7 +73,7 @@ * FILTERS { * USER_DEFINED_FILTER { * FILTER_ID 307 - * COMMENT HDF5 bzip2 filter; see http://www.hdfgroup.org/services/contributions.html + * COMMENT HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html * PARAMS { 2 } * } * } @@ -196,7 +196,7 @@ * (H5Z_filter_t)H5Z_FILTER_BZIP2, // Filter id number * 1, // encoder_present flag (set to true) * 1, // decoder_present flag (set to true) - * "HDF5 bzip2 filter; see http://www.hdfgroup.org/services/contributions.html", + * "HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", * // Filter name for debugging * NULL, // The "can apply" callback * NULL, // The "set local" callback From 2afc42ef672f5de4289183cebdad174b6a152d8d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:54:58 +0000 Subject: [PATCH 2/8] Committing clang-format changes --- src/H5PLmodule.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index 9731aa7b950..529d40c2caf 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -73,8 +73,8 @@ * FILTERS { * USER_DEFINED_FILTER { * FILTER_ID 307 - * COMMENT HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html - * PARAMS { 2 } + * COMMENT HDF5 bzip2 filter; see + * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 } * } * } * FILLVALUE { @@ -196,7 +196,8 @@ * (H5Z_filter_t)H5Z_FILTER_BZIP2, // Filter id number * 1, // encoder_present flag (set to true) * 1, // decoder_present flag (set to true) - * "HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", + * "HDF5 bzip2 filter; see + * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", * // Filter name for debugging * NULL, // The "can apply" callback * NULL, // The "set local" callback From 032b27d22c64cccae25facfd92b6afb045856acf Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 18 Mar 2024 17:12:29 -0500 Subject: [PATCH 3/8] Correct URL --- HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst | 2 +- doc/parallel-compression.md | 2 +- src/H5PLmodule.h | 9 +++++++++ 14 files changed, 22 insertions(+), 13 deletions(-) diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl index 03cf9f67858..df1a87609b7 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32001 - COMMENT HDF5 blosc filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 blosc filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 2 4 128 4 1 2 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst index 4831ecd6a49..ba671c62273 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst @@ -5,7 +5,7 @@ blosc filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32001 Number of parameters is 7 with the value 4 1 2 - To find more about the filter check HDF5 blosc filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 blosc filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading blosc compressed data ................ Maximum value in DS1 is 1890 blosc filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl index dc28fa637f1..1ee6d311909 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 307 - COMMENT HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst index a931c6a2e19..88eee9f4e02 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst @@ -5,7 +5,7 @@ bzip2 filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 307 Number of parameters is 1 with the value 2 - To find more about the filter check HDF5 bzip2 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading bzip2 compressed data ................ Maximum value in DS1 is 1890 bzip2 filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl index af8ed7c5812..233aee3dd32 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32019 - COMMENT HDF5 jpeg filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 jpeg filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 100 1024 512 0 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst index 16f1f74d097..979b01c7096 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst @@ -5,7 +5,7 @@ jpeg filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32019 Number of parameters is 4 with the value 100 - To find more about the filter check HDF5 jpeg filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 jpeg filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading jpeg compressed data ................ JPEG quality=100, percent of differing array elements=0.000000 jpeg filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl index 0ff681e5a94..ffe02c497e4 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32004 - COMMENT HDF5 lz4 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 lz4 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 3 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst index 9281a893778..619e1de0ae2 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst @@ -5,7 +5,7 @@ lz4 filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32004 Number of parameters is 1 with the value 3 - To find more about the filter check HDF5 lz4 filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 lz4 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading lz4 compressed data ................ Maximum value in DS1 is 1890 lz4 filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl index 9bf0757aa4c..8ba6d24b934 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32000 - COMMENT HDF5 lzf filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 lzf filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 4 261 128 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst index f6971c6d124..e070aebc737 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst @@ -5,7 +5,7 @@ lzf filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32000 Number of parameters is 3 with the value 4 - To find more about the filter check HDF5 lzf filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 lzf filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading lzf compressed data ................ Maximum value in DS1 is 1890 lzf filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl index 72842fe8031..c40864adea7 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32015 - COMMENT HDF5 zstd filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 zstd filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 0 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst index 097f301d12e..07c1a5c553c 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst @@ -5,7 +5,7 @@ zstd filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32015 Number of parameters is 1 with the value 0 - To find more about the filter check HDF5 zstd filter; see http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 zstd filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html ....Reading zstd compressed data ................ ZSTD number of differing array elements=0 zstd filter is available now since H5Dread triggered loading of the filter. diff --git a/doc/parallel-compression.md b/doc/parallel-compression.md index f55e6b36a82..040c8aa702c 100644 --- a/doc/parallel-compression.md +++ b/doc/parallel-compression.md @@ -166,7 +166,7 @@ chosen chunk size becomes a very important factor when compression is involved, as data chunks have to be completely read and re-written to perform partial writes to the chunk. -[Improving I/O performance with HDF5 compressed datasets](http://portal.hdfgroup.org/display/HDF5/Improving+IO+Performance+When+Working+with+HDF5+Compressed+Datasets) +[Improving I/O performance with HDF5 compressed datasets](https://portal.hdfgroup.org/display/HDF5/Improving+IO+Performance+When+Working+with+HDF5+Compressed+Datasets) is a useful reference for more information on getting good performance when using a chunked dataset layout. diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index 529d40c2caf..e3a25ab3a55 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -73,8 +73,13 @@ * FILTERS { * USER_DEFINED_FILTER { * FILTER_ID 307 +<<<<<<< Upstream, based on branch 'develop-filter-url' of https://github.com/byrnHDF/hdf5.git * COMMENT HDF5 bzip2 filter; see * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 } +======= + * COMMENT HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + * PARAMS { 2 } +>>>>>>> c330a3b Correct URL * } * } * FILLVALUE { @@ -196,8 +201,12 @@ * (H5Z_filter_t)H5Z_FILTER_BZIP2, // Filter id number * 1, // encoder_present flag (set to true) * 1, // decoder_present flag (set to true) +<<<<<<< Upstream, based on branch 'develop-filter-url' of https://github.com/byrnHDF/hdf5.git * "HDF5 bzip2 filter; see * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", +======= + * "HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", +>>>>>>> c330a3b Correct URL * // Filter name for debugging * NULL, // The "can apply" callback * NULL, // The "set local" callback From 171bbdebb31b30bbb2279703384b5515298952a1 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:18:35 +0000 Subject: [PATCH 4/8] Committing clang-format changes --- src/H5PLmodule.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index e3a25ab3a55..afa2c5d4966 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -77,7 +77,8 @@ * COMMENT HDF5 bzip2 filter; see * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 } ======= - * COMMENT HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + * COMMENT HDF5 bzip2 filter; see +https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html * PARAMS { 2 } >>>>>>> c330a3b Correct URL * } @@ -205,7 +206,8 @@ * "HDF5 bzip2 filter; see * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", ======= - * "HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", + * "HDF5 bzip2 filter; see +https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", >>>>>>> c330a3b Correct URL * // Filter name for debugging * NULL, // The "can apply" callback From 4a01a77b216ca7463af526f4fb74b6a86b69d458 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 19 Mar 2024 08:10:00 -0500 Subject: [PATCH 5/8] Adjust test array size --- HDF5Examples/C/H5FLT/h5ex_d_blosc.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_bshuf.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_bzip2.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_jpeg.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_lz4.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_lzf.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_mafisc.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_zfp.c | 2 +- HDF5Examples/C/H5FLT/h5ex_d_zstd.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HDF5Examples/C/H5FLT/h5ex_d_blosc.c b/HDF5Examples/C/H5FLT/h5ex_d_blosc.c index 883b459373f..3fc13654c15 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_blosc.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_blosc.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 7; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_bshuf.c b/HDF5Examples/C/H5FLT/h5ex_d_bshuf.c index a5f3ed724be..7b666da094c 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_bshuf.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_bshuf.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 3; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_bzip2.c b/HDF5Examples/C/H5FLT/h5ex_d_bzip2.c index 0c02b1daf99..421a1bf954e 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_bzip2.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_bzip2.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 1; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_jpeg.c b/HDF5Examples/C/H5FLT/h5ex_d_jpeg.c index 78a42528a0a..a3931bb32e0 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_jpeg.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_jpeg.c @@ -45,7 +45,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[3] = {NUM_IMAGES, DIM0, DIM1}, chunk[3] = {CHUNK0, CHUNK1, CHUNK2}; size_t nelmts = 4; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_lz4.c b/HDF5Examples/C/H5FLT/h5ex_d_lz4.c index 9900b512c55..0bcfc876cf3 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_lz4.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_lz4.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 1; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_lzf.c b/HDF5Examples/C/H5FLT/h5ex_d_lzf.c index 0e74e790683..a860d67e16c 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_lzf.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_lzf.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 3; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_mafisc.c b/HDF5Examples/C/H5FLT/h5ex_d_mafisc.c index b04a5b5583d..5cee4a07ce0 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_mafisc.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_mafisc.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 8; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_zfp.c b/HDF5Examples/C/H5FLT/h5ex_d_zfp.c index cb7d24d7f97..dd0a9366da9 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_zfp.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_zfp.c @@ -42,7 +42,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[2] = {DIM0, DIM1}, chunk[2] = {CHUNK0, CHUNK1}; size_t nelmts = 3; /* number of elements in cd_values */ unsigned int flags; diff --git a/HDF5Examples/C/H5FLT/h5ex_d_zstd.c b/HDF5Examples/C/H5FLT/h5ex_d_zstd.c index 6891a71024e..28f084d90dd 100644 --- a/HDF5Examples/C/H5FLT/h5ex_d_zstd.c +++ b/HDF5Examples/C/H5FLT/h5ex_d_zstd.c @@ -44,7 +44,7 @@ main(void) herr_t status; htri_t avail; H5Z_filter_t filter_id = 0; - char filter_name[80]; + char filter_name[128]; hsize_t dims[3] = {NUM_IMAGES, DIM0, DIM1}, chunk[3] = {CHUNK0, CHUNK1, CHUNK2}; size_t nelmts = 1; /* number of elements in cd_values */ unsigned int flags; From 187200bcf7c7d9f9a515fba46957d4f7603aa4c5 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 19 Mar 2024 08:24:57 -0500 Subject: [PATCH 6/8] Fix formatting --- src/H5PLmodule.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index afa2c5d4966..c367be05758 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -73,14 +73,9 @@ * FILTERS { * USER_DEFINED_FILTER { * FILTER_ID 307 -<<<<<<< Upstream, based on branch 'develop-filter-url' of https://github.com/byrnHDF/hdf5.git * COMMENT HDF5 bzip2 filter; see - * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html PARAMS { 2 } -======= - * COMMENT HDF5 bzip2 filter; see -https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + * https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html * PARAMS { 2 } ->>>>>>> c330a3b Correct URL * } * } * FILLVALUE { @@ -202,13 +197,8 @@ * (H5Z_filter_t)H5Z_FILTER_BZIP2, // Filter id number * 1, // encoder_present flag (set to true) * 1, // decoder_present flag (set to true) -<<<<<<< Upstream, based on branch 'develop-filter-url' of https://github.com/byrnHDF/hdf5.git - * "HDF5 bzip2 filter; see - * http://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", -======= * "HDF5 bzip2 filter; see -https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", ->>>>>>> c330a3b Correct URL + * https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", * // Filter name for debugging * NULL, // The "can apply" callback * NULL, // The "set local" callback From c1790bda0b2d78ea5fded3b5ab11488878c576fc Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 19 Mar 2024 09:21:32 -0500 Subject: [PATCH 7/8] Remove text box shasums --- .github/workflows/release-files.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 97f19671d2e..c7924d85ce7 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -175,8 +175,6 @@ jobs: - name: Create description file run: | cat ${{ github.workspace }}/NEWSLETTER.txt > description.txt - echo "SHA256 sums:" >> description.txt - cat sha256sums.txt >> description.txt - name: PreRelease tag id: create_prerelease From fdd0604ed5e44ddc85c134a506fa04ccb15de1c1 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 19 Mar 2024 14:22:12 -0500 Subject: [PATCH 8/8] RegisteredFilterPlugins html file was moved into the plugins repo --- HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl | 2 +- HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst | 2 +- doxygen/examples/H5.format.1.1.html | 4 ++-- doxygen/examples/H5.format.2.0.html | 4 ++-- doxygen/examples/H5.format.html | 4 ++-- src/H5PLmodule.h | 8 ++++---- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl index df1a87609b7..c14881d623c 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32001 - COMMENT HDF5 blosc filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 blosc filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md PARAMS { 2 2 4 128 4 1 2 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst index ba671c62273..4a349b3dee0 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst @@ -5,7 +5,7 @@ blosc filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32001 Number of parameters is 7 with the value 4 1 2 - To find more about the filter check HDF5 blosc filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 blosc filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md ....Reading blosc compressed data ................ Maximum value in DS1 is 1890 blosc filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl index 1ee6d311909..32c55eb8ddb 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 307 - COMMENT HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 bzip2 filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md PARAMS { 2 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst index 88eee9f4e02..9f71cce3024 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bzip2.tst @@ -5,7 +5,7 @@ bzip2 filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 307 Number of parameters is 1 with the value 2 - To find more about the filter check HDF5 bzip2 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 bzip2 filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md ....Reading bzip2 compressed data ................ Maximum value in DS1 is 1890 bzip2 filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl index 233aee3dd32..1cc2ec38ffc 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32019 - COMMENT HDF5 jpeg filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 jpeg filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md PARAMS { 100 1024 512 0 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst index 979b01c7096..188aa5c2f57 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.tst @@ -5,7 +5,7 @@ jpeg filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32019 Number of parameters is 4 with the value 100 - To find more about the filter check HDF5 jpeg filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 jpeg filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md ....Reading jpeg compressed data ................ JPEG quality=100, percent of differing array elements=0.000000 jpeg filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl index ffe02c497e4..a1fd1533046 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32004 - COMMENT HDF5 lz4 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 lz4 filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md PARAMS { 3 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst index 619e1de0ae2..077e9dfc59d 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.tst @@ -5,7 +5,7 @@ lz4 filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32004 Number of parameters is 1 with the value 3 - To find more about the filter check HDF5 lz4 filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 lz4 filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md ....Reading lz4 compressed data ................ Maximum value in DS1 is 1890 lz4 filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl index 8ba6d24b934..c565245e65a 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32000 - COMMENT HDF5 lzf filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 lzf filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md PARAMS { 4 261 128 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst index e070aebc737..0eeff2fd930 100755 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lzf.tst @@ -5,7 +5,7 @@ lzf filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32000 Number of parameters is 3 with the value 4 - To find more about the filter check HDF5 lzf filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 lzf filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md ....Reading lzf compressed data ................ Maximum value in DS1 is 1890 lzf filter is available now since H5Dread triggered loading of the filter. diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl index c40864adea7..a53b1bceef6 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.ddl @@ -10,7 +10,7 @@ GROUP "/" { FILTERS { USER_DEFINED_FILTER { FILTER_ID 32015 - COMMENT HDF5 zstd filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + COMMENT HDF5 zstd filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md PARAMS { 0 } } } diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst index 07c1a5c553c..c66aef97deb 100644 --- a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst +++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst @@ -5,7 +5,7 @@ zstd filter is available for encoding and decoding. Filter info is available from the dataset creation property Filter identifier is 32015 Number of parameters is 1 with the value 0 - To find more about the filter check HDF5 zstd filter; see https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + To find more about the filter check HDF5 zstd filter; see https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md ....Reading zstd compressed data ................ ZSTD number of differing array elements=0 zstd filter is available now since H5Dread triggered loading of the filter. diff --git a/doxygen/examples/H5.format.1.1.html b/doxygen/examples/H5.format.1.1.html index f437d9be970..88f92481f1a 100644 --- a/doxygen/examples/H5.format.1.1.html +++ b/doxygen/examples/H5.format.1.1.html @@ -5436,8 +5436,8 @@

Name: Data Storage - Filter Pipeline

filters requested and supported by third parties. Filters supported by The HDF Group are documented immediately below. Information on 3rd-party filters can be found at - - https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html. + + https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md. 1

To request a filter identifier, please contact diff --git a/doxygen/examples/H5.format.2.0.html b/doxygen/examples/H5.format.2.0.html index 37cb7282eb1..2ad32c85f56 100644 --- a/doxygen/examples/H5.format.2.0.html +++ b/doxygen/examples/H5.format.2.0.html @@ -12598,7 +12598,7 @@

HDF5 Library and for filters requested and supported by third parties. Filters supported by The HDF Group are documented immediately below. Information on 3rd-party filters can be found at - The HDF Group’s + The HDF Group’s Registered Filters page.

@@ -12853,7 +12853,7 @@

HDF5 Library and for filters requested and supported by third parties. Filters supported by The HDF Group are documented immediately below. Information on 3rd-party filters can be found at - The HDF Group’s + The HDF Group’s Registered Filters page.

diff --git a/doxygen/examples/H5.format.html b/doxygen/examples/H5.format.html index 30bd37cf10f..ac1dbab683b 100644 --- a/doxygen/examples/H5.format.html +++ b/doxygen/examples/H5.format.html @@ -14226,7 +14226,7 @@

IV.A.2.l. The Data Storage - Filter Filters supported by The HDF Group are documented immediately below. Information on 3rd-party filters can be found at The HDF Group’s - + Registered Filters page.

@@ -14488,7 +14488,7 @@

IV.A.2.l. The Data Storage - Filter Filters supported by The HDF Group are documented immediately below. Information on 3rd-party filters can be found at The HDF Group’s - + Registered Filters page.

diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index c367be05758..e107fb470fe 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -47,7 +47,7 @@ * function, as a user would do in the past. The identification number and the filter parameters should be * available to the application. For example, if the application intends to apply the HDF5 bzip2 compression * filter that was registered with The HDF Group and has an identification number 307 - * (Registered + * (Registered * Filters) then the application would follow the steps as outlined below: \code dcpl = H5Pcreate * (H5P_DATASET_CREATE); status = H5Pset_filter (dcpl, (H5Z_filter_t)307, H5Z_FLAG_MANDATORY, (size_t)6, * cd_values); dset = H5Dcreate (file, DATASET, H5T_STD_I32LE, space, H5P_DEFAULT, dcpl, status = H5Dwrite @@ -74,7 +74,7 @@ * USER_DEFINED_FILTER { * FILTER_ID 307 * COMMENT HDF5 bzip2 filter; see - * https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html + * https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md * PARAMS { 2 } * } * } @@ -183,7 +183,7 @@ * \subsubsection subsubsec_filter_plugins_prog_reg Registering a Filter with The HDF Group * If you are writing a filter that will be used by others, it would be a good idea to request a filter * identification number and register it with The HDF Group. Please follow the procedure described at - * Registered + * Registered * Filters. * * The HDF Group anticipates that developers of HDF5 filter plugins will not only register new filters, but @@ -198,7 +198,7 @@ * 1, // encoder_present flag (set to true) * 1, // decoder_present flag (set to true) * "HDF5 bzip2 filter; see - * https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html", + * https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md", * // Filter name for debugging * NULL, // The "can apply" callback * NULL, // The "set local" callback