<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 5, 2017 at 2:59 AM, Luca Verzeroli <span dir="ltr"><<a href="mailto:l.verzeroli@studenti.unibg.it" target="_blank">l.verzeroli@studenti.unibg.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good mornig,<br>
<br>
I'm new to PETSc and i'm wondering about this problem.<br>
<br>
When i run my code with 2 processes I have no problem. When i use more than 2 processes I receive this message:<br>
<br>
[1]PETSC ERROR: --------------------- Error Message ------------------------------<wbr>------------------------------<wbr>--<br>
[1]PETSC ERROR: Argument out of range<br>
[1]PETSC ERROR: New nonzero at (0,43) caused a malloc<br>
Use MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR<wbr>, PETSC_FALSE) to turn off this check<br>
<br>
This means that a process is trying to write in cell (0,43)?<br>
<br>
Then I try with MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR<wbr>, PETSC_FALSE) and I<br>
<br>
check with MatView if there's an element in (0,43) but nothing is written there.<br>
<br>
Otherwise, I have checked the index I use to insert element in the matrix but no (0,43) is present.<br></blockquote><div><br></div><div>Unfortunately, the error reporting here is substandard and we should fix it. You have exceeded the preallocation</div><div>on process 1, but it is caught in the code for the serial matrix for the diagonal block, so this means 1st row on proc 1,</div><div>and column 43 relative to the first column.</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Could you give me some advices about the possible solution of this problem?<span class="HOEnZb"><font color="#888888"><br>
<br>
Luca<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.caam.rice.edu/~mk51/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div>
</div></div>