Skip to content

Commit ca621d2

Browse files
committed
Tmp: Ignore unreachable endpoints in UCX
Todo: Better than doing this, initialize endpoints on demand only
1 parent ed3872e commit ca621d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/adios2/toolkit/sst/dp/ucx_dp.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,8 @@ static void UcxProvideWriterDataToReader(CP_Services Svcs, DP_RS_Stream RS_Strea
397397
if (status != UCS_OK)
398398
{
399399
Svcs->verbose(RS_Stream->CP_Stream, DPCriticalVerbose,
400-
"UCX Error during ucp_ep_create() with: %s.\n",
400+
"UCX Error during ucp_ep_create() with: %s. Let's ignore....\n",
401401
ucs_status_string(status));
402-
return;
403402
}
404403
Svcs->verbose(RS_Stream->CP_Stream, DPTraceVerbose,
405404
"Received contact info for WS_stream %p, WSR Rank %d\n",

0 commit comments

Comments
 (0)