Commit Graph

10420 Commits

Author SHA1 Message Date
Greg Sjaardema
acd734a962
I think the comments don't need the -D 2024-08-20 08:26:47 -06:00
Greg Sjaardema
78b399ba66
Fix the fixes... 2024-08-20 08:24:54 -06:00
Greg Sjaardema
9e60a21244
Clean up some - vs _ in some comments
Some symbols in the comments about deprecated symbols were using `-` instead of `_`
2024-08-20 08:23:40 -06:00
Manuel Reis
2b8f3af8c5 Clean up aws config test folder 2024-08-20 10:31:58 +02:00
Ward Fisher
d5f4278fee
Merge pull request #2981 from edwardhartnett/ejh_auto
added documentation for start/count/stride mandating same size arrays as data variable
2024-08-19 17:42:50 -06:00
Ward Fisher
26e0b45cd9
Merge pull request #2983 from edwardhartnett/ejh_cmake
fixed message commands in CMakeLists.txt, and ncdump dependency problems for tst_nccopy4 in CMake build
2024-08-19 17:23:32 -06:00
Ward Fisher
556aef80e2
Merge branch 'main' into ejh_cmake 2024-08-19 16:37:29 -06:00
Ward Fisher
0cced8717e
Merge pull request #2985 from edwardhartnett/ejh_z2
Add zstd test and fix plugin build for CMake/Cygwin
2024-08-19 14:38:10 -06:00
Ward Fisher
55309972e8 o Added NETCDF_ENABLE_PLUGINS option to cmake based build.
o Added information related to plugins, plugin install location to post-build summary.
2024-08-19 13:47:00 -06:00
Ward Fisher
1db9ffb0c7
Merge pull request #2968 from Alexander-Barth/main
Take into account that attach_dimscales can fail when dimensions and variables are named inconsistently
2024-08-19 11:33:15 -06:00
Edward Hartnett
971c60ccb7 fixed some broken links 2024-08-17 06:33:59 -06:00
Edward Hartnett
6a3634b975 added documentation about reading an unknown netCDF/HDF5 file in tutorial 2024-08-17 06:14:10 -06:00
Edward Hartnett
71947c64dc turned off verbose test output 2024-08-17 05:53:23 -06:00
Edward Hartnett
ccf29e68af adjusted cmake file 2024-08-17 05:49:30 -06:00
Edward Hartnett
05f65065da working on cmake dependency in ncdump 2024-08-17 05:14:14 -06:00
Edward Hartnett
c52d54a5a3 working on cmake dependency in ncdump 2024-08-17 05:06:59 -06:00
Ed
770870b2e2 trying to fix problem with nccopy4 dependencies 2024-08-16 15:20:46 -06:00
Ed
5a45c0f36f Merge branch 'main' into ejh_z2 2024-08-16 13:03:15 -06:00
Ed
a016fb079b fixing plugin name in CMake on cygwin 2024-08-16 12:25:25 -06:00
Ed
4659af942f fixed cmake nccopy4 dependency 2024-08-16 07:46:28 -06:00
Ed
cef710abc5 added dependency for ncdump test ncdump_tst_nccopy3 2024-08-16 06:40:03 -06:00
Ed
b55fbfe6e8 added dependency for ncdump test ncdump_tst_nccopy3 2024-08-16 06:35:53 -06:00
Ed
56fbacbf53 fixed message commands in CMakeLists.txt 2024-08-16 06:25:33 -06:00
Ed
bf18f34916 added documentation for start/count/stride mandating same size arrays as data variable 2024-08-16 06:04:46 -06:00
Ed
ed5fadc869 turning on more output in tests 2024-08-15 11:41:40 -06:00
Ed
7f987b7842 debugging cmake build 2024-08-14 14:52:34 -06:00
Ed
8de29b980d debugging cmake build 2024-08-14 14:37:39 -06:00
Ward Fisher
d73521c33f
Merge pull request #2978 from DennisHeimbigner/formatfix.dmh
Fix bug in run_newformat.sh
2024-08-14 14:35:59 -06:00
Ed
cb4e705c3c debugging cmake build 2024-08-14 14:31:18 -06:00
Ed
78b762d6d3 adding run_zstd_test.sh to cmake build 2024-08-14 14:24:06 -06:00
Ed
c93d6cc7cd adding run_zstd_test.sh to cmake build 2024-08-14 14:07:22 -06:00
Ed
bded163c38 debugging ncdump build problem 2024-08-14 13:29:52 -06:00
Ed
a8dd82c74a debugging run_zstd_test 2024-08-14 13:11:49 -06:00
Ed
ba9e14b5a7 debugging run_zstd_test 2024-08-14 12:53:00 -06:00
Ed
b183c65334 adding run_zstd_test 2024-08-14 12:35:56 -06:00
Ward Fisher
2861b9cf58
Merge pull request #2979 from edwardhartnett/ejh_cmake
added NETCDF_MPIEXEC option to CMake
2024-08-14 11:36:21 -06:00
Ed
218bf47a08 adding run_zstd_test 2024-08-14 10:24:53 -06:00
Ed
4a2b8ff466 adding run_zstd_test 2024-08-14 09:15:29 -06:00
Ed
eb8caa0fb2 adding run_zstd_test 2024-08-14 08:54:11 -06:00
Ed
e872dfe03b adding and building tst_zstd.c 2024-08-14 07:19:23 -06:00
Manuel Reis
a0bde790b4 Use EOF method to write configfiles in bash 2024-08-14 10:08:13 +02:00
Dennis Heimbigner
9abe3cb961 Fix bug in run_newformat.sh
Problem was basically that the test file ref_oldformat.zip
was incorrect. Additionally, logic in zsync.c was incorrect.

### Misc. other fixes
1. Turn off accidental debug output
2024-08-13 20:53:04 -06:00
Ward Fisher
cbbb30ccd9
Merge pull request #2975 from edwardhartnett/ejh_more_doc
updated README with install documentation
2024-08-13 15:47:42 -06:00
Ward Fisher
4aaf312c95
Merge pull request #2973 from edwardhartnett/ejh_fix_configure
fixed --with-plugin-dir option to match cmake behavior
2024-08-13 15:46:38 -06:00
Ward Fisher
0244e3c05f
Merge pull request #2977 from WardF/h5literate2_pointer.wif
Expand logic around H5Literate2 data structure use.
2024-08-13 13:00:13 -06:00
Ward Fisher
f367189d68 Add logic to further expand the use case for passing pointer of type H5L_info2_t 2024-08-13 11:50:45 -06:00
Ed
7ab10976b8 updated README with install documentation 2024-08-13 11:34:38 -06:00
Ward Fisher
1e394835a5
Merge pull request #2964 from edwardhartnett/ejh_docs
add autotools build instructions, add parallel I/O build and plugin info to CMake build document
2024-08-13 10:42:30 -06:00
Ward Fisher
3ae2f2902f
Merge pull request #2971 from ShawayL/fix-ncuriparse-error
fix ncuriparse error,Correctly remove leading and trailing whitespace
2024-08-13 10:38:37 -06:00
Ed
2ce551b820 adding info about plugins 2024-08-13 08:09:36 -06:00