Allen Byrne
8f3e544193
Filter plugins updates for registration URL ( #4180 )
...
* Update filter plugin URL to new location
* Adjust test array size
2024-03-19 15:11:15 -05:00
jhendersonHDF
a56675e12a
Fix some minor warnings ( #4165 )
2024-03-16 19:43:47 -07:00
Allen Byrne
50a6522322
Change compression tests reference files to use masking for compression ratios ( #4083 )
...
Rework TEST_FILTER tests to handle slightly different compression ratios
2024-03-10 16:43:37 -07:00
Dana Robinson
0ea1d7280b
Clean up off_t usage ( #4095 )
...
* Add comments to C++ and Fortran API calls that use off_t
* Remove noise casts for small integers
2024-03-09 09:06:10 -08:00
Allen Byrne
114d2d0211
virtual creates must use the same datatype as the main file ( #4092 )
2024-03-08 15:50:31 -08:00
Allen Byrne
871a49feca
Use H5T_STD_I32LE to create datatype in vds examples ( #4070 )
...
Fixes issues when VDS examples are tested on BE systems
2024-03-07 13:05:28 -08:00
Allen Byrne
42c7e1d073
Ignore UserPresets and Use only C compiler for sanitizers ( #4066 )
...
* Remove user presets file
* Only use C compiler for sanitzers
2024-03-05 09:05:38 -08:00
Allen Byrne
7ce8c6f81a
Add options to allow tools type selection and naming ( #4046 )
2024-03-04 06:53:52 -08:00
Allen Byrne
662ee679e0
Remove limitations on preset generators ( #4051 )
2024-02-29 16:12:03 -06:00
Allen Byrne
3fd1e90df6
Update and Add general INSTALL ( #4016 )
2024-02-23 08:02:18 -06:00
Christoph Niethammer
f1e8f42b5a
Replace deprecated Fortran 'include mpif.h' with 'USE mpi' ( #4031 )
...
With MPI 4.1 the use of the mpif.h include file has been deprecated. Codes
should transition to USE mpi or USE mpi_f08.
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
2024-02-21 14:04:38 -06:00
Allen Byrne
bdddf43f1a
Correct String FIND for runTest and grepTest ( #4022 )
2024-02-15 17:49:32 -06:00
Scot Breitenfeld
410c18b59f
included best practices of using coll. metadata APIs ( #4018 )
2024-02-15 08:19:52 -08:00
H. Joe Lee
1414693350
Add C in project line for CMake to fix #4012 . ( #4014 )
2024-02-14 07:38:21 -06:00
Glenn Song
14ed93e749
Update install texts ( #4010 )
...
* Update INSTALL_CMake.txt as necessary
* Update remaining docs that use HDF5_USE_GNU_DIRS
* Update options in HDFMacros in HDF5Examples
2024-02-14 07:37:18 -06:00
jhendersonHDF
a4c707a832
Fix incompatible pointer type warnings in object reference examples ( #3999 )
2024-02-09 11:04:48 -06:00
Allen Byrne
0a93152541
Fix overwritten preset names ( #4000 )
2024-02-09 11:03:33 -06:00
H. Joe Lee
6345c1650a
Remove oneapi/clang compiler printf() type warning. ( #3994 )
...
* Remove oneapi/clang compiler printf() type warning from h5ex_t_opaque.c.
2024-02-08 09:56:20 -06:00
Allen Byrne
255ab716f2
Make platform specific test presets for windows and macs ( #3988 )
...
* Enable mac tests
* Add platform test workflows to examples
2024-02-06 08:11:45 -06:00
Scot Breitenfeld
6e42618f53
Fixed spacing issues in example tests. ( #3979 )
...
* The space difference in the Fortran examples must be fixed to match the expected output for compression filter examples.
2024-02-01 23:42:58 -06:00
Larry Knox
bca1dc10a3
Replace 'T2' with ' ' to avoid failure to match expected output due to ( #3975 )
...
system tab difference.
2024-01-31 15:49:25 -06:00
Allen Byrne
45ac12e6b6
Explicitly use PROJECT_BINARY_DIR in target copy location ( #3974 )
2024-01-30 16:21:21 -06:00
Allen Byrne
efe7cb72ba
Add binary build for linux S3 ( #3936 )
...
* Reorg and update options for doc and cmake config
* Correct subfiling depends
* Add linux S3 binaries to GH published files
* Correct path
* Try reducing parallel jobs in tests
* Change examples jobs for test from 8 to 4
2024-01-09 09:47:55 -08:00
Allen Byrne
a00d62f77a
Use props for includes and remove global includes ( #3921 )
2024-01-04 12:06:36 -06:00
Allen Byrne
772276ea1f
Remove examples that have been moved to HDF5Examples folder ( #3917 )
2024-01-03 14:17:46 -06:00
Scot Breitenfeld
8f1a93f1a2
New Fortran Examples added ( #3916 )
...
* added subfiling example
* Added filtered writes with no selection example
2024-01-03 10:55:17 -06:00
Scot Breitenfeld
695efa94df
Added new H5G Fortran HDF5examples ( #3908 )
...
* updated traverse example
* added H5PAR success statement
* skipping H5_f90_h5ex_g_traverse
2023-12-22 15:57:16 -06:00
Allen Byrne
366f2d94a3
Add CMake api checks to test the new Examples folder. ( #3907 )
...
* Fix missing build-mode value
* Use 110 version file only for the 1.10 library
* Fix H5_LIBVER_DIR variable
* Disable 1.6 API tests for now.
2023-12-22 15:17:05 -06:00
Allen Byrne
aa734a5d7e
Add VDS examples and fix non-standalone build ( #3898 )
...
* Choose a size for rdata dimension
* Fix platform naming conflicts
* Fix doxygen references to point within library repo
2023-12-21 09:53:24 -06:00
Allen Byrne
6f2d22d86e
Add variable option syncing for examples ( #3885 )
2023-12-14 12:50:30 -06:00
Allen Byrne
ac650fa9d1
Update examples with 1.6 api and static libs ( #3874 )
...
* Update examples with 1.6 api and static libs
* Only check for STATIC only builds
* Do not calculate version as library has already.
2023-11-29 12:54:22 -06:00
Allen Byrne
fc88fcde10
Develop merge examples ( #3851 )
...
* Merge examples repo into library
* Change grepTest to be more fault-tolerant
* Update examples macro file
* Exclude all Fortran examples from doxygen
2023-11-27 15:30:15 -06:00