Wes Bland

Results 9 issues of Wes Bland

## Pull Request Description `FI_MR_ENDPOINT` requires that memory regions be bound to an endpoint before they can be used. This is in addition to any other bindings that may need...

I recently heard from an ALCF user that there might be some use cases where someone would want to be able to select the size of a Fortran 90 `integer`...

enhancement
RFC

The MPI Standard says that `MPI_COMM_SET_INFO` is a collective call, but we don't implement it that way. If hints are set during communicator creation, we can rely on the built-in...

good-first-issues

Pretty much all of the spawn tests fail when using the `am-only` CH4 config. It seems that in the Argonne Jenkins, these tests are just disabled at configure time rather...

enhancement

Recently (probably after doing a bug update of Jenkins and all of the plugins), I've noticed that our pull-request builds are all reporting `SUCCESS`, even when they're `UNSTABLE`. I've searched...

bug
waiting for author feedback

## What Moves the UCS code that's used by all TLs from the UCX repository into the UCC repository. At the end of the conversion, when not compiling with something...

It looks to me as if there is an inconsistency in how UCC determines the maximum rank within a team. On the one hand, there's this code in `src/utils/ucc_datastruct.h` that...

I'm trying to have this plugin post the actual test results to the accompanying pull request when the job is complete. Right now, it's posting the default output: ${GITHUB_PR_COND_REF} run...

Apologies if this is a CMake n00b problem. I've been trying to configure on my system with this script (based on the ones in your source tree): ```bash #!/bin/bash BUILD_SUFFIX=rndv...