On Wed, 27 Jan 2010, Yujie wrote: > When I sent the following email to libmesh mail list. I met one > problem because of the size of the email. Could you give me some > advice regarding this problem? thanks a lot.
It looks like it made it through eventually; just a little late. I'm not sure if you'll get an answer, though. Ben is the one responsible for find_global_indices, and he's swamped with other things right now. It does a parallel sort, which can be very sensitive to MPI implementation. It only gets used for I/O and the cost should scale more slowly than solves, though; for large implicit 2D/3D problems it shouldn't be an issue even on inefficient MPI implementations. --- Roy ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
