<p>Looks like a memory error. Best bet is to run in Valgrind.</p>
<p><blockquote type="cite">On Mar 7, 2011 5:52 AM, &quot;Alexander Grayver&quot; &lt;<a href="mailto:agrayver@gfz-potsdam.de">agrayver@gfz-potsdam.de</a>&gt; wrote:<br><br>

  
    
    
  
  <div bgcolor="#ffffff" text="#000000">
    Hi Jed,<br>
    <br>
    It&#39;s getting even stranger. <br>
    <br>
    When I run this code under linux I&#39;ve got error:<br>
    <br>
    [0]PETSC ERROR: --------------------- Error Message
    ------------------------------------<br>
    [0]PETSC ERROR: Argument out of range!<br>
    [0]PETSC ERROR: nnz cannot be greater than row length: local row 98
    value 1455203639 rowlength 343!<br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR: Petsc Release Version 3.1.0, Patch 7, Mon Dec 20
    14:26:37 CST 2010<br>
    [0]PETSC ERROR: See docs/changes/index.html for recent updates.<br>
    [0]PETSC ERROR: See docs/faq.html for hints about trouble shooting.<br>
    [0]PETSC ERROR: See docs/index.html for manual pages.<br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR:
    /home/mt/agrayver/mt-soft/multiem/INV3D/_tiger/em_model on a
    openmpi-i named glic by agrayver Mon Mar  7 14:49:43 2011<br>
    [0]PETSC ERROR: Libraries linked from
/panfs/panfs.gfz-hpcc.cluster/home/mt/agrayver/lib/petsc-3.1-p7/openmpi-intel-complex-debug/lib<br>
    [0]PETSC ERROR: Configure run at Fri Mar  4 12:43:58 2011<br>
    [0]PETSC ERROR: Configure options
    --with-petsc-arch=openmpi-intel-complex-debug
    --with-mpi-dir=/opt/mpi/intel/openmpi-1.4.2
    --with-scalar-type=complex
    --with-blas-lapack-dir=/opt/intel/Compiler/11.1/072/mkl/lib/em64t
    --with-precision=double --with-x=0<br>
    [0]PETSC ERROR:
    ------------------------------------------------------------------------<br>
    [0]PETSC ERROR: MatSeqAIJSetPreallocation_SeqAIJ() line 3003 in
    src/mat/impls/aij/seq/aij.c<br>
    [0]PETSC ERROR: MatCreateSeqAIJ() line 2906 in
    src/mat/impls/aij/seq/aij.c<br>
    <br>
    <br>
    Then I traced it under debugger both on Windows and Linux and
    realized that it doesn&#39;t crash under Windows only by luck. <br>
    <br>
    The call stack if the folowing:<br>
    [C] MatSeqAIJSetPreallocation_SeqAIJ, FP=7fffb4513880<br>
    [C] MatCreateSeqAIJ,     FP=7fffb4513900<br>
    [C] matcreateseqaij_,    FP=7fffb4513960<br>
    [F90] MODELING_MOD`modeling, FP=7fffb4517740<br>
    <br>
    As far as I understand after debugging the problem is that nnz in
    MatSeqAIJSetPreallocation isn&#39;t 0 and I go through this code:<br>
       if (nnz) {<br>
         for (i=0; i&lt;B-&gt;rmap-&gt;n; i++) {<br>
           if (nnz[i] &lt; 0) SETERRQ2(PETSC_ERR_ARG_OUTOFRANGE,&quot;nnz
    cannot be less than 0: local row %d value %d&quot;,i,nnz[i]);<br>
           if (nnz[i] &gt; B-&gt;cmap-&gt;n)
    SETERRQ3(PETSC_ERR_ARG_OUTOFRANGE,&quot;nnz cannot be greater than row
    length: local row %d value %d rowlength
    %d&quot;,i,nnz[i],B-&gt;cmap-&gt;n);<br>
         }<br>
       }<br>
    <br>
    But why is nnz nonzero? I passed PETSC_NULL. It seems like macros
    CHKFORTRANNULLINTEGER  in matcreateseqaij_ should set it to zero,
    but it doesn&#39;t. <br><p><font color="#500050"><br>Thanks. <br><br>On 06.03.2011 16:49, Jed Brown wrote:</font></p><p><font color="#500050"><br>&gt;<br>&gt; On Sun, Mar 6, 2011 at 07:39, Alexander Grayver &lt;<a href="mailto:agrayver@gfz-potsdam.de">agrayver@gfz-potsdam.de</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt; Hello,<br>&gt;...</font></p></div>

</blockquote></p>