Ward Fisher
4cb0aa75a0
Fixing the typo I introduced when fixing the typo.
2020-01-07 12:59:20 -07:00
Ward Fisher
438119dd69
Merge pull request #1560 from NOAA-GSD/ejh_cache_docs
...
increase default cache size for netCDF-4/HDF5 files, also improve cache docs and add benchmarking program
2020-01-07 11:46:30 -07:00
Ward Fisher
e0717731b9
Merge pull request #1555 from NOAA-GSD/ejh_bm_file
...
update of benchmark program bm_file to prevent integer overflows on very big files
2020-01-07 11:45:22 -07:00
Ward Fisher
20a8db5a7b
Merge pull request #1532 from NetCDF-World-Domination-Council/ejh_cmake_unit_tests
...
Adding rest of unit_tests to CMake build, but not running them on Windows
2020-01-07 11:44:56 -07:00
Ward Fisher
72b79ac376
Cleaned up an 'uninitialized variable' issue reported by static analysis. Minor fix, rolling in to this PR rather than spinning up a separate one.
2020-01-07 11:43:50 -07:00
Edward Hartnett
9406f69d7e
moved nc_def_var_szip prototype to netcdf_filter.h
2020-01-06 16:54:54 -07:00
Edward Hartnett
98748eaa0d
added SZIP to libnetcdf.settings.in
2020-01-06 16:41:08 -07:00
Edward Hartnett
fe7132be91
fixed deflate_level comment
2020-01-06 16:31:49 -07:00
Ward Fisher
58ab71cd05
Correct a typo.
2020-01-06 15:11:52 -07:00
Edward Hartnett
86a9835f12
checking sziped data in parallel I/O test
2020-01-06 10:23:59 -07:00
Edward Hartnett
58abb5adee
parallel szip test
2020-01-06 10:23:07 -07:00
Edward Hartnett
c8135722ac
parallel szip test
2020-01-06 10:22:45 -07:00
Edward Hartnett
a8a523f1aa
parallel szip test
2020-01-06 10:21:00 -07:00
Edward Hartnett
a0396a862b
parallel szip test
2020-01-06 10:17:28 -07:00
Edward Hartnett
bb7ffe69d9
starting to add parallel tests
2020-01-06 09:08:27 -07:00
Edward Hartnett
184507be5f
now using members in NC_VAR_INFO_T to hold szip info
2020-01-06 08:46:03 -07:00
Edward Hartnett
3e3b83bdbc
whitespace cleanup
2020-01-06 08:09:20 -07:00
Edward Hartnett
7e332690d2
more szip testing
2020-01-06 08:04:27 -07:00
Edward Hartnett
9c8719bd00
more szip tests
2020-01-06 08:01:28 -07:00
Edward Hartnett
65e5897533
whitespace clean up
2020-01-06 07:58:11 -07:00
Edward Hartnett
8a341372ea
clean up
2020-01-06 07:57:50 -07:00
Edward Hartnett
1c3edc503d
now checking for proper error from nc_def_var_szip() when szip is not present
2020-01-06 07:53:31 -07:00
Edward Hartnett
6af1b0bd91
changed error code in nc_def_var_szip() to NC_EFILTER
2020-01-06 07:51:04 -07:00
Edward Hartnett
c47b404531
added test for when szip is missing from HDF5
2020-01-06 07:50:02 -07:00
Jennifer Oxelson
feb7da82ec
changed/removed references to jetstream remotetest instance.
2020-01-03 13:12:58 -07:00
Edward Hartnett
e703a7678c
first stab at re-adding nc_def_var_szip()
2020-01-03 11:38:45 -07:00
Edward Hartnett
808a0e2be9
merged ejh_parallel_zlib
2020-01-02 14:25:31 -07:00
Ward Fisher
31f1895b0e
Merge pull request #1586 from Unidata/ctest_scripts.wif
...
CTest Scripts
2020-01-02 13:59:23 -07:00
Ward Fisher
3ae41c4a8d
Merge pull request #1585 from Unidata/fix_mpi_cmake_dispatch.wif
...
Correct a cmake linking error discovered when working in a mips qemu …
2020-01-02 13:59:13 -07:00
Ward Fisher
46e409d577
Merge pull request #1583 from DennisHeimbigner/nosvc.dmh
...
Avoid spurious test failures when servers fail.
2020-01-02 13:50:44 -07:00
Dennis Heimbigner
30b3401358
Forgot to create pingurl4.c for Cmake
2020-01-02 11:47:25 -07:00
Ward Fisher
fb062f4406
Correct a cmake linking error discovered when working in a mips qemu environment.
2020-01-02 12:57:59 -05:00
Ward Fisher
a1dc1c2c85
Added script for mpicc Experimental builds. Renamed serial Experimental script to reflect that fact.
2020-01-02 10:17:38 -07:00
Dennis Heimbigner
5d254f80b0
Guard nctestserver.h against multiple inclusions
2019-12-31 16:04:56 -07:00
Dennis Heimbigner
7223c4a5aa
Avoid spurious test failures when servers fail.
...
re: https://github.com/Unidata/netcdf-c/issues/1451
The situation with the various DAP (and other) remote test
servers is currently in a state of flux. For example, Unidata
admin is planning to forcibly shift the remote test server to
remotetest.unidata.ucar.edu soon. In addition, the server
test.opendap.org has shown some recent instability.
The result is that various DAP (and byterange) tests can fail
unexpectedly. This is an irritant to users and reveals nothing
about test sucess or failure.
Solve by modifying tests to report server inaccessibility and
otherwise pretend to succeed.
This puts an onus on Unidata to detect such server failures, but
will not cause users to see spurious failures. [Note. Do similar
fix for netcdf-java]. The check is:
1. export SETX=1 to cause all the shell scripts to trace
2. search the log files for the phrase "WARNING" (in upper case)
and see if it is complaining about not finding a server.
Misc. Changes
-------------
1. Added a pingurl program to see if a server was up.
2. modified some test case url targets
2019-12-31 15:42:58 -07:00
Ward Fisher
da9075da41
Merge branch 'master' into ctest_scripts.wif
2019-12-24 11:30:41 -07:00
Ward Fisher
dbc87fc9a7
Refactoring ctest script.
2019-12-24 11:30:15 -07:00
Ward Fisher
8f2be58d95
Merge pull request #1566 from NetCDF-World-Domination-Council/ejh_unlim_dims
...
Fix problems with read past end of dataset but within dimension length for vars with multiple unlimited dimensions
2019-12-23 15:08:56 -07:00
Edward Hartnett
af0b28ffd5
removed unneeded delete
2019-12-20 14:05:57 -07:00
Edward Hartnett
c4a8671a0d
fixed comments
2019-12-20 14:04:57 -07:00
Edward Hartnett
61477db387
fixed comments
2019-12-20 14:03:48 -07:00
Edward Hartnett
9ded9b1dfd
restored tst_mode tests
2019-12-20 14:00:59 -07:00
Edward Hartnett
680e44f628
changed name of macro
2019-12-20 13:58:01 -07:00
Edward Hartnett
c16e7ef3ce
more test development
2019-12-20 12:52:38 -07:00
Edward Hartnett
522705423d
more test development
2019-12-20 12:51:36 -07:00
Edward Hartnett
909212454a
more testing
2019-12-20 12:43:52 -07:00
Edward Hartnett
8e660e14fa
more tests
2019-12-20 11:48:40 -07:00
Edward Hartnett
e6ded1a8ec
more testing
2019-12-20 11:42:54 -07:00
Edward Hartnett
995cfdad96
merged master
2019-12-20 11:16:11 -07:00
Edward Hartnett
32a776badf
getting parallel I/O with zlib working in cmake builds
2019-12-20 09:43:56 -07:00