ompi icon indicating copy to clipboard operation
ompi copied to clipboard

[UBCL] Ubcl endpoints fallback depending on UBCL library support

Open EmmanuelBRELLE opened this issue 2 days ago • 0 comments

Most recent versions of UBCL may return UBCL_ERR_NOT_AVAILABLE on the endpoint initialisation (based on both the UBCL library configuration and the requested endpoint type). This PR patches pml/ubcl endpoints creation to handle these error codes and to fallback on an higher (self-> shared memory -> network) endpoint type. This make pml/ubcl endpoints to be more resilient.

EmmanuelBRELLE avatar Dec 09 '25 13:12 EmmanuelBRELLE