Mark Kittisopikul
Mark Kittisopikul
``` julia> CpuId.cpucores() 0 julia> cpuinfo() Cpu Property Value –––––––––––––––––– –––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Vendor :Intel Architecture :IntelCore Model Family: 0x06, Model: 0x0f, Stepping: 0x01,...
While we added macosx-arm binaries to `cisd.jhdf5`, `cisd.base` also contains binaries and needs an update: https://sissource.ethz.ch/sispub/base/-/tree/master/libs/native I'll figure out how to compile this and get in touch with Bernd Rinn.
**Is your feature request related to a problem? Please describe.** `H5Dread_chunk` and `H5Dwrite_chunk` are absent from the Java Native Interface bindings. **Describe the solution you'd like** Create Java Native Interface...
Fix #2056 For `H5D_chunk_iter_op_t` * `filter_mask` changes from type `uint32_t` to `unsigned` * `size` changes from `uint32_t` to `hsize_t` The practical change is that `size` argument is now a [64-bit...
**Is your feature request related to a problem? Please describe.** I would like to allocate space for chunks within a chunked dataset without actually writing the data. While `H5Pset_alloc_time` allows...
This backports H5Dchunk_iter #6 to the 1.10 branch from the 1.13 development branch. xref: https://forum.hdfgroup.org/t/possibility-of-backporting-h5dchunk-iter-to-1-12/9971/2 To do: - [ ] Backport tests from `test/chunk_iter.c` - [ ] Backport #1969 to...
This an extension of #164 to modify the Zstd plugin to allow for negative compression levels. Upstream pull request is linked below. There have been no changes to upstream in...
xref: https://github.com/JuliaGraphics/Gtk.jl/issues/665
miniforge is no longer available for x86 Windows and does not have satisified solve Fix https://github.com/JuliaPy/Conda.jl/pull/241#issuecomment-1636873725