On Thu, 21 Oct 2010, Tim Kroeger wrote:
> On Wed, 20 Oct 2010, Tim Kroeger wrote: > >> My question now: Is there already a mechanism for solving this problem >> nicely somewhere in the library? I guess it is (I remember that you >> guys were talking about a "send_list"), but I don't know where and how >> to use it. If there is not, I will be able to manage this myself, but >> it might possibly not be as efficient as it could be. > > Meanwhile, I just implemented it, see the init() method of the attached file. > This solves the problem; however, as said before, at this point I guess > things could be done more efficient. Comments welcome. It looks like there's a deadlock in here in parallel? You're doing blocking sends followed by blocking receives? Probably need to switch those (at least the sends, but optimally both) to non-blocking. --- Roy ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
