jhendersonHDF
3ec119b558
Add expedited testing support to t_filters_parallel ( #3665 )
2023-10-12 16:12:57 -05:00
H. Joe Lee
72f94bc1f5
Simplify. ( #3659 )
...
* Address @jhendersonHDF review
2023-10-12 11:37:56 -05:00
Scot Breitenfeld
85c176247d
Address nagfor exceptions stoppage. ( #3658 )
...
* added cmake ieee flag for nagfor
* generalized determining the nag compiler
* fixing some misc. NAG warnings
2023-10-11 15:16:01 -05:00
vchoi-hdfgroup
6f56d06f6a
Add more tests for selection I/O. ( #3528 )
2023-10-10 10:13:00 -05:00
jhendersonHDF
bfbfaf72e1
Update parallel compression feature to support multi-dataset I/O ( #3591 )
2023-10-10 10:11:22 -05:00
Allen Byrne
7631015ea4
Use real URLs and updated names for plugins ( #3651 )
...
* synchronize TGZ naming convention/usage
2023-10-10 09:30:19 -05:00
Dana Robinson
00da7e61c6
Remove 1.10 badge ( #3650 )
2023-10-10 07:18:35 -07:00
Scot Breitenfeld
0ffde9da19
Fixes GH#1027 compilation error ( #3654 )
2023-10-10 09:18:00 -05:00
Dana Robinson
e4cea3509a
Remove 1.10.11 info from README.md ( #3646 )
2023-10-09 09:10:22 -07:00
Dana Robinson
2143649b44
Switch IEEE flags for NAG Fortran ( #3644 )
...
Default is -ieee=stop, which causes problems when the H5T
module performs floating-point type introspection.
The new mode is -ieee=full
2023-10-09 08:18:01 -07:00
Scot Breitenfeld
6edd9a0aab
Drop MPI-2 support ( #3643 )
2023-10-07 18:16:30 -07:00
Allen Byrne
07347cc5dd
Split out test logic to separate file ( #3639 )
2023-10-06 10:32:52 -05:00
H. Joe Lee
a95e4fc236
Improve consistency in past tense usage ( #3638 )
2023-10-06 10:32:33 -05:00
H. Joe Lee
d4e23344f4
Fail CMake on Windows when sub-filing VFD is enabled ( #3636 )
2023-10-06 10:31:59 -05:00
H. Joe Lee
084c35dad0
Disambiguate error output messages. ( #3634 )
...
* Disambiguate error output messages.
* Address @brtnfld review.
2023-10-05 08:31:39 -07:00
H. Joe Lee
c511d07817
Fix grammar ( #3635 )
2023-10-05 08:04:04 -07:00
Allen Byrne
283202bc62
Remove old EXTERNALPROJECT_ADD in favor of FETCH_CONTENT ( #3624 )
2023-10-04 15:51:01 -05:00
Neil Fortner
b166368601
Remove unused member from H5D_shared_t struct. ( #3628 )
2023-10-03 16:39:24 -07:00
Dana Robinson
447765609b
Disable static + thread-safe on Windows w/ CMake ( #3622 )
...
The thread-safety feature on Windows requires a hook in DllMain() and
thus is only available when HDF5 is built as a shared library.
This was previously a warning, but has now been elevated to a fatal
error that cannot be overridden with ALLOW_UNSUPPORTED.
Fixes GitHub #3613
2023-10-03 16:37:44 -07:00
Dana Robinson
cb6de06dcc
Add HPC CDash to README.md ( #3623 )
2023-10-03 12:00:05 -05:00
jhendersonHDF
34fcb9c5a4
Fix several spelling/grammar issues ( #3621 )
2023-10-03 09:01:28 -07:00
H. Joe Lee
4261552068
Fix Intel oneAPI icc warning ( #3619 )
2023-09-29 17:50:04 -07:00
bmribler
1fd82abe58
Cleanup unused statements ( #3553 ) ( #3617 )
...
Removed unnecessary assert statements and noise comments.
2023-09-29 07:05:36 -07:00
H. Joe Lee
5f27bc8688
Fix grammar ( #3614 )
2023-09-28 17:36:14 -07:00
bmribler
55c6609127
Fixed unused variable in H5CS.c ( #3552 ) ( #3612 )
...
* Fixed #3552
2023-09-28 17:33:53 -07:00
H. Joe Lee
e7360391fd
Fix typos ( #3609 )
2023-09-27 10:39:17 -07:00
H. Joe Lee
f4ccfd014b
Fix typo behaviour and dependes. ( #3605 )
2023-09-27 08:09:45 -07:00
H. Joe Lee
f0956a34b2
Remove useless define TRUE/FALSE statements. ( #3604 )
2023-09-27 09:57:37 -05:00
Dana Robinson
a03506b089
Remove unnecessary assignment in test generator ( #3603 )
...
Fixes what looks like a copy/paste/modify error in the format convert
test file generator, where an array element is assigned one value
and them immediately overwritten by another value.
Fixes Coverity issue 1542285
2023-09-27 09:57:02 -05:00
Dana Robinson
d8fbc56f78
Fix potential uninitialized variable ( #3602 )
...
Moves a union initialization up a bit so it's performed before code
that can jump to the cleanup target, where file descriptors could
be checked without being initialized.
This could only happen in test code and only in an out-of-memory
situation.
Fixes Coverity 1542254
2023-09-27 09:56:25 -05:00
Allen Byrne
b892c43e49
Correct path name of ddl file to be changed ( #3607 )
2023-09-27 09:55:36 -05:00
H. Joe Lee
4233ae69c0
Remove sh
to run bash script. ( #3590 )
2023-09-26 14:52:31 -07:00
jhendersonHDF
8e964d4622
Clean up Subfiling VFD header doxygen formatting ( #3601 )
2023-09-26 13:47:13 -07:00
Allen Byrne
1529ec0ab3
Develop tools move ( #3580 )
...
Reorganizes the tools files to support the VOL tests
2023-09-26 13:46:55 -07:00
Scot Breitenfeld
a87ca572fe
Replaces HDgetenv with getenv ( #3599 )
2023-09-26 13:11:22 -07:00
Dana Robinson
58f3d6664e
Use HDoff_t with lseek consistently ( #3600 )
...
lseek on Windows uses __int64 for both the offset and return type
instead of off_t like most POSIX systems. This changes ensures we
use HDoff_t (which is typdef'd correctly on Windows) w/ lseek.
2023-09-26 11:38:07 -07:00
jhendersonHDF
d26d674e67
Fix docs for H5Acreate2 and H5Acreate_by_name ( #3598 )
2023-09-26 10:01:47 -07:00
H. Joe Lee
b772aeeff5
Fix typo: arange->arrange in src/H5Cmpio.c. ( #3597 )
2023-09-26 06:47:55 -07:00
jhendersonHDF
08b574d68b
Fix docs for H5Pset_dxpl_mpio_collective_opt() ( #3594 )
2023-09-25 13:37:15 -07:00
Scot Breitenfeld
1e852b94bd
Removed the use of -commons linking option on Darwin ( #3581 )
...
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
2023-09-25 12:41:48 -07:00
H. Joe Lee
995e13dedf
Remove h5dwalk.1 man page. ( #3589 )
2023-09-25 11:30:14 -07:00
bmribler
bab0671b10
Fixed GH-3554 ( #3584 )
...
Removed the extra condition
2023-09-25 10:40:50 -07:00
Scot Breitenfeld
de95c024f4
fixed function declaration ( #3579 )
2023-09-22 14:25:27 -05:00
Larry Knox
80a837ef7e
Update release script. ( #3577 )
2023-09-22 14:25:08 -05:00
jhendersonHDF
e64c946e14
Correct comments about H5Z_FILTER_NONE ( #3572 )
2023-09-22 08:46:19 -05:00
H. Joe Lee
d920a45413
Fix ifx unused variable hdferr warning. ( #3568 )
2023-09-22 08:45:50 -05:00
H. Joe Lee
9d41d478ef
Fix typo (givin->given) in test/testframe.c. ( #3567 )
2023-09-22 08:45:10 -05:00
H. Joe Lee
f994aa5956
Fix typos and grammar in t_pread. ( #3565 )
2023-09-22 08:44:53 -05:00
Allen Byrne
197596b085
Some minor formatting and text changes ( #3563 )
2023-09-22 08:44:31 -05:00
Scot Breitenfeld
dece6256bf
Adds link to h5fuse.sh in testpar for autotools ( #3557 )
...
* Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped.
2023-09-22 08:41:57 -05:00