[petsc-users] code hangs inside SUPERLU DIST

2012-04-01 Thread Wen Jiang
Sorry for the last incomplete email. Please forget about it. Let me finish it up here. Hello Everyone, I am using KSPPRECONLY type ksp with SUPERLU DIST. However, I found my code hangs inside superlu_dist solver and never finishes. The problem I am solving is a time-dependent nonlinear pde and I

[petsc-users] code hangs inside SUPERLU DIST

2012-04-01 Thread Wen Jiang
Hello Everyone, I am using KSPPRECONLY type ksp with SUPERLU DIST. However, I found my code hangs inside superlu_dist solver and never finishes. The problem I am solving is a time-dependent nonlinear pde and I use fully Newton-Raphson for each time step. So my code will look like, For Time STEP

[petsc-users] code hangs inside SUPERLU DIST

2012-04-01 Thread Matthew Knepley
On Sun, Apr 1, 2012 at 2:18 PM, Wen Jiang wrote: > Sorry for the last incomplete email. Please forget about it. Let me finish > it up here. > > > Hello Everyone, > > I am using KSPPRECONLY type ksp with SUPERLU DIST. However, I found my > code hangs inside superlu_dist solver and never finishes.