Skip to content

Commit

Permalink
Tmp: Ignore unreachable endpoints in UCX
Browse files Browse the repository at this point in the history
Todo: Better than doing this, initialize endpoints on demand only
  • Loading branch information
franzpoeschel committed Apr 4, 2024
1 parent ed3872e commit ca621d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/adios2/toolkit/sst/dp/ucx_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,8 @@ static void UcxProvideWriterDataToReader(CP_Services Svcs, DP_RS_Stream RS_Strea
if (status != UCS_OK)
{
Svcs->verbose(RS_Stream->CP_Stream, DPCriticalVerbose,
"UCX Error during ucp_ep_create() with: %s.\n",
"UCX Error during ucp_ep_create() with: %s. Let's ignore....\n",
ucs_status_string(status));
return;
}
Svcs->verbose(RS_Stream->CP_Stream, DPTraceVerbose,
"Received contact info for WS_stream %p, WSR Rank %d\n",
Expand Down

0 comments on commit ca621d2

Please sign in to comment.