<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<SPAN lang=EN>
hence the word "similar" to MDBind. MDBind can potentially a lot more as far as preparing the network. Binding is for reducing latency, for no other reason. I agree that in your example of random target communication, it is not useful.<BR>
 <BR>
You are right and I have always agreed that when you do need such a table of mem-object data structures or a table of pointers under the hood of the implementation of collective mem-object data structures, random accesses will incur cache misses and latency. I get that. My points are(please let me know if you disagree to any of the bullets):<BR>
<DIR>
1) the problem doesn't exist if collective memobjs are used and the memobjs can internally allocate symmetric memory (same pointers and same "keys" across the system).<BR>
2) This is a more fundamental problem associated with if it is possible to allocate symmetric memory and corresponding symmetric key-ids on networks that require them. <BR>
3) this problem is same to shmem and these interfaces. <BR>
4) this problem of cache misses for random target communication call will occur if: a)the implementation of a collective object requires an array of keys or memory region identifies for sake of communication and creation of a single key is not possible, b) an array of pointers is required on this system instead of 1 symmetric pointer, and, c) if, say, ofed will have different keys on each node and the user cannot pass a number that he/she wants to be the key value -- there is nothing, you, me or any interface (the "users") can do to fix this.<BR></DIR>
To me it seems like we are discussing about a case that is a fundamental problem that we don’t have control over. I cannot see how you would define an interface that will not have cache misses for random target communication in case of 4).<BR>
 <BR>
<BR>
So the question is are these interfaces causing cache misses when they can be avoided otherwise? I don’t think so. Do you? If you agree, we have concluded the discussion.<BR>
</SPAN> <BR>
--<BR><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Vinod Tipparaju ^ http://ft.ornl.gov/~vinod ^ 1-865-241-1802</SPAN><BR><BR><BR> <BR>
<HR id=stopSpelling>
From: keith.d.underwood@intel.com<BR>To: mpi3-rma@lists.mpi-forum.org<BR>Date: Fri, 4 Sep 2009 08:51:12 -0600<BR>Subject: Re: [Mpi3-rma] MPI3 RMA Design Goals<BR><BR>
<STYLE>
.ExternalClass .EC_shape
{;}
</STYLE>

<STYLE>
.ExternalClass p.EC_MsoNormal, .ExternalClass li.EC_MsoNormal, .ExternalClass div.EC_MsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.EC_MsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.EC_MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass p
{margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass span.EC_ecapple-style-span
{;}
.ExternalClass span.EC_ecapple-converted-space
{;}
.ExternalClass span.EC_EmailStyle20
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass .EC_MsoChpDefault
{font-size:10.0pt;}
@page Section1
{size:8.5in 11.0in;}
.ExternalClass div.EC_Section1
{page:Section1;}
</STYLE>

<DIV class=EC_Section1>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Bill’s proposal was for a persistent handle for transmit operations that included things like target rank.  I think there is some merit in that, though we need to evaluate the trade-offs.  Unfortunately, that does not really do anything for the random communication scenario.   In the non-random communication scenarios, I’m a lot less worried about things like random lookups of local data structures getting in the way.  </SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"><BR>Bill’s proposal was nothing like MDBind in Portals, and MDBind does nothing to help the issue I was concerned about.  Specifically, MDBind only associates local options and a local memory region with a handle.  It says nothing about the target node or the target memory region.  It is the lookup of information associated with the target node and target memory region that I am worried about and that is addressed by Bill’s proposal for the non-random access case.</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Keith</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: blue 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4pt; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in">
<DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<P class=EC_MsoNormal><B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt">From:</SPAN></B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 10pt"> mpi3-rma-bounces@lists.mpi-forum.org [mailto:mpi3-rma-bounces@lists.mpi-forum.org] <B>On Behalf Of </B>Vinod tipparaju<BR><B>Sent:</B> Thursday, September 03, 2009 10:39 PM<BR><B>To:</B> MPI 3.0 Remote Memory Access working group<BR><B>Subject:</B> Re: [Mpi3-rma] MPI3 RMA Design Goals</SPAN></P></DIV></DIV>
<P class=EC_MsoNormal> </P>
<P style="MARGIN-BOTTOM: 12pt" class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">I forgot to include an important parameter (communicator) in the psuedo interface below:<BR></SPAN><SPAN class=EC_ecapple-style-span><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Create_memobj_collective(IN user_ptr, IN size, IN communicator, OUT mem_obj)</SPAN></SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"><BR><BR><SPAN class=EC_ecapple-style-span>In addition to this Bill suggested Bind interface (something similar to MDBind in portals) that would help reduce latency for commonly re-used RMAs.</SPAN><BR><BR><BR></SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Vinod Tipparaju ^ http://ft.ornl.gov/~vinod ^ 1-865-241-1802<BR><BR><BR></SPAN></P>
<DIV style="TEXT-ALIGN: center" class=EC_MsoNormal align=center><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">
<HR id=EC_stopSpelling align=center SIZE=2 width="100%">
</SPAN></DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">From: wgropp@illinois.edu<BR>To: mpi3-rma@lists.mpi-forum.org<BR>Date: Thu, 3 Sep 2009 13:20:38 -0500<BR>Subject: Re: [Mpi3-rma] MPI3 RMA Design Goals<BR><BR>Design goal one allows collective creation of objects; its there because many important algorithms don't have collective (over MPI_COMM_WORLD) allocation semantics, and a design that *requires* collective creation of memory objects will also limit the use of the interface.</SPAN></P>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">Bill</SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt">On Sep 3, 2009, at 10:49 AM, Underwood, Keith D wrote:</SPAN></P></DIV>
<BLOCKQUOTE style="MARGIN-BOTTOM: 5pt">
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">My commentary was on the design goals…  if we<SPAN class=EC_ecapple-converted-space> </SPAN><B><I>allow</I></B><SPAN class=EC_ecapple-converted-space> </SPAN>collective creation of memory objects, and design goal #1 simply says we don’t<SPAN class=EC_ecapple-converted-space> </SPAN><B><I>require</I></B><SPAN class=EC_ecapple-converted-space> </SPAN>it, that may be ok.  Design goal #1 could be interpreted to mean that you wouldn’t have collective creation in the semantic at all.  Do you really anticipate one data type for an object that is either collectively or non-collectively created? </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">I strongly disagree with your assertion that you can communicate with no cache misses for the non-collectively allocated memory object.  In a non-collectively allocated case, you will have to keep an array of these on every process, right?  i.e. one for every process you are communicating with?  Randomly indexing that array is going to pound on your cache.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">We need to make sure that we don’t ignore the overhead having multiple communicators and heterogeneity.  Yes, I think there are ways around this, but we should at least consider what is practical and likely rather than just what is possible.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">Keith</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: blue 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4pt; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in">
<DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<DIV>
<P class=EC_MsoNormal><B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt">From:</SPAN></B><SPAN class=EC_ecapple-converted-space><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN></SPAN><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"><A href="mailto:mpi3-rma-bounces@lists.mpi-forum.org">mpi3-rma-bounces@lists.mpi-forum.org</A><SPAN class=EC_ecapple-converted-space> </SPAN>[<A href="mailto:mpi3-rma-bounces@lists.mpi-forum.org">mailto:mpi3-rma-bounces@lists.mpi-forum.org</A>]<SPAN class=EC_ecapple-converted-space> </SPAN><B>On Behalf Of<SPAN class=EC_ecapple-converted-space> </SPAN></B>Vinod tipparaju<BR><B>Sent:</B><SPAN class=EC_ecapple-converted-space> </SPAN>Tuesday, September 01, 2009 10:15 AM<BR><B>To:</B><SPAN class=EC_ecapple-converted-space> </SPAN>MPI 3.0 Remote Memory Access working group<BR><B>Subject:</B><SPAN class=EC_ecapple-converted-space> </SPAN>Re: [Mpi3-rma] MPI3 RMA Design Goals</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="COLOR: black"> </SPAN></P></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">You are correct in trying to look at the best possible case and estimating cache-misses/performance-bottlenecks. However, personally don't see any difference between this and shmem. When you cannot really allocate symmetric memory underneath, the amount of bookkeeping is same in both cases. When there is no heterogeneity, the check for this can be disabled at MPI startup. When there is heterogeneity we cannot compare with shmem.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">I cannot imagine not having symmetric/collective memory object creation to support these RMA interfaces, I think it is a must-have. Sorry I have only been saying we should have these interfaces but haven't given any example for this yet. Given how many times this same issue is coming up, I will do it now.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Consider the creation interfaces:</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Create_memobj(IN user_ptr, IN size, OUT mem_obj)</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Create_memobj_collective(user_ptr, size, OUT mem_obj)</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Assign_memobj(IN/OUT mem_obj, IN user_address, IN size) </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">There will be more details on how a mem object which is a result of create_memobj on process A will be exchanged with process B. When it is exchanged explicitly, the heterogeneity information can be created at process B. </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Now take the example with symmetric object:</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Process A                                                                       </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">myptr = allocate(mysize);</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Create_memobj_collective(myptr,mysize, all_obj);</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Do all kinds of RMA_Xfers</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">and an example without symmetric object:</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">myptr = allocate(mysize);</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Create_memobj(myptr,mysize,my_obj);</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> ----exchange objects here----</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">do all kinds of RAM_Xfers</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">In both cases, I can see being able to communicate without any cache misses for mem_obj.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<P style="MARGIN-BOTTOM: 12pt" class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"><BR>Vinod Tipparaju ^<SPAN class=EC_ecapple-converted-space> </SPAN><A href="http://ft.ornl.gov/~vinod">http://ft.ornl.gov/~vinod</A><SPAN class=EC_ecapple-converted-space> </SPAN>^ 1-865-241-1802<BR><BR></SPAN><SPAN style="COLOR: black"></SPAN></P>
<DIV style="TEXT-ALIGN: center" class=EC_MsoNormal align=center><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">
<HR align=center SIZE=2 width="100%">
</SPAN></DIV>
<P style="MARGIN-BOTTOM: 12pt" class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">From:<SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:keith.d.underwood@intel.com">keith.d.underwood@intel.com</A><BR>To:<SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:mpi3-rma@lists.mpi-forum.org">mpi3-rma@lists.mpi-forum.org</A><BR>Date: Tue, 1 Sep 2009 09:07:41 -0600<BR>Subject: Re: [Mpi3-rma] MPI3 RMA Design Goals</SPAN><SPAN style="COLOR: black"></SPAN></P>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">If we take the SINGLE_RMA_INTERFACE_DRAFT_PROPOSAL as an example, and combine it with the draft design goal #1:<SPAN class=EC_ecapple-converted-space> </SPAN></SPAN><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">In order to support RMA to arbitrary locations, no constraints on memory, such as symmetric allocation or collective window creation, can be required</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">We get an interesting view on how difficult it can be to get “close to the metal”.  So, for MPI_RMA_xfer, we have to assume that the user has some array of target_mem data items.  That means the sequence of steps in user space is:</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">target_mem = ranks[dest];</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">MPI_RMA_xfer(… target_mem, dest…);</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">If we assume that the message sizes are small and the destinations randomly selected and the machine is large… every access to ranks is a cache miss, and we cannot prevent that by providing fancy hardware.  This actually leads me to believe that we may need to reconsider design goal #1, or at least clarify what it means in a way that makes the access more efficient.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">MPI_RMA_xfer itself is no picnic either.  If we take the draft design goal #5: The RMA model must support non-cache-coherent and heterogeneous environments, then MPI is required to maintain a data structure for every rank (ok, it has to do this anyway, but we are trying to get close to the metal) and do a lookup into that data structure with every MPI_RMA_xfer to find out if the target is heterogeneous relative to the target rank – another cache miss.  Now, nominally, since this is inside MPI, a lower layer could absorb that check… or, a given MPI could refuse to support heterogeneity or… but, you get the idea. </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">So, we’ve got two cache line loads for every transfer.  One in the application and one in the MPI library.  One is impossible to move to the hardware and the other is simply very difficult to move. </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">For a contrast, look at SHMEM.  Assume homogeneous, only one communicator context, and hardware mapping of ranks to physical locations.  A shmem_put() of a short item could literally be turned into a few instructions and a processor store (on machines that supported such things).  Personally, I think we will have done well if we can get to the point that a reasonable hardware implementation can get MPI RMA to within 2x of a reasonable SHMEM implementation.  I think we have a long way to go to get there.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Keith</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: blue 1.5pt solid; PADDING-BOTTOM: 0in; PADDING-LEFT: 4pt; PADDING-RIGHT: 0in; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0in">
<DIV>
<DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<DIV>
<P class=EC_MsoNormal><B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt">From:</SPAN></B><SPAN class=EC_ecapple-converted-space><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN></SPAN><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: black; FONT-SIZE: 10pt"><A href="mailto:mpi3-rma-bounces@lists.mpi-forum.org">mpi3-rma-bounces@lists.mpi-forum.org</A><SPAN class=EC_ecapple-converted-space> </SPAN>[<A href="mailto:mpi3-rma-bounces@lists.mpi-forum.org">mailto:mpi3-rma-bounces@lists.mpi-forum.org</A>]<SPAN class=EC_ecapple-converted-space> </SPAN><B>On Behalf Of<SPAN class=EC_ecapple-converted-space> </SPAN></B>Vinod tipparaju<BR><B>Sent:</B><SPAN class=EC_ecapple-converted-space> </SPAN>Tuesday, September 01, 2009 5:23 AM<BR><B>To:</B><SPAN class=EC_ecapple-converted-space> </SPAN>MPI 3.0 Remote Memory Access working group<BR><B>Subject:</B><SPAN class=EC_ecapple-converted-space> </SPAN>Re: [Mpi3-rma] MPI3 RMA Design Goals</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Good points! RMA interfaces should do nothing to prevent utilizing a high message rate (or low overhead communication) that the underlying hardware may offer. To ensure this happens, there should always be a unrestricted path (lets call it this for now, people have called it a "thin layer", "direct access") to the network. </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">This means, despite the fact the the RMA interface has features that abstract out complexity by providing useful characteristics such as ordering and atomicity, it (the RMA interface) should always have this unrestricted, close to the heart of the hardware, path. To achieve this, the unrestricted path should not require any book keeping (from implementation perspective) in relation to the feature-rich path or vice-versa.  </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">I believe this is what we have demonstrated with the example interfaces hence the null set isn't the case here :-). I will distribute an example implementation very soon so people can get a feel.</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt"> </SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">---</SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; COLOR: black; FONT-SIZE: 10pt">Vinod Tipparaju ^<SPAN class=EC_ecapple-converted-space> </SPAN><A href="http://ft.ornl.gov/~vinod">http://ft.ornl.gov/~vinod</A><SPAN class=EC_ecapple-converted-space> </SPAN>^ 1-865-241-1802<BR><BR><BR><BR>> From:<SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:keith.d.underwood@intel.com">keith.d.underwood@intel.com</A><BR>> To:<SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:mpi3-rma@lists.mpi-forum.org">mpi3-rma@lists.mpi-forum.org</A><BR>> Date: Mon, 31 Aug 2009 16:17:28 -0600<BR>> Subject: Re: [Mpi3-rma] MPI3 RMA Design Goals<BR>><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> There has been stunning silence since this email, so I will go ahead and toss out a thought...<BR>><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> In the draft design goals, I don't see two issues that I see as key. The first is "support for high message rate/low overhead communications to random targets". As best I can tell, this is one of the key places were the existing one-sided operations are perceived as falling down for existing customers of SHMEM/PGAS. The second is "elimination of the access epoch requirement". This one may be, um, more controversial, but I believe it is part and parcel with the first one. That is, the first one is not that valuable if the programming model requires an excessive amount of access epoch opens and closes just to force the global visibility of the operations. Unfortunately, the intersection of this solution space with the solution space for the current draft design goal #5 (support non-cache-coherent and heterogeneous environments) may be the null set... I will hold out hope that this isn't the case ;-)<BR>><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> Keith<SPAN class=EC_ecapple-converted-space> </SPAN><BR>><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> > -----Original Message-----<BR>> > From: <A href="mailto:mpi3-rma-bounces@lists.mpi-forum.org">mpi3-rma-bounces@lists.mpi-forum.org</A> [<A href="mailto:mpi3-rma-">mailto:mpi3-rma-</A><BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:bounces@lists.mpi-forum.org">bounces@lists.mpi-forum.org</A>] On Behalf Of William Gropp<BR>> > Sent: Wednesday, August 05, 2009 12:37 PM<BR>> > To:<SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:mpi3-rma@lists.mpi-forum.org">mpi3-rma@lists.mpi-forum.org</A><BR>> > Subject: [Mpi3-rma] MPI3 RMA Design Goals<BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> > I've added versions of the RMA design goals that we discussed at the<BR>> > Forum meeting last week to the wiki page for our group (<BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><A href="https://svn.mpi-forum.org/trac/mpi-forum-web/wiki/RmaWikiPage">https://svn.mpi-forum.org/trac/mpi-forum-web/wiki/RmaWikiPage</A><BR>> > ). This is a draft; lets discuss these. Also, feel free to add to<BR>> > the discussion, particularly in the background section.<BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> > Bill<BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> > William Gropp<BR>> > Deputy Director for Research<BR>> > Institute for Advanced Computing Applications and Technologies<BR>> > Paul and Cynthia Saylor Professor of Computer Science<BR>> > University of Illinois Urbana-Champaign<BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> > _______________________________________________<BR>> > mpi3-rma mailing list<BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:mpi3-rma@lists.mpi-forum.org">mpi3-rma@lists.mpi-forum.org</A><BR>> ><SPAN class=EC_ecapple-converted-space> </SPAN><A href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-rma">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-rma</A><BR>><SPAN class=EC_ecapple-converted-space> </SPAN><BR>> _______________________________________________<BR>> mpi3-rma mailing list<BR>><SPAN class=EC_ecapple-converted-space> </SPAN><A href="mailto:mpi3-rma@lists.mpi-forum.org">mpi3-rma@lists.mpi-forum.org</A><BR>><SPAN class=EC_ecapple-converted-space> </SPAN><A href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-rma">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-rma</A></SPAN><SPAN style="COLOR: black"></SPAN></P></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 13.5pt"><ATT00001.txt></SPAN></P></DIV></DIV></BLOCKQUOTE></DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P>
<DIV>
<DIV>
<DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt">William Gropp</SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt">Deputy Director for Research</SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt">Institute for Advanced Computing Applications and Technologies</SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt">Paul and Cynthia Saylor Professor of Computer Science</SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt">University of Illinois Urbana-Champaign</SPAN></P></DIV>
<DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt"> </SPAN></P></DIV></DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Helvetica','sans-serif'; COLOR: black; FONT-SIZE: 9pt"><BR><BR></SPAN></P></DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P></DIV>
<P class=EC_MsoNormal><SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"> </SPAN></P></DIV></DIV></DIV></body>
</html>