Skip to content

Commit

Permalink
Feedback from 1st reading
Browse files Browse the repository at this point in the history
- Remove unnecessary and confusing "remote" from data exchange description

Signed-off-by: [email protected]
  • Loading branch information
dsolt authored and jjhursey committed May 26, 2022
1 parent d3068ec commit 297eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chap_API_Sync.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ \chapter{Synchronization}
Clients can pass the \refattr{PMIX_COLLECT_DATA} attribute to request
that the \refapi{PMIx_Fence} and \refapi{PMIx_Fence_nb} functions exchange all committed
data between all involved servers during the synchronization operation.
This will make local to each remote process the data put by other processes resulting
This will make local to each process the data put by other processes resulting
in faster resolution of \refapi{PMIx_Get} and \refapi{PMIx_Get_nb} function calls at
the cost of a synchronous data exchange and associated memory footprint expansion.
In many situations
Expand Down

0 comments on commit 297eec3

Please sign in to comment.