Quincey Koziol

Results 9 issues of Quincey Koziol

Thank you for taking the time to submit an issue! ## Background information While reviewing another PR, I noticed that several routines (mca_coll_cuda_scan, mca_coll_cuda_reduce, mca_coll_cuda_allreduce, mca_coll_cuda_reduce_scatter_block, and mca_coll_cuda_exscan) have similar...

Priority - 2. Medium ⏹
Component - C Library
Type - Bug

Corresponding changes to make error output for regression tests agnostic to thread setting.

Priority - 3. Low 🔽
Component - C Library
Component - Tools
Type - Improvement

Priority - 3. Low 🔽
Component - C Library
Type - Improvement

Priority - 2. Medium ⏹
Component - C Library
Type - Improvement

All calls to the H5I routines are now made in API routines (sometimes in FUNC_ENTER/LEAVE_* macros), except for some calls to H5E_clear_stack() within the library, but I'm planning to remove...

Merge - To 1.14
Priority - 1. High 🔼
Component - C Library
Component - Build
Type - Improvement

Complete overhaul of the concurrency-related aspects of the library (threading, atomics, locking, etc.), adding private routines in the H5TS package to allow internal algorithms to use all of these capabilities....

Merge - To 1.14
Priority - 1. High 🔼
Component - C Library
Component - Testing
Component - Build
Type - Improvement

**Describe the bug** The function pointer gets stored, but is never called. **Expected behavior** Call it according to the spec for H5Pset_append_flush() **Platform (please complete the following information)** All **Additional...

Priority - 2. Medium ⏹
Component - C Library
Type - Bug

Library: - Added mutex that obeys disable-locking-for-this-thread (DLFTT) semantics, to enable threadsafe data structures within the library that "suspend" locking when a thread has exclusive ownership of the library. (in...

Priority - 1. High 🔼
Component - C Library
Component - Testing
Type - New Feature