<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello again.<br><br>&gt; From: bsmith@mcs.anl.gov<br>&gt; To: petsc-users@mcs.anl.gov<br>&gt; Date: Wed, 3 Mar 2010 08:58:58 -0600<br>&gt; Subject: Re: [petsc-users] MatFactorNumeric_PASTIX error<br>&gt; <br>&gt; <br>&gt;    Build PETSc and Pastix with debugging turned on.<br>&gt; <br>&gt;    ./configure --with-debugging=1 --download-pastix and see if it  <br>&gt; still crashes. If it does then in the debugger you can get detailed  <br>&gt; information about exactly where/why it crashed.<br><br><b>I rebuilt with debugging turned on but unfortunately, it still crashes. <br>Where can I find the debugger detailed info?<br>I added some prints inside MatFactorNumeric_PaStiX() function <br>and found out that the program crashes when calling pastix() function,<br>line 441 in pastix.c</b><br>&nbsp;<br>&gt;    Are you changing the nonzero structure of the matrix?<br><br><b>No I am not.<br>In fact, I ran the program without updating the input matrix after the first iteration and it still crashed!</b><br><br>&gt; <br>&gt;     Barry<br>&gt; <br>&gt; On Mar 3, 2010, at 1:14 AM, Vasia Kalavri wrote:<br>&gt; <br>&gt; &gt; Hello.<br>&gt; &gt; I use MatGetFactor(), MatCholeskyFactorSymbolic() and  <br>&gt; &gt; MatCholeskyFactorNumeric() with Pastix solver in an iterative loop  <br>&gt; &gt; in order to solve a system.<br>&gt; &gt; The program behaves as desired when using a matrix of size 118x118  <br>&gt; &gt; and solves the system after 7 iterations.<br>&gt; &gt; When using a matrix of size 1000x1000, the program crashes at the  <br>&gt; &gt; 2nd iteration just after calling MatCholeskyFactorNumeric().<br>&gt; &gt; The message I get is:<br>&gt; &gt;<br>&gt; &gt; [0]PETSC ERROR: [0] MatFactorNumeric_PASTIX line 347 src/mat/impls/ <br>&gt; &gt; aij/mpi/pastix/pastix.c<br>&gt; &gt; [0]PETSC ERROR: [0] MatCholeskyFactorNumeric line 2517 src/mat/ <br>&gt; &gt; interface/matrix.c<br>&gt; &gt; [0]PETSC ERROR: --------------------- Error Message  <br>&gt; &gt; ------------------------------------<br>&gt; &gt; [0]PETSC ERROR: Signal received!<br>&gt; &gt;<br>&gt; &gt; Option -start_in_debugger gives me the following output:<br>&gt; &gt;<br>&gt; &gt; [1]PETSC ERROR: MPI error 15<br>&gt; &gt; [vasia-desktop:15869] *** Process received signal ***<br>&gt; &gt; [vasia-desktop:15869] Signal: Aborted (6)<br>&gt; &gt; [vasia-desktop:15869] Signal code:  (-6)<br>&gt; &gt; [vasia-desktop:15869] [ 0] [0xb7eeb440]<br>&gt; &gt; [vasia-desktop:15869] [ 1] /lib/tls/i686/cmov/libc.so.6(abort+0x101)  <br>&gt; &gt; [0xb7b4ea01]<br>&gt; &gt; [vasia-desktop:15869] [ 2] ./ex1(Petsc_MPI_DebuggerOnError+0)  <br>&gt; &gt; [0x843d50e]<br>&gt; &gt; [vasia-desktop:15869] [ 3] /usr/lib/libmpi.so. <br>&gt; &gt; 0(ompi_errhandler_invoke+0x113) [0xb7e773e3]<br>&gt; &gt; [vasia-desktop:15869] [ 4] /usr/lib/libmpi.so.0(MPI_Recv+0x1b5)  <br>&gt; &gt; [0xb7eac125]<br>&gt; &gt; [vasia-desktop:15869] [ 5] ./ex1(Dreceive_one_fanin+0x8e) [0x849aa05]<br>&gt; &gt; [vasia-desktop:15869] [ 6] ./ex1(Dwait_contrib_comp_1d+0x43)  <br>&gt; &gt; [0x84a69f9]<br>&gt; &gt; [vasia-desktop:15869] [ 7] ./ex1(Dsopalin_smp+0x2be) [0x84a6d6f]<br>&gt; &gt; [vasia-desktop:15869] [ 8] /lib/tls/i686/cmov/libpthread.so.0  <br>&gt; &gt; [0xb7d6d4fb]<br>&gt; &gt; [vasia-desktop:15869] [ 9] /lib/tls/i686/cmov/libc.so.6(clone+0x5e)  <br>&gt; &gt; [0xb7bf8e5e]<br>&gt; &gt; [vasia-desktop:15869] *** End of error message ***<br>&gt; &gt; .<br>&gt; &gt; .<br>&gt; &gt; .<br>&gt; &gt; [vasia-desktop:15868] *** Process received signal ***<br>&gt; &gt; [vasia-desktop:15868] Signal: Aborted (6)<br>&gt; &gt; [vasia-desktop:15868] Signal code:  (-6)<br>&gt; &gt; [vasia-desktop:15868] [ 0] [0xb7fdd440]<br>&gt; &gt; [vasia-desktop:15868] [ 1] /lib/tls/i686/cmov/libc.so.6(abort+0x101)  <br>&gt; &gt; [0xb7c40a01]<br>&gt; &gt; [vasia-desktop:15868] [ 2] ./ex1 [0x848d825]<br>&gt; &gt; [vasia-desktop:15868] [ 3] ./ex1(PetscError+0x317) [0x840d5c9]<br>&gt; &gt; [vasia-desktop:15868] [ 4] ./ex1(PetscDefaultSignalHandler+0x3b4)  <br>&gt; &gt; [0x848e32f]<br>&gt; &gt; [vasia-desktop:15868] [ 5] ./ex1 [0x848df5b]<br>&gt; &gt; [vasia-desktop:15868] [ 6] [0xb7fdd420]<br>&gt; &gt; [vasia-desktop:15868] [ 7] ./ex1(sopalin_launch_thread+0x560)  <br>&gt; &gt; [0x84c8c70]<br>&gt; &gt; [vasia-desktop:15868] [ 8] ./ex1(Dsopalin_thread+0x168) [0x84a745e]<br>&gt; &gt; [vasia-desktop:15868] [ 9] ./ex1(pastix_task_sopalin+0x52b)  <br>&gt; &gt; [0x8497f1b]<br>&gt; &gt; [vasia-desktop:15868] [10] ./ex1(pastix+0x261) [0x8499804]<br>&gt; &gt; [vasia-desktop:15868] [11] ./ex1(MatFactorNumeric_PaStiX+0xff6)  <br>&gt; &gt; [0x817777c]<br>&gt; &gt; [vasia-desktop:15868] [12] ./ex1(MatCholeskyFactorNumeric+0x760)  <br>&gt; &gt; [0x80957d4]<br>&gt; &gt; [vasia-desktop:15868] [13] ./ex1(main+0x3a01) [0x807e5f9]<br>&gt; &gt; [vasia-desktop:15868] [14] /lib/tls/i686/cmov/libc.so. <br>&gt; &gt; 6(__libc_start_main+0xe0) [0xb7c2a450]<br>&gt; &gt; [vasia-desktop:15868] [15] ./ex1 [0x8077291]<br>&gt; &gt; [vasia-desktop:15868] *** End of error message ***<br>&gt; &gt;<br>&gt; &gt; Any suggestions?<br>&gt; &gt;<br>&gt; &gt; Thanks,<br>&gt; &gt; Vasia.<br>&gt; &gt; Hotmail: Powerful Free email with security by Microsoft. Get it now.<br>&gt; <br>Vasia.<br>                                               <br /><hr />Hotmail: Trusted email with Microsoft’s powerful SPAM protection. <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>Sign up now.</a></body>
</html>