<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Aug 14, 2018 at 10:12 AM Florian Kauer <<a href="mailto:florian.kauer@koalo.de">florian.kauer@koalo.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I was just testing out if my calculations also work for several 10000 variables and got the following error. Is this a fundamental limit with very large (or complex) systems of equations or does it hint to a bug/wrong configuration in my program? Everything works fine for smaller systems.<br></blockquote><div><br></div><div>This is an artificial limit. However, you probably do not want to use that coloring. Is this matrix sparse?</div><div>If so, I would try the greedy coloring based on the AIJ pattern.</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: --------------------- Error Message --------------------------------------------------------------<br>
[0]PETSC ERROR: Argument out of range<br>
[0]PETSC ERROR: Max color value exeeds 65535 limit. This number is unrealistic. Perhaps a bug in code?<br>
Current max: 65535 user rewuested: 65536<br>
[0]PETSC ERROR: See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html" rel="noreferrer" target="_blank">http://www.mcs.anl.gov/petsc/documentation/faq.html</a> for trouble shooting.<br>
[0]PETSC ERROR: Petsc Release Version 3.8.4, unknown <br>
[0]PETSC ERROR: ./csma_model on a linux-gnu-c-debug named h3a-srv-crunchie by cto7138 Tue Aug 14 15:59:57 2018<br>
[0]PETSC ERROR: Configure options --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --download-mpich --download-fblaslapack<br>
[0]PETSC ERROR: #1 ISColoringCreate() line 268 in /home/cto7138/petsc/src/vec/is/is/utils/iscoloring.c<br>
[0]PETSC ERROR: #2 MatColoringPatch_SeqAIJ_Inode() line 2715 in /home/cto7138/petsc/src/mat/impls/aij/seq/inode.c<br>
[0]PETSC ERROR: #3 MatColoringPatch() line 7566 in /home/cto7138/petsc/src/mat/interface/matrix.c<br>
[0]PETSC ERROR: #4 MatColoringApply_SL() line 101 in /home/cto7138/petsc/src/mat/color/impls/minpack/color.c<br>
[0]PETSC ERROR: #5 MatColoringApply() line 360 in /home/cto7138/petsc/src/mat/color/interface/matcoloring.c<br>
[0]PETSC ERROR: #6 SNESComputeJacobianDefaultColor() line 81 in /home/cto7138/petsc/src/snes/interface/snesj2.c<br>
[0]PETSC ERROR: #7 SNESComputeJacobian() line 2360 in /home/cto7138/petsc/src/snes/interface/snes.c<br>
[0]PETSC ERROR: #8 SNESSolve_NEWTONLS() line 222 in /home/cto7138/petsc/src/snes/impls/ls/ls.c<br>
[0]PETSC ERROR: #9 SNESSolve() line 4131 in /home/cto7138/petsc/src/snes/interface/snes.c<br>
[0]PETSC ERROR: #10 main() line 401 in /home/cto7138/evaluation/analyticalmultihop/src/csma_model/csma_model.cpp<br>
[0]PETSC ERROR: PETSc Option Table entries:<br>
[0]PETSC ERROR: --experiment /home/cto7138/evaluation/results/analytical-csma/inverse-model/21341_95/000/experiment_CSMA.json<br>
[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------<br>
<br>
Greetings,<br>
Florian<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" 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>