On Wed, Nov 16, 2011 at 10:09 AM, PEREZ CERQUERA MANUEL RICARDO <span dir="ltr">&lt;<a href="mailto:manuel.perezcerquera@polito.it">manuel.perezcerquera@polito.it</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<br>
<br>
I have a petsc code which works for a certain number of unknowns, I mean it works with a matrix of 12000X 12000 elements, then when I increase the Number of unknowns to 25000 X 25000 I got this error at certain point in one of the MatSetValues() function, I don&#39;t know which are the possible causes, I have enough memory to handle it. Could you give me some ideas of whats going on? . Thanks<br>
</blockquote><div><br></div><div>It appears that you are overflowing the integer offsets. I recommend trying this either:</div><div><br></div><div>  a) With a 64-bit OS</div><div><br></div><div>or if you cannot upgrade the machine</div>
<div><br></div><div>  b) Configuring with --with-64-bit-indices</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;">

[0]PETSC ERROR: Fortran Pause - Enter command&lt;CR&gt; or &lt;CR&gt; to continue.<br>
--------------------- Error Message ------------------------------<u></u>------<br>
[0]PETSC ERROR: Arguments are incompatible!<br>
[0]PETSC ERROR: Memory regions overlap: either use PetscMemmov()<br>
              or make sure your copy regions and lengths are correct.<br>
              Length (bytes) 1217067760 first address -844745856 second address<br>
-1712377200!<br>
[0]PETSC ERROR: ------------------------------<u></u>------------------------------<u></u>----<br>
--------<br>
[0]PETSC ERROR: Petsc Release Version 3.2.0, Patch 5, Sat Oct 29 13:45:54 CDT 20<br>
11<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: ------------------------------<u></u>------------------------------<u></u>----<br>
--------<br>
[0]PETSC ERROR: C:\Documents and Settings\d022117\Desktop\<u></u>MPIRunsPatrju\patreju1<br>
.1.exe on a arch-mswi named GVSRV by d022117 Tue Nov 15 19:00:13 2011<br>
[0]PETSC ERROR: Libraries linked from /home/d022117/petsc-3.2-p5/<u></u>arch-mswin-cxx-<br>
debug/lib<br>
[0]PETSC ERROR: Configure run at Mon Nov  7 13:06:56 2011<br>
[0]PETSC ERROR: Configure options --with-cc=&quot;win32fe cl&quot; --with-fc=&quot;win32fe ifor<br>
t&quot; --with-cxx=&quot;win32fe cl&quot; --download-f-blas-lapack=1 --with-scalar-type=complex<br>
 --with-clanguage=cxx --useThreads=0<br>
[0]PETSC ERROR: ------------------------------<u></u>------------------------------<u></u>----<br>
--------<br>
[0]PETSC ERROR: PetscMemcpy() line 1779 in src/mat/impls/aij/seq/e:\<u></u>users\manuel<br>
\phd\cygwin\home\d022117\<u></u>petsc-3.2-p5\include\petscsys.<u></u>h<br>
[0]PETSC ERROR: MatSetValues_SeqAIJ() line 331 in src/mat/impls/aij/seq/E:\Users<br>
\Manuel\Phd\Cygwin\home\<u></u>d022117\PETSC-~2.2-P\src\mat\<u></u>impls\aij\seq\aij.c<br>
[0]PETSC ERROR: MatSetValues() line 1115 in src/mat/interface/E:\Users\<u></u>Manuel\Ph<br>
d\Cygwin\home\d022117\PETSC-~<u></u>2.2-P\src\mat\INTERF~1\matrix.<u></u>c<br>
<br>
job aborted:<br>
rank: node: exit code[: error message]<br>
0: <a href="http://gvsrv.delen.polito.it" target="_blank">gvsrv.delen.polito.it</a>: 1: process 0 exited without calling finalize<br>
<br>
Eng. Manuel Ricardo Perez Cerquera. MSc. Ph.D student<br>
Antenna and EMC Lab (LACE)<br>
Istituto Superiore Mario Boella (ISMB)<br>
Politecnico di Torino<br>
Via Pier Carlo Boggio 61, Torino 10138, Italy<br>
Email: <a href="mailto:manuel.perezcerquera@polito.it" target="_blank">manuel.perezcerquera@polito.it</a><br>
Phone: <a href="tel:%2B39%200112276704" value="+390112276704" target="_blank">+39 0112276704</a><br>
Fax: <a href="tel:%2B39%20011%202276%20299" value="+390112276299" target="_blank">+39 011 2276 299</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>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<br>