On Fri, Sep 12, 2014 at 1:56 AM, Rodrigo Broggi <rbrogg...@gmail.com> wrote:
> Hi guys,
>
> I have a problem in the execution of my program:
>
> For some reason I get the same running time in linear system.solve function
> if i make it run with 1, 2, 3 or 4 processors, PETSc is installed and it
> was recognized when I had installed libmesh, Other process does run in
> parallel but not the solution of the linear system (most expensive phase).
> Any idea on how to tackle the problem?

I think we need more information to figure out exactly what the problem is...

Can you run with -log_summary so we can see more information about
what solvers PETSc is using?  I suppose it's possible that you
accidentally built a serial PETSc and an MPI-enabled libmesh, but it
seems unlikely that combination would even run...  How do you know
that "other processes" do run in parallel?

-- 
John

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to