On Thu, Nov 6, 2008 at 2:49 PM, Roy Stogner <[EMAIL PROTECTED]> wrote: > > My questions are: > > Does anyone have any thoughts/disagreement? > > Does anyone have any idea as to what to name the "non-nice" methods? > receive_array? fill? I'm trying to think of something that's > descriptive enough but that won't require users to call > Parallel::nonblocking_receive_into_pre_sized_vector().
Non-nice methods could be called receive_n or send_receive_n. Or how about if they have the same name and the non-nice methods require an extra arg which is the amount to be sent/received? -- John ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
