On Thu, Aug 28, 2008 at 6:52 PM, Adrien Guillon <[EMAIL PROTECTED]> wrote: > Hi, > > I am writing some code for a cluster, and I'm using RDMA. I would > like each node to be able to access memory of every other node, which > requires N-1 connections for N nodes on each. What can I do to > implement this efficiently? I'm already using an SRQ for all > connections. Can SRQs be used for the server application too? Each > node will have a client with connections, and also a server > instance... can these share an SRQ?
If the server will be implemented as one process, the answer is yes. Dotan > > Thanks a lot, > > AJ > _______________________________________________ > general mailing list > [email protected] > http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general > > To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general > _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
