Mark C. Miller
Mark C. Miller
I've added a notice to issue templates and checklist to ensure people submit content with one sentence per line.
Am testing features [here](https://h5z-zfp.readthedocs.io/en/mcm86-31aug20-test-rtd-search/search.html?q=endian+silo&check_keywords=yes&area=default#) and have some observations... * Each time I want to adjust a search string, the pop-up window begins with empty text, even though the RTD search...
For some reason, this goes pretty slowly. I am working from [this document](https://github.com/betterscientificsoftware/bssw.io/blob/main/CuratedContent/LanguageReferenceOnLine.md) and it takes quite a while to complete a check. Next, I notice that on `.pdf` files,...
I am getting false positives both of which have to do with `.pdf` files, https://github.com/betterscientificsoftware/bssw.io/actions/runs/7734371239/job/21088244489?pr=1633 Any reason to suspect the checker has trouble with `.pdf` files?
In reading the [target audience](https://github.com/swcarpentry/hpc-novice/blob/gh-pages/target-audience.md) description, I think there needs a tad more that motivates Alice's need to move analysis from her laptop to a lager, parallel capable system. Data...
Resolves #137 * Added logic to `config.make` to detect if `libhdf5.{so,dylib,dll}` is present in `HDF5_LIB` directory. If it is **NOT**, plugin tests are disabled. * Added a line to documentation...
Currently, H5Z-ZFP requires ZFP be configured with 8-bit word streams. It is an outright error (not just a silent skip) to attempt to use H5Z-ZFP if ZFP library is configured...
Comments in #133 starting [here](https://github.com/LLNL/H5Z-ZFP/issues/133#issuecomment-1902807123) discuss some gotchas when lossy compression is combined with partial I/O and partial chunks. The *solution* is to be sure users are aware of need...
See [this discussion](https://github.com/LLNL/zfp/issues/51#issuecomment-1894396027). When using the *generic* interface, the caller has the choice in the `H5Pset_filter()` call to specify `H5Z_FLAGS_OPTIONAL` or `H5Z_FLAGS_MANDATORY`. The properties interface doesn't support such a control....