Christopher Hogan

Results 76 issues of Christopher Hogan

# Current changes required to convert an MPI app to a native Hermes app 1. Request `MPI_THREAD_MULTIPLE` support. This is only required if the app isn't already doing it, and...

enhancement
effort-large

Goals: 1. Don't force user to specify metadata size. 2. Allow metadata to grow dynamically instead of choosing a constant size up front. Tasks: 1. Split metadata into its own...

enhancement
effort-large

Currently we run all automated tests with MPICH. It would be good to also test OpenMPI to make sure we aren't relying on any implementation details of either.

testing
effort-small

By default the `Trait` callbacks `Attach` and `Detach` only apply to future linked Blobs. We should provide a flag that, if `true`, should apply the trait to all existing linked...

enhancement
effort-small

In the context of a write-only, stdio adapter workload, we want to be able to tag a `Blob` as `DONT_NEED` so that after it gets asynchronously flushed, it is deleted...

effort-small

Currently we skip async flushing of swap blobs. There's no reason it shouldn't work, but it's not tested yet.

effort-small

Created from JIRA [HERM-4](https://jira.hdfgroup.org/browse/HERM-4)

enhancement
peformance
priority-low
effort-medium

Created from JIRA [HERM-82](https://jira.hdfgroup.org/browse/HERM-82)

effort-small

User gives an ID for each `Blob`, and/or a comparator function. This will be needed for the prefetcher.

effort-medium