[petsc-users] MatLUFactorNumeric_SeqAIJ() consumes long runtime

Barry Smith bsmith at mcs.anl.gov
Tue Oct 25 08:04:12 CDT 2011


  My guess is that the code is repeatedly trying larger and large shifts to get a nonzero pivot as it factors.  If you run with -info and let it run to completion it will print some information about the shifts it has tried.

    Barry

On Oct 25, 2011, at 3:45 AM, Debao Shao wrote:

> DA,
>  
> I’m using PETSc ILU(1)+GMRES to solve an QP problem. But the job may hang at “MatLUFactorNumeric_SeqAIJ()” for long time.
>  
> (gdb) bt
> #0  0x0000000002284520 in MatLUFactorNumeric_SeqAIJ ()
> #1  0x0000000002265f89 in MatLUFactorNumeric ()
> #2  0x0000000002342ff3 in PCSetUp_ILU ()
> #3  0x00000000024f8d65 in PCSetUp ()
> #4  0x0000000002362964 in KSPSetUp ()
> #5  0x0000000002363455 in KSPSolve ()
>  
> Do you have idea for such phenomenon?
>  
> Thanks,
> Debao
> 
> -- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. Unless explicitly stated otherwise in the body of this communication or the attachment thereto (if any), the information is provided on an AS-IS basis without any express or implied warranties or liabilities. To the extent you are relying on this information, you are doing so at your own risk. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt.



More information about the petsc-users mailing list