Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jan 14, 2023
1 parent 528d6ad commit 6371d49
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 @@ -437,7 +437,7 @@ static void *UcxReadRemoteMemory(CP_Services Svcs, DP_RS_Stream Stream_v,
ret->Rank = Rank;
ret->Length = Length;
ret->Pending = 1;
Addr = (uint8_t*)Info->Block + Offset;
Addr = (uint8_t *)Info->Block + Offset;
Svcs->verbose(
RS_Stream->CP_Stream, DPTraceVerbose,
"Remote read target is Rank %d, EP = %p (Offset = %zi, Length = %zi)\n",
Expand Down Expand Up @@ -823,4 +823,3 @@ extern NO_SANITIZE_THREAD CP_DP_Interface LoadUcxDP()
UcxDPInterface.unGetPriority = UcxUnGetPriority;
return &UcxDPInterface;
}

0 comments on commit 6371d49

Please sign in to comment.