Howard Pritchard
Howard Pritchard
The OAC_CHECK_PACKAGE macro doesn't have quite the same functionality as the origina ?OPAL_CHECK_PACKAGE? macro, so add some sed magic to get the path we need for argo/qthread related header files....
The fortran-only ```MPI_Sizeof``` function has been deprecated in the MPI 4.0 standard.
I've started working with a new OFI provider which has rather long endpoint names returned from ```fi_getname```. We currently have fixed size char arrays of size ```FI_NAME_MAX``` size and do...
We forgot to add MPI_ERR_SESSION error class as part of the Open MPI implementation of sessions.
Turns out that in implementing sessions functionality in Open MPI, we ran a bit out of gas when getting to implementing ```MPI_Intercomm_create_from_groups``` and didn't correctly define things like the remote...
usage. The current algorithm in Open MPI for supporting MPI 4 Sessions support makes use of an extended CID (communicator ID) concept. This approach is leading to problems supporting Sessions...
test can toggle between full data exchange/no data exchange for the PMIx_Fence Signed-off-by: Howard Pritchard
The error return code from PMIx_Group_construct was not being handled at all. This PR fixes this issue. In cases where the process is running without a PMIx server, for instance...
don't wait for call back to be run as it will not be per section 5.4.4 of PMIx 4.1 standard. related to #10749 Signed-off-by: Howard Pritchard
Currently there's a pretty generic ERRORS section in 308 of our man3 man pages with wording like this: ``` Before the error value is returned, the current MPI error handler...