Triton-private Repository branch, master, updated. e3141bf06d0d66f18b588a8245d75acd22e6ab3e
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton-private Repository". The branch, master has been updated via e3141bf06d0d66f18b588a8245d75acd22e6ab3e (commit) from 39c867e5acefc0997dd79ff3cec9600c54c6b0e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e3141bf06d0d66f18b588a8245d75acd22e6ab3e Author: Phil Carns <[email protected]> Date: Thu Mar 15 22:51:38 2012 -0500 cite less network references for common things ----------------------------------------------------------------------- Summary of changes: papers/2011/aesop/context.tex | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) Diff of changes: diff --git a/papers/2011/aesop/context.tex b/papers/2011/aesop/context.tex index aab7885..e979ea3 100644 --- a/papers/2011/aesop/context.tex +++ b/papers/2011/aesop/context.tex @@ -256,15 +256,14 @@ the posting of multiple I/O operations without waiting for their completion. Network sockets offer multiple potential asynchronous APIs that follow the select/poll paradigm or an operating system specific variant. -InfiniBand~\cite{IBVerbs,balaji2006azc} offers a post/poll interface to +InfiniBand offers a post/poll interface to send/receive queues through the {\tt -libibverbs} API~\cite{ITAPI,RDMA_2010}. Myrinet~\cite{Myrinet_1995} provides a rich +libibverbs} API~\cite{IBVerbs}. Myrinet provides a rich API through the MX interface~\cite{MX_Guide_2006} that offers asynchronous -send/receive operations with test, probe, and callback registration. However, -straightforward use of the callbacks blocks the network progress thread. The +send/receive operations with test, probe, and callback registration. The IBM Deep Computing Messaging Framework (DCMF)~\cite{BGP_RMA_2008} primarily offers nonblocking calls for send/receive and one-sided put/get -communication. MPI-2~\cite{gropp1999ump,snir1995mcr} offers nonblocking +communication. MPI-2~\cite{gropp1999ump} offers nonblocking messaging calls for point-to-point communication. %% \color{red}PHC: the following paragraph needs some work. You can't hooks/post-receive -- Triton-private Repository
participants (1)
-
noreply@mcs.anl.gov