Another one from Roy:
---------- Forwarded message ---------- From: Roy Stogner <[EMAIL PROTECTED]> To: Tim Kroeger <[EMAIL PROTECTED]> Date: Tue, 26 Aug 2008 18:34:11 -0500 (CDT) Subject: Re: [Libmesh-users] Performance of EquationSystems::reinit() with ParallelMesh On Tue, 26 Aug 2008, Tim Kroeger wrote: > Could someone please tell me what the current state about the item mentioned > below is? Untouched; we're still using a serial vector in project_vector. > (In the current state, my code does not show any speedup on 20 processors > compared with 1 processor, because it spends apparently 95% of the time in > EquationSystems::reinit().) Could you insert some more fine-grained performance logs and verify that it's really project_vector causing most of the delay? That's an astonishingly lousy result. --- Roy ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
