[petsc-users] Solving Poisson equation with multigrid

Michele Rosso mrosso at uci.edu
Fri May 24 16:46:39 CDT 2013


In both cases I used -ksp_view and -option_left.

For case 1 ( -pc_type gamg -pc_mg_cycle_type v -pc_gamg_agg_nsmooths 1 
-mg_coarse_sub_pc_factor_shift_nonzero ) I posted the only output I had.

For case 2 ( -pc_type gamg -pc_mg_cycle_type v -pc_gamg_agg_nsmooths 1 
-mg_coarse_pc_type svd) the output was too long to fit into an e-mail.
Please find it attached.

Michele

On 05/24/2013 02:37 PM, Matthew Knepley wrote:
> On Fri, May 24, 2013 at 4:35 PM, Michele Rosso <mrosso at uci.edu 
> <mailto:mrosso at uci.edu>> wrote:
>
>     I tried
>
>     -pc_type gamg -pc_mg_cycle_type v -pc_gamg_agg_nsmooths 1
>     -mg_coarse_sub_pc_factor_shift_nonzero
>
>     but I still get
>
>     [0]PETSC ERROR: Detected zero pivot in LU factorization:
>     see http://www.mcs.anl.gov/petsc/documentation/faq.html#ZeroPivot!
>     [0]PETSC ERROR: Zero pivot row 280 value 6.58999e-17 tolerance
>     2.22045e-14!
>     [0]PETSC ERROR:
>     ------------------------------------------------------------------------
>     [0]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29
>     11:26:24 CDT 2012
>     [0]PETSC ERROR: See docs/changes/index.html for recent updates.
>     [0]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
>     [0]PETSC ERROR: See docs/index.html for manual pages.
>     [0]PETSC ERROR:
>     ------------------------------------------------------------------------
>     [0]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24
>     16:08:33 2013
>     [0]PETSC ERROR: Libraries linked from
>     [0]PETSC ERROR: Configure run at
>     [0]PETSC ERROR: Configure options
>     [0]PETSC ERROR:
>     ------------------------------------------------------------------------
>     [0]PETSC ERROR: MatPivotCheck_none() line 583 in
>     src/mat/impls/aij/seq//ptmp/skelly/petsc/3.3.03/cray_interlagos_build/real/src/include/petsc-private/matimpl.h
>     [0]PETSC ERROR: MatPivotCheck() line 602 in
>     src/mat/impls/aij/seq//ptmp/skelly/petsc/3.3.03/cray_interlagos_build/real/src/include/petsc-private/matimpl.h
>     [0]PETSC ERROR: MatLUFactorNumeric_SeqAIJ() line 585 in
>     src/mat/impls/aij/seq/aijfact.c
>     [0]PETSC ERROR: MatLUFactorNumeric() line 2803 in
>     src/mat/interface/matrix.c
>     [0]PETSC ERROR: PCSetUp_LU() line 160 in
>     src/ksp/pc/impls/factor/lu/lu.c
>     [0]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
>     [0]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
>     [0]PETSC ERROR: PCSetUpOnBlocks_BJacobi_Singleblock() line 715 in
>     src/ksp/pc/impls/bjacobi/bjacobi.c
>     [0]PETSC ERROR: PCSetUpOnBlocks() line 865 in
>     src/ksp/pc/interface/precon.c
>     [0]PETSC ERROR: KSPSetUpOnBlocks() line 154 in
>     src/ksp/ksp/interface/itfunc.c
>     [0]PETSC ERROR: KSPSolve() line 403 in src/ksp/ksp/interface/itfunc.c
>     [0]PETSC ERROR: PCMGMCycle_Private() line 20 in
>     src/ksp/pc/impls/mg/mg.c
>     [0]PETSC ERROR: PCMGMCycle_Private() line 49 in
>     src/ksp/pc/impls/mg/mg.c
>     [0]PETSC ERROR: PCMGMCycle_Private() line 49 in
>     src/ksp/pc/impls/mg/mg.c
>     [0]PETSC ERROR: PCMGMCycle_Private() line 49 in
>     src/ksp/pc/impls/mg/mg.c
>     [0]PETSC ERROR: PCApply_MG() line 326 in src/ksp/pc/impls/mg/mg.c
>     [0]PETSC ERROR: PCApply() line 384 in src/ksp/pc/interface/precon.c
>     [0]PETSC ERROR: KSPSolve_CG() line 139 in src/ksp/ksp/impls/cg/cg.c
>     [0]PETSC ERROR: KSPSolve() line 446 in src/ksp/ksp/interface/itfunc.c
>
>
>     If instead I use
>
>     -pc_type gamg -pc_mg_cycle_type v -pc_gamg_agg_nsmooths 1
>     -mg_coarse_pc_type svd
>
>     as Matthew suggested, I am told that there is an invalid argument.
>
>
> 1) When you send these in, we need to see -ksp_view, so we know what 
> is begin used
>
> 2) This is not enough information above. I use this all the time, or I 
> would not have suggested it
>
>    Matt
>
>     Michele
>
>
>
>
>
>
>
>
>
>
>
>     On 05/24/2013 01:04 PM, Matthew Knepley wrote:
>>     On Fri, May 24, 2013 at 2:55 PM, Jed Brown <jedbrown at mcs.anl.gov
>>     <mailto:jedbrown at mcs.anl.gov>> wrote:
>>
>>         Michele Rosso <mrosso at uci.edu <mailto:mrosso at uci.edu>> writes:
>>
>>         > Hi Jed,
>>         >
>>         > I followed your suggestion by using:
>>         >
>>         > -pc_type gamg  -pc_mg_cycle_type v  -pc_gamg_agg_nsmooths 1
>>         >
>>         > This works perfectly if I have a non-singular matrix. When
>>         instead I use
>>         > periodic conditions for my system ( I set  the nullspace
>>         removal
>>         > correctly ),
>>         > I receive an error saying a zero pivot is detected in the LU
>>         > factorization. So, after some research, I found in the
>>         mailinglist a fix :
>>         >
>>         > -pc_type gamg -pc_mg_cycle_type v -pc_gamg_agg_nsmooths 1
>>         > -mg_coarse_pc_factor_shift_nonzero
>>
>>         It'll need to be -mg_coarse_sub_pc_factor_shift_nonzero
>>
>>         With petsc-3.4 (which you should upgrade to), use
>>         -mg_coarse_sub_pc_factor_shift_type NONZERO
>>
>>         The reason you need this "sub" prefix is that the code always
>>         restricts
>>         using block Jacobi (usually localized so that all the entries
>>         are in one
>>         block), before applying the direct coarse solver.
>>
>>
>>     I think this is less elegant than
>>
>>       -mg_coarse_pc_type svd
>>
>>         Matt
>>
>>         > Still I am receiving the following error
>>         >
>>         >
>>         > [0]PETSC ERROR: --------------------- Error Message
>>         > ------------------------------------
>>         > [0]PETSC ERROR: Detected zero pivot in LU factorization:
>>         > see
>>         http://www.mcs.anl.gov/petsc/documentation/faq.html#ZeroPivot!
>>         > [0]PETSC ERROR: Zero pivot row 280 value 6.5908e-17
>>         tolerance 2.22045e-14!
>>         > [0]PETSC ERROR:
>>         >
>>         ------------------------------------------------------------------------
>>         > [0]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed
>>         Aug 29
>>         > 11:26:24 CDT 2012
>>         > [0]PETSC ERROR: See docs/changes/index.html for recent updates.
>>         > [0]PETSC ERROR: See docs/faq.html for hints about trouble
>>         shooting.
>>         > [0]PETSC ERROR: See docs/index.html for manual pages.
>>         > [0]PETSC ERROR:
>>         >
>>         ------------------------------------------------------------------------
>>         > [0]PETSC ERROR: ./hit on a  named nid09458 by Unknown Fri
>>         May 24
>>         > 14:40:48 2013
>>         > [0]PETSC ERROR: Libraries linked from
>>         > [0]PETSC ERROR: Configure run at
>>         > [0]PETSC ERROR: Configure options
>>         > [0]PETSC ERROR:
>>         >
>>         ------------------------------------------------------------------------
>>         > [0]PETSC ERROR: MatPivotCheck_none() line 583 in
>>         >
>>         src/mat/impls/aij/seq//ptmp/skelly/petsc/3.3.03/cray_interlagos_build/real/src/include/petsc-private/matimpl.h
>>         > [0]PETSC ERROR: MatPivotCheck() line 602 in
>>         >
>>         src/mat/impls/aij/seq//ptmp/skelly/petsc/3.3.03/cray_interlagos_build/real/src/include/petsc-private/matimpl.h
>>         > [0]PETSC ERROR: MatLUFactorNumeric_SeqAIJ() line 585 in
>>         > src/mat/impls/aij/seq/aijfact.c
>>         > [0]PETSC ERROR: MatLUFactorNumeric() line 2803 in
>>         src/mat/interface/matrix.c
>>         > [0]PETSC ERROR: PCSetUp_LU() line 160 in
>>         src/ksp/pc/impls/factor/lu/lu.c
>>         > [0]PETSC ERROR: PCSetUp() line 832 in
>>         src/ksp/pc/interface/precon.c
>>         > [0]PETSC ERROR: KSPSetUp() line 278 in
>>         src/ksp/ksp/interface/itfunc.c
>>         > [0]PETSC ERROR: PCSetUpOnBlocks_BJacobi_Singleblock() line
>>         715 in
>>         > src/ksp/pc/impls/bjacobi/bjacobi.c
>>         > [0]PETSC ERROR: PCSetUpOnBlocks() line 865 in
>>         src/ksp/pc/interface/precon.c
>>         > [0]PETSC ERROR: KSPSetUpOnBlocks() line 154 in
>>         > src/ksp/ksp/interface/itfunc.c
>>         > [0]PETSC ERROR: KSPSolve() line 403 in
>>         src/ksp/ksp/interface/itfunc.c
>>         > [0]PETSC ERROR: PCMGMCycle_Private() line 20 in
>>         src/ksp/pc/impls/mg/mg.c
>>         > [0]PETSC ERROR: PCMGMCycle_Private() line 49 in
>>         src/ksp/pc/impls/mg/mg.c
>>         > [0]PETSC ERROR: PCMGMCycle_Private() line 49 in
>>         src/ksp/pc/impls/mg/mg.c
>>         > [0]PETSC ERROR: PCMGMCycle_Private() line 49 in
>>         src/ksp/pc/impls/mg/mg.c
>>         > [0]PETSC ERROR: PCApply_MG() line 326 in
>>         src/ksp/pc/impls/mg/mg.c
>>         > [0]PETSC ERROR: PCApply() line 384 in
>>         src/ksp/pc/interface/precon.c
>>         > [0]PETSC ERROR: KSPSolve_CG() line 139 in
>>         src/ksp/ksp/impls/cg/cg.c
>>         > [0]PETSC ERROR: KSPSolve() line 446 in
>>         src/ksp/ksp/interface/itfunc.c
>>         >
>>         > What could the reason be?
>>         > Thank you,
>>         >
>>         > Michele
>>         >
>>         >
>>         >
>>         > On 05/17/2013 07:35 PM, Michele Rosso wrote:
>>         >> Thank you very much. I will try and let you know.
>>         >>
>>         >> Michele
>>         >>
>>         >> On 05/17/2013 07:01 PM, Jed Brown wrote:
>>         >>> Michele Rosso<mrosso at uci.edu <mailto:mrosso at uci.edu>>
>>          writes:
>>         >>>
>>         >>>> I noticed that the problem appears even if I use CG with
>>         the default
>>         >>>> preconditioner: commenting KSPSetDM() solves the problem.
>>         >>> Okay, this issue can't show up if you use SNES, but it's
>>         a consequence
>>         >>> of making geometric multigrid work with a pure KSP
>>         interface.  You can
>>         >>> either use KSPSetComputeOperators() to put your assembly
>>         in a function
>>         >>> (which will also be called on coarse levels if you use
>>         -pc_type mg
>>         >>> without Galerkin coarse operators) or you can can provide
>>         the Jacobian
>>         >>> using KSPSetOperators() as usual, but also call
>>         KSPSetDMActive() so that
>>         >>> the DM is not used for computing/updating the Jacobian.
>>         >>>
>>         >>> The logic is cleaner in petsc-3.4 and I think it just
>>         does the right
>>         >>> thing in your case.
>>         >>>
>>         >>>> So basically without a proper grid (it seems no grid
>>         with an even
>>         >>>> numbers of nodes qualifies) and with my own system
>>         matrix, I cannot use
>>         >>>> any type of multigrid
>>         >>>> pre-conditioner?
>>         >>> You can use all the AMG methods without setting a DM.
>>         >>>
>>         >>
>>
>>
>>
>>
>>     -- 
>>     What most experimenters take for granted before they begin their
>>     experiments is infinitely more interesting than any results to
>>     which their experiments lead.
>>     -- Norbert Wiener
>
>
>
>
> -- 
> What most experimenters take for granted before they begin their 
> experiments is infinitely more interesting than any results to which 
> their experiments lead.
> -- Norbert Wiener

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130524/4c3b1b5c/attachment-0001.html>
-------------- next part --------------
options used :      -pc_type gamg -pc_mg_cycle_type v -pc_gamg_agg_nsmooths 1 -mg_coarse_pc_type svd 




[0]PCSetData_AGG bs=1 MM=131072
[5]PETSC ERROR: [4]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[5]PETSC ERROR: [4]PETSC ERROR: Invalid argument!
Invalid argument!
[5]PETSC ERROR: [4]PETSC ERROR: Comm must be of size 1!
Comm must be of size 1!
[5]PETSC ERROR: [4]PETSC ERROR: ------------------------------------------------------------------------
[12]PETSC ERROR: ------------------------------------------------------------------------
[1]PETSC ERROR: [13]PETSC ERROR: [14]PETSC ERROR: [15]PETSC ERROR: [25]PETSC ERROR: [17]PETSC ERROR: [6]PETSC ERROR: [23]PETSC ERROR: [22]PETSC ERROR: [4]PETSC ERROR: [26]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[18]PETSC ERROR: [19]PETSC ERROR: [8]PETSC ERROR: [23]PETSC ERROR: [22]PETSC ERROR: [31]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[5]PETSC ERROR: --------------------- Error Message ------------------------------------
[3]PETSC ERROR: [25]PETSC ERROR: [30]PETSC ERROR: --------------------- Error Message ------------------------------------
[27]PETSC ERROR: [28]PETSC ERROR: [20]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[27]PETSC ERROR: [0]PETSC ERROR: --------------------- Error Message ------------------------------------
[21]PETSC ERROR: [17]PETSC ERROR: --------------------- Error Message ------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[1]PETSC ERROR: --------------------- Error Message ------------------------------------
[2]PETSC ERROR: [3]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[10]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
[8]PETSC ERROR: [29]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[9]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
[22]PETSC ERROR: [0]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
[24]PETSC ERROR: Invalid argument!
[7]PETSC ERROR: [29]PETSC ERROR: [15]PETSC ERROR: Invalid argument!
--------------------- Error Message ------------------------------------
[5]PETSC ERROR: [13]PETSC ERROR: Invalid argument!
Invalid argument!
Invalid argument!
[23]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
[64]PETSC ERROR: [65]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[64]PETSC ERROR: [65]PETSC ERROR: [78]PETSC ERROR: Invalid argument!
Invalid argument!
[64]PETSC ERROR: [79]PETSC ERROR: [89]PETSC ERROR: [65]PETSC ERROR: --------------------- Error Message ------------------------------------
Comm must be of size 1!
[69]PETSC ERROR: [87]PETSC ERROR: [65]PETSC ERROR: [86]PETSC ERROR: [84]PETSC ERROR: [85]PETSC ERROR: [92]PETSC ERROR: [96]PETSC ERROR: [97]PETSC ERROR: [99]PETSC ERROR: --------------------- Error Message ------------------------------------
[98]PETSC ERROR: [96]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[100]PETSC ERROR: [97]PETSC ERROR: [98]PETSC ERROR: [123]PETSC ERROR: [101]PETSC ERROR: [122]PETSC ERROR: [103]PETSC ERROR: [106]PETSC ERROR: [112]PETSC ERROR: Invalid argument!
[105]PETSC ERROR: --------------------- Error Message ------------------------------------
[108]PETSC ERROR: [118]PETSC ERROR: [104]PETSC ERROR: [111]PETSC ERROR: [97]PETSC ERROR: [127]PETSC ERROR: [124]PETSC ERROR: Invalid argument!
[99]PETSC ERROR: --------------------- Error Message ------------------------------------
Comm must be of size 1!
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[109]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[103]PETSC ERROR: [102]PETSC ERROR: [101]PETSC ERROR: --------------------- Error Message ------------------------------------
[97]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
------------------------------------------------------------------------
[107]PETSC ERROR: [100]PETSC ERROR: [120]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
Invalid argument!
[102]PETSC ERROR: [97]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
[107]PETSC ERROR: [106]PETSC ERROR: -------------------[33]PETSC ERROR: [32]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[33]PETSC ERROR: [32]PETSC ERROR: [39]PETSC ERROR: Invalid argument!
[38]PETSC ERROR: [32]PETSC ERROR: --------------------- Error Message ------------------------------------
Comm must be of size 1!
[34]PETSC ERROR: [39]PETSC ERROR: [44]PETSC ERROR: [37]PETSC ERROR: [35]PETSC ERROR: [62]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[35]PETSC ERROR: [61]PETSC ERROR: Invalid argument!
[60]PETSC ERROR: Invalid argument!
[57]PETSC ERROR: [34]PETSC ERROR: [35]PETSC ERROR: [46]PETSC ERROR: [58]PETSC ERROR: [53]PETSC ERROR: [38]PETSC ERROR: Invalid argument!
[50]PETSC ERROR: [52]PETSC ERROR: --------------------- Error Message ------------------------------------
[32]PETSC ERROR: [48]PETSC ERROR: [49]PETSC ERROR: [39]PETSC ERROR: [43]PETSC ERROR: [46]PETSC ERROR: Invalid argument!
[33]PETSC ERROR: [42]PETSC ERROR: [45]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
Invalid argument!
Invalid argument!
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
Comm must be of size 1!
[27]PETSC ERROR: [16]PETSC ERROR: [24]PETSC ERROR: [18]PETSC ERROR: [31]PETSC ERROR: [25]PETSC ERROR: --------------------- Error Message ------------------------------------
[29]PETSC ERROR: [0]PETSC ERROR: [7]PETSC ERROR: [19]PETSC ERROR: Comm must be of size 1!
[6]PETSC ERROR: Invalid argument!
Invalid argument!
--------------------- Error Message ------------------------------------
[28]PETSC ERROR: Comm must be of size 1!
[17]PETSC ERROR: Comm must be of size 1!
--------------------- Error Message ------------------------------------
[4]PETSC ERROR: [27]PETSC ERROR: [12]PETSC ERROR: [29]PETSC ERROR: [22]PETSC ERROR: Invalid argument!
Comm must be of size 1!
Invalid argument!
------------------------------------------------------------------------
Comm must be of size 1!
[19]PETSC ERROR: Invalid argument!
[23]PETSC ERROR: Invalid argument!
------------------------------------------------------------------------
Invalid argument!
[7]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[18]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
Invalid argument!
[8]PETSC ERROR: [28]PETSC ERROR: [31]PETSC ERROR: [24]PETSC ERROR: ------------------------------------------------------------------------
[30]PETSC ERROR: Comm must be of size 1!
[22]PETSC ERROR: [6]PETSC ERROR: Invalid argument!
[3]PETSC ERROR: [15]PETSC ERROR: --------------------- Error Message ------------------------------------
[5]PETSC ERROR: Comm must be of size 1!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[17]PETSC ERROR: --------------------- Error Message ------------------------------------
[9]PETSC ERROR: Comm must be of size 1!
[11]PETSC ERROR: [31]PETSC ERROR: [30]PETSC ERROR: [14]PETSC ERROR: [19]PETSC ERROR: Comm must be of size 1!
Invalid argument!
[21]PETSC ERROR: [20]PETSC ERROR: [8]PETSC ERROR: [13]PETSC ERROR: [4]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
Invalid argument!
[0]PETSC ERROR: Comm must be of size 1!
Comm must be of size 1!
Invalid argument!
[2]PETSC ERROR: [28]PETSC ERROR: Comm must be of size 1!
Invalid argument!
------------------------------------------------------------------------
[3]PETSC ERROR: Comm must be of size 1!
[25]PETSC ERROR: Invalid argument!
Invalid argument!
[27]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
[21]PETSC ERROR: [20]PETSC ERROR: [22]PETSC ERROR: [17]PETSC ERROR: Comm must be of size 1!
See docs/changes/index.html for recent updates.
[18]PETSC ERROR: [0]PETSC ERROR: [16]PETSC ERROR: Comm must be of size 1!
[5]PETSC ERROR: [6]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
[19]PETSC ERROR: Comm must be of size 1!
[7]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[22]PETSC ERROR: [24]PETSC ERROR: ------------------------------------------------------------------------
[23]PETSC ERROR: [0]PETSC ERROR: [12]PETSC ERROR: ------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[13]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[20]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[9]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
------------------------------------------------------------------------
[24]PETSC ERROR: [4]PETSC ERROR: Comm must be of size 1!
[14]PETSC ERROR: [21]PETSC ERROR: ------------------------------------------------------------------------
[15]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/index.html for manual pages.
--------------------- Error Message ------------------------------------
Invalid argument!
[4]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: [8]PETSC ERROR: --------------------- Error Message ------------------------------------
[22]PETSC ERROR: ------------------------------------------------------------------------
[26]PETSC ERROR: [3]PETSC ERROR: [15]PETSC ERROR: ------------------------------------------------------------------------
Comm must be of size 1!
[27]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[6]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[31]PETSC ERROR: Invalid argument!
[28]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[23]PETSC ERROR: [24]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[29]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
[4]PETSC ERROR: Comm must be of size 1!
[7]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[19]PETSC ERROR: [17]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[9]PETSC ERROR: [15]PETSC ERROR: Comm must be of size 1!
[28]PETSC ERROR: [26]PETSC ERROR: [11]PETSC ERROR: [24]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
[30]PETSC ERROR: See docs/index.html for manual pages.
[2]PETSC ERROR: See docs/changes/index.html for recent updates.
[20]PETSC ERROR: [31]PETSC ERROR: [0]PETSC ERROR: Comm must be of size 1!
[28]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[8]PETSC ERROR: ------------------------------------------------------------------------
Invalid argument!
[10]PETSC ERROR: [18]PETSC ERROR: See docs/index.html for manual pages.
[6]PETSC ERROR: [4]PETSC ERROR: [3]PETSC ERROR: [26]PETSC ERROR: Libraries linked from 
[25]PETSC ERROR: [0]PETSC ERROR: [11]PETSC ERROR: [22]PETSC ERROR: See docs/changes/index.html for recent updates.
[4]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[29]PETSC ERROR: [12]PETSC ERROR: See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[23]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
[31]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/faq.html for hints about trouble shooting.
[20]PETSC ERROR: [0]PETSC ERROR: [18]PETSC ERROR: [3]PETSC ERROR: See docs/changes/index.html for recent updates.
[22]PETSC ERROR: ------------------------------------------------------------------------
Configure run at 
Comm must be of size 1!
[25]PETSC ERROR: Invalid argument!
[20]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[4]PETSC ERROR: [10]PETSC ERROR: [19]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[30]PETSC ERROR: [15]PETSC ERROR: ------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[9]PETSC ERROR: Configure options 
[17]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[27]PETSC ERROR: [19]PETSC ERROR: [31]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
[11]PETSC ERROR: See docs/index.html for manual pages.
See docs/changes/index.html for recent updates.
[23]PETSC ERROR: [13]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
[14]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[12]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Comm must be of size 1!
[19]PETSC ERROR: [28]PETSC ERROR: [22]PETSC ERROR: See docs/changes/index.html for recent updates.
[20]PETSC ERROR: [21]PETSC ERROR: ------------------------------------------------------------------------
[16]PETSC ERROR: [17]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
Comm must be of size 1!
[17]PETSC ERROR: [2]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
[19]PETSC ERROR: See docs/index.html for manual pages.
[17]PETSC ERROR: [18]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/index.html for manual pages.
See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/index.html for manual pages.
See docs/index.html for manual pages.
[21]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[20]PETSC ERROR: [4]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: [29]PETSC ERROR: [30]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[25]PETSC ERROR: [21]PETSC ERROR: ------------------------------------------------------------------------
[10]PETSC ERROR: [19]PETSC ERROR: [7]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
Libraries linked from 
See docs/faq.html for hints about trouble shooting.
[3]PETSC ERROR: Libraries linked from 
[6]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[16]PETSC ERROR: [13]PETSC ERROR: [17]PETSC ERROR: [4]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[15]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[2]PETSC ERROR: [19]PETSC ERROR: ------------------------------------------------------------------------
Configure run at 
[23]PETSC ERROR: [26]PETSC ERROR: ------------------------------------------------------------------------
[24]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[7]PETSC ERROR: See docs/index.html for manual pages.
[27]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[8]PETSC ERROR: [24]PETSC ERROR: [31]PETSC ERROR: See docs/index.html for manual pages.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
[4]PETSC ERROR: See docs/index.html for manual pages.
See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
See docs/changes/index.html for recent updates.
[12]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
[18]PETSC ERROR: [19]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
-- Error Message ------------------------------------
[119]PETSC ERROR: [122]PETSC ERROR: Invalid argument!
[113]PETSC ERROR: [114]PETSC ERROR: Invalid argument!
Invalid argument!
--------------------- Error Message ------------------------------------
[109]PETSC ERROR: [98]PETSC ERROR: [110]PETSC ERROR: Invalid argument!
Comm must be of size 1!
--------------------- Error Message ------------------------------------
[104]PETSC ERROR: [108]PETSC ERROR: [103]PETSC ERROR: Invalid argument!
Invalid argument!
[99]PETSC ERROR: [116]PETSC ERROR: [111]PETSC ERROR: Comm must be of size 1!
[112]PETSC ERROR: [121]PETSC ERROR: Invalid argument!
--------------------- Error Message ------------------------------------
[101]PETSC ERROR: --------------------- Error Message ------------------------------------
[99]PETSC ERROR: [121]PETSC ERROR: [120]PETSC ERROR: [124]PETSC ERROR: Invalid argument!
--------------------- Error Message ------------------------------------
[121]PETSC ERROR: Invalid argument!
------------------------------------------------------------------------
Invalid argument!
[106]PETSC ERROR: [102]PETSC ERROR: [114]PETSC ERROR: [117]PETSC ERROR: [107]PETSC ERROR: [99]PETSC ERROR: --------------------- Error Message ------------------------------------
[116]PETSC ERROR: [123]PETSC ERROR: Comm must be of size 1!
[98]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Invalid argument!
[102]PETSC ERROR: Invalid argument!
[100]PETSC ERROR: [122]PETSC ERROR: [127]PETSC ERROR: [115]PETSC ERROR: Invalid argument!
[126]PETSC ERROR: Comm must be of size 1!
Comm must be of size 1!
[96]PETSC ERROR: ------------------------------------------------------------------------
--------------------- Error Message ------------------------------------
[112]PETSC ERROR: ------------------------------------------------------------------------
--------------------- Error Message ------------------------------------
Comm must be of size 1!
Invalid argument!
Comm must be of size 1!
Comm must be of size 1!
-[71]PETSC ERROR: [72]PETSC ERROR: [73]PETSC ERROR: --------------------- Error Message ------------------------------------
[93]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[78]PETSC ERROR: [80]PETSC ERROR: [73]PETSC ERROR: [85]PETSC ERROR: [68]PETSC ERROR: [91]PETSC ERROR: Invalid argument!
--------------------- Error Message ------------------------------------
[90]PETSC ERROR: [75]PETSC ERROR: [88]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[83]PETSC ERROR: Invalid argument!
[84]PETSC ERROR: ------------------------------------------------------------------------
[68]PETSC ERROR: --------------------- Error Message ------------------------------------
[93]PETSC ERROR: [92]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[71]PETSC ERROR: [74]PETSC ERROR: [65]PETSC ERROR: [67]PETSC ERROR: [77]PETSC ERROR: [95]PETSC ERROR: [94]PETSC ERROR: [88]PETSC ERROR: [82]PETSC ERROR: [83]PETSC ERROR: Invalid argument!
Invalid argument!
[91]PETSC ERROR: Invalid argument!
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
Invalid argument!
--------------------- Error Message ------------------------------------
[82]PETSC ERROR: [81]PETSC ERROR: [87]PETSC ERROR: Invalid argument!
[71]PETSC ERROR: --------------------- Error Message -----------[41]PETSC ERROR: Comm must be of size 1!
[38]PETSC ERROR: --------------------- Error Message ------------------------------------
Comm must be of size 1!
[34]PETSC ERROR: --------------------- Error Message ------------------------------------
[47]PETSC ERROR: Comm must be of size 1!
--------------------- Error Message ------------------------------------
[35]PETSC ERROR: [34]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[36]PETSC ERROR: [42]PETSC ERROR: [44]PETSC ERROR: [54]PETSC ERROR: [40]PETSC ERROR: [58]PETSC ERROR: Comm must be of size 1!
[51]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[37]PETSC ERROR: [39]PETSC ERROR: [48]PETSC ERROR: [60]PETSC ERROR: --------------------- Error Message ------------------------------------
[49]PETSC ERROR: [55]PETSC ERROR: Comm must be of size 1!
--------------------- Error Message ------------------------------------
------------------------------------------------------------------------
[46]PETSC ERROR: [39]PETSC ERROR: Invalid argument!
Comm must be of size 1!
[43]PETSC ERROR: [36]PETSC ERROR: [37]PETSC ERROR: --------------------- Error Message ------------------------------------
[50]PETSC ERROR: [38]PETSC ERROR: ------------------------------------------------------------------------
--------------------- Error Message ------------------------------------
Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[33]PETSC ERROR: --------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[63]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid ar-------------------- Error Message ------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[113]PETSC ERROR: Comm must be of size 1!
Invalid argument!
--------------------- Error Message ------------------------------------
Invalid argument!
[97]PETSC ERROR: [106]PETSC ERROR: --------------------- Error Message ------------------------------------
[119]PETSC ERROR: [108]PETSC ERROR: Comm must be of size 1!
--------------------- Error Message ------------------------------------
[98]PETSC ERROR: [101]PETSC ERROR: [107]PETSC ERROR: [100]PETSC ERROR: [105]PETSC ERROR: ------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[96]PETSC ERROR: [125]PETSC ERROR: ------------------------------------------------------------------------
--------------------- Error Message ------------------------------------
Comm must be of size 1!
Comm must be of size 1!
[100]PETSC ERROR: Invalid argument!
[116]PETSC ERROR: [127]PETSC ERROR: [103]PETSC ERROR: [102]PETSC ERROR: [120]PETSC ERROR: Invalid argument!
[99]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
------------------------------------------------------------------------
--------------------- Error Message ------------------------------------
[125]PETSC ERROR: [124]PETSC ERROR: [126]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[98]PETSC ERROR: [97]PETSC ERROR: [102]PETSC ERROR: See docs/changes/index.html for recent updates.
Comm must be of size 1!
[118]PETSC ERROR: [119]PETSC ERROR: [112]PETSC ERROR: [122]PETSC ERROR: [98]PETSC ERROR: ------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
Comm must be of size 1!
Invalid argument!
Comm must be of size 1!
[103]PETSC ERROR: [127]PETSC ERROR: [110]PETSC ERROR: Comm must be of size 1!
Invalid argument!
-------------------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[76]PETSC ERROR: --------------------- Error Message ------------------------------------
[65]PETSC ERROR: Invalid argument!
Invalid argument!
[90]PETSC ERROR: Invalid argument!
--------------------- Error Message ------------------------------------
Invalid argument!
--------------------- Error Message ------------------------------------
--------------------- Error Message ------------------------------------
[69]PETSC ERROR: --------------------- Error Message ------------------------------------
Invalid argument!
[93]PETSC ERROR: [92]PETSC ERROR: [84]PETSC ERROR: [85]PETSC ERROR: Comm must be of size 1!
[68]PETSC ERROR: [81]PETSC ERROR: --------------------- Error Message ------------------------------------
Comm must be of size 1!
Comm must be of size 1!
Comm must be of size 1!
Comm must be of size 1!
[82]PETSC ERROR: [70]PETSC ERROR: [77]PETSC ERROR: [71]PETSC ERROR: [95]PETSC ERROR: [84]PETSC ERROR: [78]PETSC ERROR: --------------------- Error Message ------------------------------------
------------------------------------------------------------------------
Comm must be of size 1!
See docs/changes/index.html for recent updates.
[80]PETSC ERROR: Comm must be of size 1!
[65]PETSC ERROR: [85]PETSC ERROR: --------------------- Error Message ------------------------------------
[86]PETSC ERROR: [70]PETSC ERROR: [68]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
--------------------- Error Message ------------------------------------
Invalid argument!
[91]PETSC ERROR: Invalid argument!
[73]PETSC ERROR: [72]PETSC ERROR: Invalid argument!
Comm must be of size 1!
[71]PETSC ERROR: ------------------------------------------------------------------------
[66]PETSC ERROR: Comm must be of size 1!
[94]PETSC ERROR: [87]PETSC ERROR: [70]PETSC ERROR: Invalid argument!
[68]PETSC ERROR: [90]PETSC ERROR: Comm must be of size 1!
[76]PETSC ERROR: [65]PETSC ERROR: Invalid argument!
--------------------- Error Message gument!
Invalid argument!
[59]PETSC ERROR: [42]PETSC ERROR: [57]PETSC ERROR: [51]PETSC ERROR: Invalid argument!
[61]PETSC ERROR: [46]PETSC ERROR: [39]PETSC ERROR: Comm must be of size 1!
[34]PETSC ERROR: [55]PETSC ERROR: ------------------------------------------------------------------------
Invalid argument!
Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[33]PETSC ERROR: ------------------------------------------------------------------------
Invalid argument!
--------------------- Error Message ------------------------------------
Invalid argument!
--------------------- Error Message ------------------------------------
[48]PETSC ERROR: [41]PETSC ERROR: [46]PETSC ERROR: [57]PETSC ERROR: [45]PETSC ERROR: [49]PETSC ERROR: Comm must be of size 1!
[56]PETSC ERROR: Comm must be of size 1!
--------------------- Error Message ------------------------------------
[34]PETSC ERROR: [48]PETSC ERROR: [50]PETSC ERROR: [40]PETSC ERROR: Invalid argument!
Invalid argument!
Comm must be of size 1!
Invalid argument!
[56]PETSC ERROR: Comm must be of size 1!
[36]PETSC ERROR: See docs/changes/index.html for recent updates.
Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[52]PETSC ERROR: [58]PETSC ERROR: Invalid argument!
[33]PETSC ERROR: Comm must be of size 1!
See docs/changes/index.html for recent updates.
[44]PETSC ERROR: ------------------------------------------------------------------------
[33]PETSC ERROR: [42]PETSC ERROR: Comm must be of size 1!
See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
[53]PETSC ERROR: [34]PETSC ERROR: [37]PETSC ERROR: Invalid argument!
[63]PETSC ERROR: ------------------------------------------------------------------------
--------------------- Error Message ------------------------------------
[58]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
[35]PETSC ERROR: [38]PETSC ERROR: [34------------
[124]PETSC ERROR: [122]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
[111]PETSC ERROR: [119]PETSC ERROR: [102]PETSC ERROR: ------------------------------------------------------------------------
[106]PETSC ERROR: Invalid argument!
Invalid argument!
Invalid argument!
[119]PETSC ERROR: [120]PETSC ERROR: Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[126]PETSC ERROR: [103]PETSC ERROR: [104]PETSC ERROR: [102]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
See docs/index.html for manual pages.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Invalid argument!
[99]PETSC ERROR: [105]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
[115]PETSC ERROR: [102]PETSC ERROR: [110]PETSC ERROR: [109]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
[97]PETSC ERROR: [98]PETSC ERROR: Comm must be of size 1!
[103]PETSC ERROR: See docs/index.html for manual pages.
[114]PETSC ERROR: Invalid argument!
------------------------------------------------------------------------
Invalid argument!
[101]PETSC ERROR: [105]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
[102]PETSC ERROR: ------------------------------------------------------------------------
[100]PETSC ERROR: See docs/index.html for manual pages.
Comm must be of size 1!
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[98]PETSC ERROR: Comm must be of size 1!
[97]PETSC ERROR: [120]PETSC ERROR: [118]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[115]PETSC ERROR------------------------------------
[78]PETSC ERROR: Comm must be of size 1!
Comm must be of size 1!
[73]PETSC ERROR: [82]PETSC ERROR: [74]PETSC ERROR: ------------------------------------------------------------------------
[89]PETSC ERROR: ------------------------------------------------------------------------
[66]PETSC ERROR: Invalid argument!
Invalid argument!
Comm must be of size 1!
Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[77]PETSC ERROR: [92]PETSC ERROR: [87]PETSC ERROR: [67]PETSC ERROR: Invalid argument!
[95]PETSC ERROR: ------------------------------------------------------------------------
[94]PETSC ERROR: Invalid argument!
See docs/index.html for manual pages.
[73]PETSC ERROR: Invalid argument!
------------------------------------------------------------------------
[65]PETSC ERROR: [93]PETSC ERROR: [81]PETSC ERROR: ------------------------------------------------------------------------
Invalid argument!
[65]PETSC ERROR: Invalid argument!
[72]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
[84]PETSC ERROR: Invalid argument!
Comm must be of size 1!
[92]PETSC ERROR: [65]PETSC ERROR: [80]PETSC ERROR: Libraries linked from 
[68]PETSC ERROR: Invalid argument!
[65]PETSC ERROR: [83]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
Invalid argument!
[93]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
[65]PETSC ERROR: [71]PETSC ERROR: [74]PETSC ERROR: Comm must be of size 1!
See docs/changes/index.html for recent updates.
[67]PETSC ERROR: [66]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
Comm must be of size 1!
[71]PETSC ERROR: ]PETSC ERROR: [57]PETSC ERROR: [60]PETSC ERROR: [47]PETSC ERROR: [40]PETSC ERROR: Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
[39]PETSC ERROR: Invalid argument!
[51]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
Comm must be of size 1!
Comm must be of size 1!
Comm must be of size 1!
Invalid argument!
[39]PETSC ERROR: [35]PETSC ERROR: [59]PETSC ERROR: [43]PETSC ERROR: [33]PETSC ERROR: Invalid argument!
[52]PETSC ERROR: [41]PETSC ERROR: Comm must be of size 1!
See docs/index.html for manual pages.
------------------------------------------------------------------------
[56]PETSC ERROR: ------------------------------------------------------------------------
Comm must be of size 1!
See docs/changes/index.html for recent updates.
[59]PETSC ERROR: Comm must be of size 1!
Comm must be of size 1!
------------------------------------------------------------------------
Comm must be of size 1!
[51]PETSC ERROR: [33]PETSC ERROR: See docs/index.html for manual pages.
[50]PETSC ERROR: [36]PETSC ERROR: ------------------------------------------------------------------------
[45]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[62]PETSC ERROR: Invalid argument!
[58]PETSC ERROR: Invalid argument!
[54]PETSC ERROR: [43]PETSC ERROR: [38]PETSC ERROR: ------------------------------------------------------------------------
[39]PETSC ERROR: [36]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[55]PETSC ERROR: ------------------------------------------------------------------------
Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[42]PETSC ERROR: [61]PETSC ERROR: [33]PETSC ERROR: [60]PETSC ERROR: [62]PETSC ERROR: [51]PETSC ERROR: [44]PETSC ERROR: [39]PETSC ERROR: See docs/index.html for manual pages.
[46]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT: Comm must be of size 1!
[119]PETSC ERROR: [121]PETSC ERROR: [126]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[102]PETSC ERROR: [113]PETSC ERROR: Comm must be of size 1!
Libraries linked from 
[122]PETSC ERROR: [120]PETSC ERROR: [116]PETSC ERROR: ------------------------------------------------------------------------
[104]PETSC ERROR: ------------------------------------------------------------------------
Comm must be of size 1!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
------------------------------------------------------------------------
[102]PETSC ERROR: See docs/changes/index.html for recent updates.
[118]PETSC ERROR: See docs/changes/index.html for recent updates.
[122]PETSC ERROR: [109]PETSC ERROR: [97]PETSC ERROR: [113]PETSC ERROR: [119]PETSC ERROR: [105]PETSC ERROR: [101]PETSC ERROR: ------------------------------------------------------------------------
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[99]PETSC ERROR: [111]PETSC ERROR: [97]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
[104]PETSC ERROR: [100]PETSC ERROR: [68]PETSC ERROR: [91]PETSC ERROR: Comm must be of size 1!
[76]PETSC ERROR: [70]PETSC ERROR: Comm must be of size 1!
[86]PETSC ERROR: Comm must be of size 1!
[76]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[69]PETSC ERROR: [92]PETSC ERROR: Comm must be of size 1!
[88]PETSC ERROR: Configure options 
Comm must be of size 1!
[90]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[89]PETSC ERROR: Comm must be of size 1!
[69]PETSC ERROR: [66]PETSC ERROR: ------------------------------------------------------------------------
[95]PETSC ERROR: ------------------------------------------------------------------------
[82]PETSC ERROR: ------------------------------------------------------------------------
[76]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[67]PETSC ERROR: ------------------------------------------------------------------------
[65]PETSC ERROR: [68]PETSC ERROR: ------------------------------------------------------------------------
[87]PETSC ERROR: [78]PETSC ERROR: [69]PETSC ERROR: See docs/index.html for manual pages.
[91]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[66]PETSC ERROR: [84]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[80]PETSC ERROR: Comm must be of size 1!
[81]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[68]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[83]PETSC ERROR: Comm must be of size 1!
[72]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11: 2012 
------------------------------------------------------------------------
Invalid argument!
[63]PETSC ERROR: Comm must be of size 1!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
[36]PETSC ERROR: [35]PETSC ERROR: [47]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[37]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[56]PETSC ERROR: [50]PETSC ERROR: See docs/changes/index.html for recent updates.
[112]PETSC ERROR: ------------------------------------------------------------------------
[103]PETSC ERROR: [126]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Configure run at 
[118]PETSC ERROR: Libraries linked from 
[124]PETSC ERROR: See docs/index.html for manual pages.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[102]PETSC ERROR: [106]PETSC ERROR: [97]PETSC ERROR: See docs/changes/index.html for recent updates.
Configure options 
[98]PETSC ERROR: Configure run at 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[108]PETSC ERROR: [105]PETSC ERROR: [97]PETSC ERROR: [126]PETSC ERROR: [124]PETSC ERROR: See docs/changes/index.html for recent updates.
Configure options 
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
[97]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[119]PETSC ERROR: [102]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[99]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
[105]PETSC ERROR: [107]PETSC ERROR: [117]PETSC ERROR: [98]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/faq.html for hints about trouble shooting.
[118]PETSC ERROR: [111]PETSC ERROR: See docs/changes/index.html for recent updates.
[125]PETSC ERROR: [122]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[123]PETSC ERROR: ------------------------------------26:24 CDT 2012 
[70]PETSC ERROR: [78]PETSC ERROR: See docs/changes/index.html for recent updates.
[93]PETSC ERROR: [74]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[67]PETSC ERROR: ------------------------------------------------------------------------
[69]PETSC ERROR: [89]PETSC ERROR: ------------------------------------------------------------------------
[68]PETSC ERROR: See docs/changes/index.html for recent updates.
[95]PETSC ERROR: ------------------------------------------------------------------------
[92]PETSC ERROR: ------------------------------------------------------------------------
[76]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[94]PETSC ERROR: [85]PETSC ERROR: [80]PETSC ERROR: [74]PETSC ERROR: [87]PETSC ERROR: [83]PETSC ERROR: [89]PETSC ERROR: [65]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[69]PETSC ERROR: [88]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[70]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
[94]PETSC ERROR: [95]PETSC ERROR: [82]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[77]PETSC ERROR: [64]PETSC ERROR: [34]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
Invalid argument!
Comm must be of size 1!
[48]PETSC ERROR: [63]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[39]PETSC ERROR: Comm must be of size 1!
[49]PETSC ERROR: See docs/changes/index.html for recent updates.
Comm must be of size 1!
[37]PETSC ERROR: ------------------------------------------------------------------------
[41]PETSC ERROR: Comm must be of size 1!
[40]PETSC ERROR: Libraries linked from 
[38]PETSC ERROR: Invalid argument!
[52]PETSC ERROR: [35]PETSC ERROR: [42]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
[61]PETSC ERROR: ------------------------------------
------------------------------------------------------------------------
Comm must be of size 1!
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
See docs/index.html for manual pages.
[121]PETSC ERROR: [97]PETSC ERROR: Comm must be of size 1!
[120]PETSC ERROR: [126]PETSC ERROR: [103]PETSC ERROR: [110]PETSC ERROR: ------------------------------------------------------------------------
[111]PETSC ERROR: [100]PETSC ERROR: ------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[108]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[101]PETSC ERROR: [121]PETSC ERROR: [113]PETSC ERROR: [102]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[109]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[106]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
Comm must be of size 1!
------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[118]PETSC ERROR: [119]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[116]PETSC ERROR: ------------------------------------------------------------------------
[97]PETSC ERROR: [112]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[100]PETSC ERROR: [104]PETSC ERROR: [101]PETSC ERROR: ------------------------------------------------------------------------
[113]PETSC ERROR: [108]PETSC ERROR: See docs/index.html for manual pages.
[102]PETSC ERROR: [106]PETSC ERROR: [123]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[114]PETSC[47]PETSC ERROR: [60]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
[39]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[38]PETSC ERROR: [49]PETSC ERROR: ------------------------------------------------------------------------
[43]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[63]PETSC ERROR: See docs/index.html for manual pages.
See docs/index.html for manual pages.
[55]PETSC ERROR: See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[62]PETSC ERROR: [38]PETSC ERROR: ------------------------------------------------------------------------
[45]PETSC ERROR: [52]PETSC ERROR: [47]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[37]PETSC ERROR: [35]PETSC ERROR: [36]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
[60]PETSC ERROR: [48]PETSC ERROR: [40]PETSC ERROR: [46]PETSC ERROR: [53]PETSC ERROR: [52]PETSC ERROR: [59]PETSC ERROR: [44]PETSC ERROR: [54]PETSC ERROR: [36]PETSC ERROR: Configure run at 
[37]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
[38]PETSC ERROR: Comm must be of size 1!
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[34]PETSC ERROR: ------------------------------------------------------------------------
[49]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
[38]PETSC ERROR: [52]PETSC ERROR: See docs/changes/index.html for recent updates.
Comm must be of size 1!
See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[3]PETSC ERROR: [2]PETSC ERROR: [23]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
[2]PETSC ERROR: [21]PETSC ERROR: [30]PETSC ERROR: [20]PETSC ERROR: [0]PETSC ERROR: [28]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
MatSetType() line 74 in src/mat/interface/matreg.c
[13]PETSC ERROR: [15]PETSC ERROR: [8]PETSC ERROR: ------------------------------------------------------------------------
[22]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[3]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Configure run at 
[6]PETSC ERROR: [29]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
See docs/index.html for manual pages.
[28]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[29]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
Configure run at 
[26]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
[30]PETSC ERROR: See docs/index.html for manual pages.
[21]PETSC ERROR: [22]PETSC ERROR: [23]PETSC ERROR: [18]PETSC ERROR: [11]PETSC ERROR: [4]PETSC ERROR: [31]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: ------------------------------------------------------------------------
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Configure options 
Configure options 
Configure options 
[0]PETSC ERROR: [12]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
MatConvert() line 3747 in src/mat/interface/matrix.c
[22]PETSC ERROR: [19]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[2]PETSC ERROR: [0]PETSC ERROR: See docs/index.html for manual pages.
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
------------------------------------------------------------------------
[13]PETSC ERROR: [15]PETSC ERROR: [0]PETSC ERROR: [27]PETSC ERROR: [6]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[25]PETSC ERROR: [4]PETSC ERROR: See docs/index.html for manual pages.
[28]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
Libraries linked from 
------------------------------------------------------------------------
[18]PETSC ERROR: [24]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[20]PETSC ERROR: [21]PETSC ERROR: [23]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
[0]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[15]PETSC ERROR: [3]PETSC ERROR: [9]PETSC ERROR: [26]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
[4]PETSC ERROR: Libraries linked from 
[8]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
[9]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[11]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[7]PETSC ERROR: [17]PETSC ERROR: [29]PETSC ERROR: See docs/index.html for manual pages.
See docs/index.html for manual pages.
[0]PETSC ERROR: [13]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[26]PETSC ERROR: Configure run at 
[10]PETSC ERROR: See docs/changes/index.html for recent updates.
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[30]PETSC ERROR: ------------------------------------------------------------------------
[22]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[16]PETSC ERROR: [0]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[23]PETSC ERROR: [24]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure options 
[4]PETSC ERROR: [16]PETSC ERROR: Configure run at 
Libraries linked from 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[22]PETSC ERROR: [23]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[31]PETSC ERROR: [2]PETSC ERROR: ------------------------------------------------------------------------
[4]PETSC ERROR: [0]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[25]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
------------------------------------------------------------------------
See docs/index.html for manual pages.
[4]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[8]PETSC ERROR: [21]PETSC ERROR: [0]PETSC ERROR: See docs/index.html for manual pages.
Libraries linked from 
[10]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
------------------------------------------------------------------------
[3]PETSC ERROR: [17]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
[19]PETSC ERROR: [4]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
Configure options 
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Libraries linked from 
[2]PETSC ERROR: Configure run at 
[9]PETSC ERROR: [28]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[24]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[26]PETSC ERROR: [12]PETSC ERROR: [21]PETSC ERROR: [23]PETSC ERROR: [0]PETSC ERROR: Configure run at 
Libraries linked from 
[21]PETSC ERROR: [18]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Libraries linked from 
[20]PETSC ERROR: [11]PETSC ERROR: See docs/index.html for manual pages.
[31]PETSC ERROR: [30]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[8]PETSC ERROR: [7]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[29]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
------------------------------------------------------------------------
[2]PETSC ERROR: Libraries linked from 
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[19]PETSC ERROR: Libraries linked from 
[17]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[0]PETSC ERROR: Configure run at 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[9]PETSC ERROR: Libraries linked from 
[3]PETSC ERROR: [0]PETSC ERROR: ------------------------------------------------------------------------
Libraries linked from 
See docs/changes/index.html for recent updates.
[27]PETSC ERROR: [4]PETSC ERROR: [29]PETSC ERROR: [26]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
[18]PETSC ERROR: [8]PETSC ERROR: ------------------------------------------------------------------------
Configure run at 
------------------------------------------------------------------------
------------------------------------------------------------------------
[16]PETSC ERROR: [6]PETSC ERROR: [7]PETSC ERROR: [22]PETSC ERROR: [9]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[18]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[26]PETSC ERROR: [20]PETSC ERROR: See docs/index.html for manual pages.
[14]PETSC ERROR: Libraries linked from 
[13]PETSC ERROR: Configure options 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[28]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Libraries linked from 
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[12]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[6]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[30]PETSC ERROR: Configure run at 
[20]PETSC ERROR: Libraries linked from 
[23]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
Libraries linked from 
Configure options 
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Configure run at 
[16]PETSC ERROR: [25]PETSC ERROR: [6]PETSC ERROR: [26]PETSC ERROR: [14]PETSC ERROR: Configure options 
[22]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[2]PETSC ERROR: Configure run at 
[8]PETSC ERROR: Configure run at 
Configure run at 
See docs/faq.html for hints about trouble shooting.
Configure run at 
MatSetType() line 74 in src/mat/interface/matreg.c
[13]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
See docs/index.html for manual pages.
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Configure run at 
[22]PETSC ERROR: [11]PETSC ERROR: [9]PETSC ERROR: [15]PETSC ERROR: Configure options 
Libraries linked from 
[10]PETSC ERROR: [25]PETSC ERROR: [7]PETSC ERROR: [24]PETSC ERROR: [31]PETSC ERROR: [6]PETSC ERROR: Libraries linked from 
[23]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[19]PETSC ERROR: [22]PETSC ERROR: Configure options 
[16]PETSC ERROR: Configure options 
Configure options 
Libraries linked from 
MatConvert() line 3747 in src/mat/interface/matrix.c
Configure options 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[18]PETSC ERROR: [8]PETSC ERROR: [20]PETSC ERROR: [22]PETSC ERROR: See docs/index.html for manual pages.
[6]PETSC ERROR: [28]PETSC ERROR: [7]PETSC ERROR: [29]PETSC ERROR: Configure run at 
[27]PETSC ERROR: ------------------------------------------------------------------------
[11]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[9]PETSC ERROR: [17]PETSC ERROR: [24]PETSC ERROR: Libraries linked from 
[6]PETSC ERROR: Libraries linked from 
[30]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
[23]PETSC ERROR: Configure options 
------------------------------------------------------------------------
[27]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[2]PETSC ERROR: Configure run at 
[3]PETSC ERROR: [28]PETSC ERROR: [25]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[30]PETSC ERROR: [12]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
[58]PETSC ERROR: [50]PETSC ERROR: [46]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[48]PETSC ERROR: See docs/changes/index.html for recent updates.
[60]PETSC ERROR: See docs/changes/index.html for recent updates.
[51]PETSC ERROR: See docs/index.html for manual pages.
[54]PETSC ERROR: ------------------------------------------------------------------------
[50]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[57]PETSC ERROR: [61]PETSC ERROR: [56]PETSC ERROR: Libraries linked from 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
[53]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[49]PETSC ERROR: [60]PETSC ERROR: [42]PETSC ERROR: ------------------------------------------------------------------------
[34]PETSC ERROR: [35]PETSC ERROR: [52]PETSC ERROR: Libraries linked from 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[38]PETSC ERROR: See docs/index.html for manual pages.
------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/index.html for manual pages.
[43]PETSC ERROR: [35]PETSC ERROR: Configure run at 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[53]PETSC ERROR: See docs/changes/index.html for recent updates.
[46]PETSC ERROR: [37]PETSC ERROR: ------------------------------------------------------------------------
[54]PETSC ERROR: ------------------------------------------------------------------------
[44]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[61]PETSC ERROR: [55]PETSC ERROR: [47]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
[38]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[39]PETSC ERROR: [52]PETSC ERROR: [62]PETSC ERROR: [40]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[49]PETSC ERROR: See docs/changes/index.html for recent updates.
[34]PETSC ERROR: Configure options 
------------------------------------------------------------------------
[51]PETSC ERROR: Configure run at 
Libraries linked from 
Configure options 
[34]PETSC ERROR: [56]PETSC ERROR: [57]PETSC ERROR: See docs/index.html for manual pages.
See docs/index.html for manual pages.
Configure options 
[53]PETSC ERROR: ------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[52]PETSC ERROR: [62]PETSC ERROR: [63]PETSC ERROR: [60]PETSC ERROR: [34]PETSC ERROR: [45]PETSC ERROR: [59]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[60]PETSC ERROR: See docs/changes/index.html for recent updates.
[50]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[38]PETSC ERROR: [42]PETSC ERROR: [43]PETSC ERROR: ------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[55]PETSC ERROR: See docs/changes/index.html for recent updates.
[56]PETSC ERROR: [57]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
[51]PETSC ERROR: [61]PETSC ERROR: [36]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[54]PETSC ERROR: ------------------------------------------------------------------------
[63]PETSC ERROR: [62]PETSC ERROR: [34]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
[50]PETSC ERROR: ------------------------------------------------------------------------
[37]PETSC ERROR: See docs/changes/index.html for recent updates.
[48]PETSC ERROR: [35]PETSC ERROR: [39]PETSC ERROR: See docs/index.html for manual pages.
See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Configure run at 
------------------------------------------------------------------------
------------------------------------------------------------------------
[32]PETSC ERROR: [35]PETSC ERROR: [41]PETSC ERROR: [42]PETSC ERROR: [61]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[58]PETSC ERROR: [51]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
[52]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Libraries linked from 
------------------------------------------------------------------------
[46]PETSC ERROR: [39]PETSC ERROR: [38]PETSC ERROR: ------------------------------------------------------------------------
[53]PETSC ERROR: [43]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense. ERROR: [103]PETSC ERROR: Libraries linked from 
See docs/changes/index.html for recent updates.
[115]PETSC ERROR: See docs/changes/index.html for recent updates.
------------------------------------------------------------------------
[109]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[120]PETSC ERROR: ------------------------------------------------------------------------
[98]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[99]PETSC ERROR: See docs/index.html for manual pages.
[100]PETSC ERROR: [97]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[124]PETSC ERROR: Comm must be of size 1!
------------------------------------------------------------------------
------------------------------------------------------------------------
[99]PETSC ERROR: See docs/changes/index.html for recent updates.
Configure run at 
[101]PETSC ERROR: Invalid argument!
See docs/index.html for manual pages.
[123]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
MatConvert() line 3747 in src/mat/interface/matrix.c
See docs/changes/index.html for recent updates.
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[102]PETSC ERROR: [126]PETSC ERROR: [125]PETSC ERROR: [116]PETSC ERROR: [97]PETSC ERROR: [104]PETSC ERROR: ------------------------------------------------------------------------
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
[122]PETSC ERROR: [123]PETSC ERROR: [115]PETSC ERROR: [126]PETSC ERROR: [101]PETSC ERROR: [106]PETSC ERROR: [107]PETSC ERROR: Libraries linked from 
See docs/faq.html for hints about trouble shooting.
[110]PETSC ERROR: [98]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[104]PETSC ERROR: [114]PETSC ERROR: [119]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
MatConvec
Configure options 
[59]PETSC ERROR: See docs/index.html for manual pages.
See docs/index.html for manual pages.
[50]PETSC ERROR: [49]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[51]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
See docs/changes/index.html for recent updates.
[57]PETSC ERROR: [56]PETSC ERROR: [48]PETSC ERROR: [58]PETSC ERROR: See docs/changes/index.html for recent updates.
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
[44]PETSC ERROR: [37]PETSC ERROR: [61]PETSC ERROR: See docs/index.html for manual pages.
[63]PETSC ERROR: [62]PETSC ERROR: [32]PETSC ERROR: See docs/changes/index.html for recent updates.
[38]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
[54]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
[46]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[50]PETSC ERROR: [35]PETSC ERROR: [34]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[61]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[40]PETSC ERROR: See docs/changes/index.html for recent updates.
[56]PETSC ERROR: [47]PETSC ERROR: Libraries linked from 
[32]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
[36]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
./hit on a  named nid21819 by Unknown Fri Mart() line 3747 in src/mat/interface/matrix.c
See docs/index.html for manual pages.
[105]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[99]PETSC ERROR: See docs/index.html for manual pages.
[97]PETSC ERROR: [121]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[105]PETSC ERROR: [115]PETSC ERROR: [114]PETSC ERROR: [111]PETSC ERROR: [100]PETSC ERROR: [113]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[109]PETSC ERROR: Configure run at 
[103]PETSC ERROR: [102]PETSC ERROR: [97]PETSC ERROR: See docs/index.html for manual pages.
Configure options 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
See docs/changes/index.html for recent updates.
[97]PETSC ERROR: [117]PETSC ERROR: ------------------------------------------------------------------------
[108]PETSC ERROR: [104]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[116]PETSC ERROR: [110]PETSC ERROR: Comm must be of size 1!
See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[98]PETSC ERROR: [112]PETSC ERROR: [121]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
Libraries linked from 
See docs/faq.html for hints about trouble shooting.
[118]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[119]PETSC ERROR: Libraries linked from 
[111]PETSC ERROR: See docs/index.html for manual pages.
------------------------------------------------------------------------
[116]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[117]PETSC ERROR: ------------------------------------------------------------------------
[97]PETSC ERROR: See docs/index.html for manual pages.
PCSetUp_GAMG() line 984 in src/ky 24 16:12:20 2013
See docs/index.html for manual pages.
[45]PETSC ERROR: [35]PETSC ERROR: [56]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
MatSetType() line 74 in src/mat/interface/matreg.c
[46]PETSC ERROR: See docs/changes/index.html for recent updates.
[34]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[36]PETSC ERROR: Configure run at 
[44]PETSC ERROR: [41]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[53]PETSC ERROR: Libraries linked from 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
See docs/index.html for manual pages.
MatConvert() line 3747 in src/mat/interface/matrix.c
[47]PETSC ERROR: [35]PETSC ERROR: [34]PETSC ERROR: [54]PETSC ERROR: [55]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
[43]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
------------------------------------------------------------------------
MatSetType() line 74 in src/mat/interface/matreg.c
[39]PETSC ERROR: [62]PETSC ERROR: See docs/index.html for manual pages.
[38]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[53]PETSC ERROR: [43]PETSC ERROR: ------------------------------------------------------------------------
[55]PETSC ERROR: See docs/index.html for manual pages.
[32]PETSC ERROR: [56]PETSC ERROR: sp/pc/impls/gamg/gamg.c
[114]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[100]PETSC ERROR: [126]PETSC ERROR: [101]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[123]PETSC ERROR: [97]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[120]PETSC ERROR: [113]PETSC ERROR: [121]PETSC ERROR: [99]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
[126]PETSC ERROR: [112]PETSC ERROR: Libraries linked from 
Configure run at 
------------------------------------------------------------------------
Libraries linked from 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[100]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
[126]PETSC ERROR: See docs/index.html for manual pages.
Configure run at 
[123]PETSC ERROR: [126]PETSC ERROR: [115]PETSC ERROR: [117]PETSC ERROR: [98]PETSC ERROR: [101]PETSC ERROR: Configure options 
[102]PETSC ERROR: [97]PETSC ERROR: [108]PETSC ERROR: Configure options 
[110]PETSC ERROR: [99]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
[125]PETSC ERROR: See docs/index.html for manual pages.
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
See docs/index.html for manual pages.
See docs/index.html for manual pages.
See docs/index.html for manual pages.
[58]PETSC ERROR: [54]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[55]PETSC ERROR: [34]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
MatSetType() line 74 in src/mat/interface/matreg.c
[44]PETSC ERROR: [37]PETSC ERROR: ------------------------------------------------------------------------
[41]PETSC ERROR: [63]PETSC ERROR: [61]PETSC ERROR: [46]PETSC ERROR: [51]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[58]PETSC ERROR: Configure run at 
Libraries linked from 
[32]PETSC ERROR: [39]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[37]PETSC ERROR: Configure options 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[49]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
Libraries linked from 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[57]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[38]PETSC ERROR: [36]PETSC ERROR: [32]PETSC ERROR: [41]PETSC ERROR: Configure options 
[44]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[52]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[45]PETSC ERROR: [59]PETSC ERROR: ------------------------------------------------------------------------
[39]PETSC ERROR: [50]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
------------------------------------------------------------------------
Configure run at 
[61]PETSC ERROR: [37]PETSC ERROR: [43]PETSC ERROR: Configure run at 
Configure run at 
------------------------------------------------------------------------
[46]PETSC ERROR: Configure run at 
[53]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri Ma[106]PETSC ERROR: ------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[104]PETSC ERROR: [121]PETSC ERROR: [120]PETSC ERROR: [108]PETSC ERROR: [109]PETSC ERROR: Configure options 
[100]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
------------------------------------------------------------------------
[103]PETSC ERROR: [101]PETSC ERROR: [126]PETSC ERROR: See docs/index.html for manual pages.
------------------------------------------------------------------------
[114]PETSC ERROR: ------------------------------------------------------------------------
[105]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure run at 
See docs/index.html for manual pages.
[99]PETSC ERROR: See docs/index.html for manual pages.
Libraries linked from 
[116]PETSC ERROR: Configure options 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
------------------------------------------------------------------------
[126]PETSC ERROR: [116]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
See docs/faq.html for hints about trouble shooting.
[96]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[108]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
See docs/index.html for manual pages.
[126]PETSC ERROR: [118]PETSC ERROR: [119]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
[122]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[114]PETSC ERROR: [105]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[116]PETSC ERROR: [117]PETSC ERROR: Libraries linked from 
[102]PETSC ERROR: [98]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
See docs/changes/index.html for recent updates.
[100]PETSC ERROR: [113]PETSC ERROR: [126]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[104]PETSC ERROR: [96]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[101]PETSC ERROR: See docs/changes/index.html for recent updates.
[118]PETSC ERROR: Configure run at 
[96]PETSC ERROR: See docs/changes/index.html for recent updates.
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[111]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[115]PETSC ERROR: ------------------------------------------------------------------------
[107]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[124]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[101]PETSC ERROR: ------------------------------------------------------------------------
[98]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
MatConvert() line 3747 in src/mat/interface/matrix.c
[117]PETSC ERROR: [99]PETSC ERROR: [98]PETSC ERROR: [122]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
See docs/index.html for manual pages.
[124]PETSC ERROR: [125]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[112]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
See docs/faq.html for hints about trouble shooting.
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[103]PETSC ERROR: [101]PETSC ERROR: [109]PETSC ERROR: ------------------------------------------------------------------------
[110]PETSC ERROR: Libraries linked from 
[99]PETSC ERROR: [119]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[100]PETSC ERROR: [111]PETSC ERROR: [105]PETSC ERROR: Configure options 
[122]PETSC ERROR: See docs/changes/index.html for recent updates.
[96]PETSC ERROR: [98]PETSC ERROR: [114]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[106]PETSC ERROR: [118]PETSC ERROR: Configure options 
Libraries linked from 
[119]PETSC ERROR: [115]PETSC ERROR: ------------------------------------------------------------------------
[118]PETSC ERROR: See docs/index.html for manual pages.
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
MatSetType() line 74 in src/mat/interface/matreg.c
[107]PETSC ERROR: [120]PETSC ERROR: [96]PETSC ERROR: [102]PETSC ERROR: [103]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
Configure run at 
[108]PETSC ERROR: [113]PETSC ERROR: ------------------------------------------------------------------------
[126]PETSC ERROR: [125]PETSC ERROR: [98]PETSC ERROR: [96]PETSC ERROR: Libraries linked from 
Libraries linked from 
[116]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[99]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
Configure run at 
------------------------------------------------------------------------
[114]PETSC ERROR: [119]PETSC ERROR: ------------------------------------------------------------------------
[112]PETSC ERROR: Libraries linked from 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[122]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[96]PETSC ERROR: Configure run at 
Libraries linked from 
[116]PETSC ERROR: [111]PETSC ERROR: ---------------------------------------------Configure run at 
[13]PETSC ERROR: [15]PETSC ERROR: Configure run at 
[27]PETSC ERROR: [14]PETSC ERROR: Configure options 
[23]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[26]PETSC ERROR: Configure options 
See docs/faq.html for hints about trouble shooting.
[16]PETSC ERROR: [20]PETSC ERROR: [15]PETSC ERROR: Configure options 
------------------------------------------------------------------------
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[22]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[9]PETSC ERROR: ------------------------------------------------------------------------
[31]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[17]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[3]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[8]PETSC ERROR: [26]PETSC ERROR: ------------------------------------------------------------------------
[14]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
Configure run at 
[2]PETSC ERROR: See docs/index.html for manual pages.
[25]PETSC ERROR: [6]PETSC ERROR: [7]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
------------------------------------------------------------------------
Configure options 
[20]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[14]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[29]PETSC ERROR: ------------------------------------------------------------------------
[3]PETSC ERROR: [27]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
Configure run at 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[18]PETSC ERROR: Configure options 
[12]PETSC ERROR: Configure options 
[28]PETSC ERROR: [7]PETSC ERROR: [6]PETSC ERROR: [14]PETSC ERROR: [23]PETSC ERROR: [15]PETSC ERROR: [20]PETSC ERROR: [22]PETSC ERROR: ------------------------------------------------------------------------
MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
MatSetType() line 74 in src/mat/interface/matreg.c
[2]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[16]PETSC ERROR: ------------------------------------------------------------------------
[20]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
MatSetType() line 74 in src/mat/interface/matreg.c
[14]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[28]PETSC ERROR: [11]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
Libraries linked from 
[17]PETSC ERROR: [24]PETSC ERROR: [26]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[27]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[19]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
MatConvert() line 3747 in src/mat/interface/matrix.c
[26]PETSC ERROR: [16]PETSC ERROR: Configure options 
------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Libraries linked from 
Configure run at 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[31]PETSC ERROR: [18]PETSC ERROR: [20]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[10]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[29]PETSC ERROR: [8]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[23]PETSC ERROR: [22]PETSC ERROR: [19]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[14]PETSC ERROR: [16]PETSC ERROR: [28]PETSC ERROR: [24]PETSC ERROR: [30]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatSetType() line 74 in src/mat/interface/matreg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[27]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatSetType() line 74 in src/mat/interface/matreg.c
[31]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[20]PETSC ERROR: [24]PETSC ERROR: [15]PETSC ERROR: Configure run at 
MatSetType() line 74 in src/mat/interface/matreg.c
[9]PETSC ERROR: [7]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
Libraries linked from 
[26]PETSC ERROR: ------------------------------------------------------------------------
[14]PETSC ERROR: ------------------------------------------------------------------------
[8]PETSC ERROR: [23]PETSC ERROR: [9]PETSC ERROR: Configure options 
[15]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[30]PETSC ERROR: [6]PETSC ERROR: [13]PETSC ERROR: [7]PETSC ERROR: Configure options 
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[6]PETSC ERROR: [20]PETSC ERROR: [18]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[20]PETSC ERROR: [25]PETSC ERROR: [28]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[23]PETSC ERROR: [17]PETSC ERROR: Configure options 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[16]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[7]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[2]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[20]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
MatSetType() line 74 in src/mat/interface/matreg.c
[9]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[24]PETSC ERROR: [16]PETSC ERROR: [23]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[19]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[12]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure run at 
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[16]PETSC ERROR: [3]PETSC ERROR: Configure options 
[12]PETSC ERROR: [14]PETSC ERROR: [13]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[27]PETSC ERROR: [26]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[25]PETSC ERROR: Configure options 
[28]PETSC ERROR: [19]PETSC ERROR: [12]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
MatSetType() line 74 in src/mat/interface/matreg.c
See docs/index.html for manual pages.
------------------------------------------------------------------------
[10]PETSC ERROR: [18]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[17]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[31]PETSC ERROR: [30]PETSC ERROR: [3]PETSC ERROR: [29]PETSC ERROR: [24]PETSC ERROR: [19]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[11]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[10]PETSC ERROR: [15]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Libraries linked from 
./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[11]PETSC ERROR: [6]PETSC ERROR: Configure run at 
MatSetType() line 74 in src/mat/interface/matreg.c
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[24]PETSC ERROR: [27]PETSC ERROR: [29]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[28]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[2]PETSC ERROR: [24]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[16]PETSC ERROR: ------------------------------------------------------------------------
[7]PETSC ERROR: [17]PETSC ERROR: [30]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[31]PETSC ERROR: [2]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[11]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[10]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[14]PETSC ERROR: [16]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[31]PETSC ERROR: [7]PETSC ERROR: [24]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[7]PETSC ERROR: [26]PETSC ERROR: Configure options 
[28]PETSC ERROR: [16]PETSC ERROR: [30]PETSC ERROR: [9]PETSC ERROR: Libraries linked from 
[11]PETSC ERROR: [6]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[19]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[2]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[26]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[15]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[25]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[2]PETSC ERROR: ---------------------------
[121]PETSC ERROR: [105]PETSC ERROR: Libraries linked from 
[96]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
See docs/index.html for manual pages.
[111]PETSC ERROR: [110]PETSC ERROR: See docs/index.html for manual pages.
Configure options 
[107]PETSC ERROR: [100]PETSC ERROR: [117]PETSC ERROR: Configure options 
[115]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
Configure run at 
[122]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[118]PETSC ERROR: [116]PETSC ERROR: [126]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
Configure run at 
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[104]PETSC ERROR: [113]PETSC ERROR: [117]PETSC ERROR: [101]PETSC ERROR: [103]PETSC ERROR: [96]PETSC ERROR: ------------------------------------------------------------------------
[98]PETSC ERROR: [122]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
Libraries linked from 
Configure options 
MatConvert() line 3747 in src/mat/interface/matrix.c
[96]PETSC ERROR: [109]PETSC ERROR: [106]PETSC ERROR: [100]PETSC ERROR: [99]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
------------------------------------------------------------------------
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
Configure options 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[106]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
[105]PETSC ERROR: [112]PETSC ERROR: [109]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[103]PEy 24 16:12:20 2013
[49]PETSC ERROR: [52]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
Libraries linked from 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
------------------------------------------------------------------------
[36]PETSC ERROR: [57]PETSC ERROR: [59]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Libraries linked from 
See docs/index.html for manual pages.
[61]PETSC ERROR: Configure options 
[46]PETSC ERROR: [56]PETSC ERROR: [36]PETSC ERROR: [51]PETSC ERROR: [44]PETSC ERROR: [37]PETSC ERROR: [63]PETSC ERROR: Configure run at 
See docs/faq.html for hints about trouble shooting.
[47]PETSC ERROR: [34]PETSC ERROR: [45]PETSC ERROR: [38]PETSC ERROR: See docs/index.html for manual pages.
[32]PETSC ERROR: [58]PETSC ERROR: [42]PETSC ERROR: [59]PETSC ERROR: Configure options 
[45]PETSC ERROR: [61]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[43]PETSC ERROR: Libraries linked from 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[55]PETSC ERROR: ------------------------------------------------------------------------
[54]PETSC ERROR: [57]PETSC ERROR: [35]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Libraries linked from 
------------------------------------------------------------------------
[58]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
Configure options 
[38]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
[57]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[35]PETSC ERROR: [32]PETSC ERROR: Libraries linked from 
[46]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
./hit on a  named nid21819TSC ERROR: [102]PETSC ERROR: Configure options 
MatSetType() line 74 in src/mat/interface/matreg.c
------------------------------------------------------------------------
Libraries linked from 
[115]PETSC ERROR: [106]PETSC ERROR: [124]PETSC ERROR: [125]PETSC ERROR: [100]PETSC ERROR: [101]PETSC ERROR: Configure options 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
See docs/index.html for manual pages.
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[96]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[127]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[124]PETSC ERROR: [126]PETSC ERROR: Libraries linked from 
Libraries linked from 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Libraries linked from 
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[103]PETSC ERROR: [111]PETSC ERROR: [102]PETSC ERROR: [100]PETSC ERROR: Configure options 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[101]PETSC ERROR: Configure run at 
[102]PETSC ERROR: [108]PETSC ERROR: [116]PETSC ERROR: [110]PETSC ERROR: ------------------------------------------------------------------------
[104]PETSC ERROR: Configure run at 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
MatConvert() line 3747 in src/mat/interface/matrix.c
[122]PETSC ERROR: [125]PETSC ERROR: Libraries linked from 
[107]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[113]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[105]PETSC ERROR: Configure options 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[122]PETSC ERROR: [118]PETSC ERROR: [109]PETSC ERROR: [126]PETSC ERROR: [127]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[111]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in s by Unknown Fri May 24 16:12:20 2013
[55]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
See docs/index.html for manual pages.
[56]PETSC ERROR: ------------------------------------------------------------------------
[40]PETSC ERROR: [35]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[53]PETSC ERROR: [48]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
Configure run at 
See docs/index.html for manual pages.
Configure run at 
------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[62]PETSC ERROR: [41]PETSC ERROR: [38]PETSC ERROR: [46]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
Libraries linked from 
[61]PETSC ERROR: [62]PETSC ERROR: Libraries linked from 
Configure run at 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure options 
Configure run at 
[59]PETSC ERROR: [54]PETSC ERROR: [47]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[45]PETSC ERROR: [52]PETSC ERROR: [35]PETSC ERROR: Libraries linked from 
[37]PETSC ERROR: ------------------------------------------------------------------------
[40]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[43]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[53]PETSC ERROR: ------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[32]PETSC ERROR: [61]PETSC ERROR: Configure run at 
MatSetType() line 74 in src/mat/interface/matreg.c
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[51]PETSC ERROR: [62]PETSC ERROR: [61]PETSC ERROR: [35]PETSC ERROR: [59]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
Configure options 
[37]PETSC ERROR: [32]PETSC ERROR: ------------------------------------------------------------------------
[57]PETSC ERROR: Libraries linked from 
[55]PETSC ERROR: [56]PETSC ERROR: Configure options 
[38]PETSC ERROR: ------------------------rc/ksp/pc/impls/mg/mg.c
[117]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[104]PETSC ERROR: [116]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
Configure run at 
[108]PETSC ERROR: [112]PETSC ERROR: [103]PETSC ERROR: [99]PETSC ERROR: [124]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[101]PETSC ERROR: [113]PETSC ERROR: [117]PETSC ERROR: Configure run at 
MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[52]PETSC ERROR: [39]PETSC ERROR: [42]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[41]PETSC ERROR: [35]PETSC ERROR: [32]PETSC ERROR: [61]PETSC ERROR: Libraries linked from 
MatConvert() line 3747 in src/mat/interface/matrix.c
[63]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
------------------------------------------------------------------------
Configure run at 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[37]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[62]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
Configure run at 
[38]PETSC ERROR: [39]PETSC ERROR: [35]PETSC ERROR: [50]PETSC ERROR: [54]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[52]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[61]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[40]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[46]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure run at 
[56]PETSC ERROR: [55]PETSC ERROR: [61]PETSC ERROR: [32]PETSC ERROR: [58]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Configure options 
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[53]PETSC ERROR: [126]PETSC ERROR: [98]PETSC ERROR: Libraries linked from 
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[109]PETSC ERROR: [122]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Libraries linked from 
------------------------------------------------------------------------
[101]PETSC ERROR: [117]PETSC ERROR: [119]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[99]PETSC ERROR: Libraries linked from 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[120]PETSC ERROR: Configure options 
------------------------------------------------------------------------
[126]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[105]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
------------------------------------------------------------------------
[100]PETSC ERROR: [101]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[106]PETSC ERROR: [107]PETSC ERROR: [104]PETSC ERROR: Configure options 
[110]PETSC ERROR: [111]PETSC ERROR: Configure run at 
Libraries linked from 
[121]PETSC ERROR: Configure run at 
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[110]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
See docs/changes/index.html for recent updates.
[98]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure options 
Configure run at 
[126]PETSC ERROR: [118]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[122]PETSC ERROR: [112]PETSC ERROR: Libraries linked from 
[113]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[103]PETSC ERROR: Configure run at 
[109]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure Configure options 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[36]PETSC ERROR: [37]PETSC ERROR: Libraries linked from 
[41]PETSC ERROR: [39]PETSC ERROR: Libraries linked from 
Configure options 
[42]PETSC ERROR: [61]PETSC ERROR: [44]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
Configure run at 
Configure options 
[46]PETSC ERROR: Configure run at 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[47]PETSC ERROR: [32]PETSC ERROR: [52]PETSC ERROR: [40]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[57]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[62]PETSC ERROR: [56]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
Configure run at 
[36]PETSC ERROR: [54]PETSC ERROR: Configure options 
[61]PETSC ERROR: ------------------------------------------------------------------------
[59]PETSC ERROR: Configure options 
[51]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[37]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
Configure options 
[62]PETSC ERROR: [46]PETSC ERROR: [32]PETSC ERROR: Configure run at 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[35]PETSC ERROR: Configure options 
[61]PETSC ERROR: [54]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[36]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[43]PETSC ERROR: [62]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[59]PETSC ERROR: [58]PETSC ERROR: [37]PETSC ERROR: [36]PETSC ERRORoptions 
[119]PETSC ERROR: [115]PETSC ERROR: [100]PETSC ERROR: [116]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[112]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[103]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[117]PETSC ERROR: [100]PETSC ERROR: [124]PETSC ERROR: [101]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[108]PETSC ERROR: Configure options 
[99]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[107]PETSC ERROR: ------------------------------------------------------------------------
[101]PETSC ERROR: [103]PETSC ERROR: [114]PETSC ERROR: [98]PETSC ERROR: [124]PETSC ERROR: ------------------------------------------------------------------------
MatSetType() line 74 in src/mat/interface/matreg.c
[120]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[127]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[113]PETSC ERROR: [118]PETSC ERROR: [122]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[99]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[106]PETSC ERROR: [100]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
------------------------------------------------------------------------
[99]PETSC ERROR: [113]PETSC ERROR: [125]PETSC ERROR: [116]PETSC ERROR: [111]PETSC ERROR: [108]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
Configure run at 
[104]PETSC ERROR: [121]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
Confi: [39]PETSC ERROR: [55]PETSC ERROR: ------------------------------------------------------------------------
[32]PETSC ERROR: [44]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
------------------------------------------------------------------------
[41]PETSC ERROR: gure run at 
[127]PETSC ERROR: Configure run at 
------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[112]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[103]PETSC ERROR: ./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[105]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[115]PETSC ERROR: [114]PETSC ERROR: [125]PETSC ERROR: Configure options 
[119]PETSC ERROR: Libraries linked from 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[118]PETSC ERROR: Configure options 
[106]PETSC ERROR: Configure run at 
[124]PETSC ERROR: [120]PETSC ERROR: See docs/index.html for manual pages.
[103]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[122]PETSC ERROR: [127]PETSC ERROR: [113]PETSC ERROR: Configure options 
------------------------------------------------------------------------
[114]PETSC ERROR: Configure options 
------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[121]PETSC ERROR: [120]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
------------------------------------------------------------------------
[114]PETSC ERROR: [121]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatConvert() line 3747 in src/mat/interface/matrix.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
[112]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[127]PETSC ERROR: Configure options 
[103]PETSC ERROR: [113]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[122]PETSC ERROR: [115]PETSC ERROR: PCSePCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Libraries linked from 
[32]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[58]PETSC ERROR: Configure options 
[56]PETSC ERROR: [51]PETSC ERROR: [50]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[62]PETSC ERROR: [57]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
[52]PETSC ERROR: [45]PETSC ERROR: Configure options 
[53]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[42]PETSC ERROR: [40]PETSC ERROR: [38]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Configure run at 
Configure options 
[36]PETSC ERROR: Configure run at 
[61]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Libraries linked from 
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[54]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[59]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[32]PETSC ERROR: [36]PETSC ERROR: [39]PETSC ERROR: [37]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[62]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[32]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[39]PETSC ERROR: [62]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[62]PETSC ERROR: [43]PETSC ERROR: [44]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[58]PETSC ERROR: [32]PETSC ERROR: [46]PETSC ERROR: [40]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
------------------------------------------------------------------------
[53]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[48]PETSC ERROR: [37]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[3]PETSC ERROR: [6]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[26]PETSC ERROR: [19]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[10]PETSC ERROR: [11]PETSC ERROR: [9]PETSC ERROR: Configure run at 
[27]PETSC ERROR: [2]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[3]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[18]PETSC ERROR: [7]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[13]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[16]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[6]PETSC ERROR: [8]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[26]PETSC ERROR: [25]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[28]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[17]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[3]PETSC ERROR: [10]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[26]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[14]PETSC ERROR: [18]PETSC ERROR: [7]PETSC ERROR: [17]PETSC ERROR: [29]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
------------------------------------------------------------------------
[25]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[12]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[30]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[2]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[24]PETSC ERROR: [27]PETSC ERROR: [26]PETSC ERROR: [28]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[17]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[27]PETSC ERROR: [6]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[7]PETSC ERROR: [31]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[29]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[13]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[17]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[31]PETSC ERROR: [3]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[18]PETSC ERROR: [7]PETSC ERROR: [9]PETSC ERROR: Configure options 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[30]PETSC ERROR: [16]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
[11]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[13]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[14]PETSC ERROR: [15]PETSC ERROR: [18]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[2]PETSC ERROR: [3]PETSC ERROR: [16]PETSC ERROR: [31]PETSC ERROR: [25]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[8]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[12]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[30]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[9]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[13]PETSC ERROR: [15]PETSC ERROR: [14]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[27]PETSC ERROR: [3]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[8]PETSC ERROR: [16]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[18]PETSC ERROR: [9]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[16]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[18]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[2]PETSC ERROR: [29]PETSC ERROR: [13]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[31]PETSC ERROR: [24]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[15]PETSC ERROR: [14]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[29]PETSC ERROR: [10]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[14]PETSC ERROR: [15]PETSC ERROR: [8]PETSC ERROR: ------------------------------------------------------------------------
[12]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[25]PETSC ERROR: [9]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[31]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[14]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[10]PETSC ERROR: [25]PETSC ERROR: [15]PETSC ERROR: [12]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[11]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[30]PETSC ERROR: [27]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[10]PETSC ERROR: [9]PETSC ERROR: [12]PETSC ERROR: [25]PETSC ERROR: [14]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[13]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[8]PETSC ERROR: [11]PETSC ERROR: [30]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[29]PETSC ERROR: [9]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[25]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[10]PETSC ERROR: [11]PETSC ERROR: [14]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[27]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[8]PETSC ERROR: [12]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[14]PETSC ERROR: [13]PETSC ERROR: [8]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[12]PETSC ERROR: [11]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[29]PETSC ERROR: [13]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[12]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[29]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[12]PETSC ERROR: [10]PETSC ERROR: [13]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[11]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[13]PETSC ERROR: [11]PETSC ERROR: [12]PETSC ERROR: [30]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[10]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[25]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[10]PETSC ERROR: [11]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[10]PETSC ERROR: [11]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[10]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[10]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[10]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Invalid argument!
[1]PETSC ERROR: Comm must be of size 1!
[1]PETSC ERROR: ------------------------------------------------------------------------
[1]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[1]PETSC ERROR: See docs/changes/index.html for recent updates.
[1]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[1]PETSC ERROR: See docs/index.html for manual pages.
[1]PETSC ERROR: ------------------------------------------------------------------------
[1]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
[1]PETSC ERROR: Libraries linked from 
[1]PETSC ERROR: Configure run at 
[1]PETSC ERROR: Configure options 
[1]PETSC ERROR: ------------------------------------------------------------------------
[1]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[1]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[1]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[1]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[1]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[1]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[1]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[1]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[1]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[1]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
tUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[111]PETSC ERROR: [107]PETSC ERROR: [122]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[116]PETSC ERROR: [120]PETSC ERROR: [119]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
MatSetType() line 74 in src/mat/interface/matreg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[117]PETSC ERROR: [109]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[118]PETSC ERROR: Configure options 
------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[120]PETSC ERROR: Configure run at 
[118]PETSC ERROR: [125]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[127]PETSC ERROR: [119]PETSC ERROR: [122]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[121]PETSC ERROR: [116]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[119]PETSC ERROR: [113]PETSC ERROR: [110]PETSC ERROR: [107]PETSC ERROR: [111]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Libraries linked from 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatSetType() line 74 in src/mat/interface/matreg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[124]PETSC ERROR: [112]PETSC ERROR: [121]PETSC ERROR: Configure run at 
[127]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
[125]PETSC ERROR: [117]PETSC ERROR: Configure run at 
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
------------------------------------------------------------------------
[127]PETSC ERROR: [114]PETSC ERROR: [115]PETSC ERROR: [108]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
MatConvert() line 3747 in src/mat/interface/matrix.c
Configure options 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[109]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[113]PETSC ERROR: Configure options 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[83]PETSC ERROR: See docs/changes/index.html for recent updates.
[71]PETSC ERROR: [78]PETSC ERROR: [66]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
[67]PETSC ERROR: [70]PETSC ERROR: [74]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
See docs/changes/index.html for recent updates.
Comm must be of size 1!
[87]PETSC ERROR: [73]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
[78]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[68]PETSC ERROR: See docs/index.html for manual pages.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
[87]PETSC ERROR: [78]PETSC ERROR: [69]PETSC ERROR: See docs/changes/index.html for recent updates.
[71]PETSC ERROR: See docs/index.html for manual pages.
------------------------------------------------------------------------
[70]PETSC ERROR: [69]PETSC ERROR: [74]PETSC ERROR: [86]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
------------------------------------------------------------------------
See docs/changes/index.html for recent updates.
[82]PETSC ERROR: [76]PETSC ERROR: Libraries linked from 
[67]PETSC ERROR: [68]PETSC ERROR: See docs/changes/index.html for recent updates.
[72]PETSC ERROR: Configure run at 
See docs/faq.html for hints about trouble shooting.
[85]PETSC ERROR: [84]PETSC ERROR: [88]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[64]PETSC ERROR: [93]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
See docs/index.htm[32]PETSC ERROR: [55]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[49]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[56]PETSC ERROR: [57]PETSC ERROR: [51]PETSC ERROR: [50]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Configure options 
[52]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[43]PETSC ERROR: [62]PETSC ERROR: [57]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[56]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[62]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[36]PETSC ERROR: [42]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[58]PETSC ERROR: Configure run at 
Libraries linked from 
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[51]PETSC ERROR: [46]PETSC ERROR: [106]PETSC ERROR: [124]PETSC ERROR: [118]PETSC ERROR: Configure options 
[111]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[121]PETSC ERROR: [127]PETSC ERROR: [110]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[105]PETSC ERROR: [108]PETSC ERROR: [120]PETSC ERROR: ------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[114]PETSC ERROR: [121]PETSC ERROR: [119]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[125]PETSC ERROR: ------------------------------------------------------------------------
[127]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatConvert() line 3747 in src/mat/interface/matrix.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[116]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[127]PETSC ERROR: [121]PETSC ERROR: [107]PETSC ERROR: [108]PETSC ERROR: [111]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[109]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
------------------------------------------------------------------------
[104]PETSC ERROR: l for manual pages.
See docs/changes/index.html for recent updates.
See docs/faq.html for hints about trouble shooting.
See docs/index.html for manual pages.
[94]PETSC ERROR: [95]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[65]PETSC ERROR: [70]PETSC ERROR: [71]PETSC ERROR: [89]PETSC ERROR: See docs/changes/index.html for recent updates.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[91]PETSC ERROR: [81]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[87]PETSC ERROR: [67]PETSC ERROR: [73]PETSC ERROR: [66]PETSC ERROR: See docs/index.html for manual pages.
[80]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
------------------------------------------------------------------------
[78]PETSC ERROR: [85]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
[70]PETSC ERROR: [67]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[43]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[49]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[62]PETSC ERROR: Libraries linked from 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[57]PETSC ERROR: [37]PETSC ERROR: [36]PETSC ERROR: [62]PETSC ERROR: [54]PETSC ERROR: [51]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[58]PETSC ERROR: Configure options 
[50]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[45]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[53]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[54]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[36]PETSC ERROR: [55]PETSC ERROR: [47]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[58]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
[33]PETSC ERROR: [40]PETSC ERROR: [36]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Configure run at 
[46]PETSC ERROR: [56]PETSC ERROR: [41]PETSC ERROR: [44]PETSC ERROR: [49]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[111]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[107]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[112]PETSC ERROR: [116]PETSC ERROR: [121]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[115]PETSC ERROR: [117]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[114]PETSC ERROR: [116]PETSC ERROR: [125]PETSC ERROR: [127]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[119]PETSC ERROR: [106]PETSC ERROR: [113]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[118]PETSC ERROR: [105]PETSC ERROR: [104]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[118]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[106]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[125]PETSC ERROR: [115]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[107]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[110]PETSC ERROR: [77]PETSC ERROR: [66]PETSC ERROR: [68]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[71]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[72]PETSC ERROR: [76]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[77]PETSC ERROR: Configure options 
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
See docs/changes/index.html for recent updates.
[69]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[86]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
See docs/changes/index.html for recent updates.
Libraries linked from 
[70]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
See docs/changes/index.html for recent updates.
[83]PETSC ERROR: [82]PETSC ERROR: [65]PETSC ERROR: See docs/changes/index.html for recent updates.
[84]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[72]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
See docs/faq.html for hints about trouble shooting.
[73]PETSC ERROR: [66]PETSC ERROR: [67]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/index.html for manual pages.
See docs/faq.html for hints about trouble shooting.
MatConvert() line 3747 in src/mat/interface/matrix.c
[85]PETSC ERROR: [93]PETSC ERROR: [81]PETSC ERROR: [80]PETSC ERROR: [65]PETSC ERROR: See docs/changes/index.html for recent updates.
[89]PETSC ERROR: Libraries linked from 
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[74]PETSC ERROR: See docs/index.html for manual pages.
See docs/index.html for manual pages.
[78]PETSC ERROR: [72]PETSC ERROR: See docs/index.html for manual pages.
[81]PETSC ERROR: [95]PETSC ERROR: [70]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[69]PETSC ERROR: [68]PETSC ERROR: See docs/index.html for manual pages.
See docs/index.html for manual pagesPCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[58]PETSC ERROR: Libraries linked from 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
------------------------------------------------------------------------
------------------------------------------------------------------------
MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[33]PETSC ERROR: [58]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Configure run at 
[52]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[49]PETSC ERROR: [40]PETSC ERROR: [33]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Configure options 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatSetType() line 74 in src/mat/interface/matreg.c
Configure options 
[56]PETSC ERROR: [57]PETSC ERROR: [51]PETSC ERROR: [52]PETSC ERROR: [41]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[50]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[54]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[48]PETSC ERROR: [33]PETSC ERROR: ------------------------------------------------------------------------
[57]PETSC ERROR: [49]PETSC ERROR: Configure run at 
[58]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
------------------------------------------------------------------------
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[40]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[53]PETSC ERROR: [111]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[124]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[113]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[125]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[116]PETSC ERROR: [114]PETSC ERROR: [124]PETSC ERROR: [112]PETSC ERROR: [107]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[113]PETSC ERROR: [119]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[127]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[117]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[115]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[121]PETSC ERROR: [124]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[125]PETSC ERROR: [127]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[118]PETSC ERROR: [117]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[109]PETSC ERROR: [114]PETSC ERROR: [112]PETSC ERROR: [110]PETSC ERROR: [107]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[118]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
.
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
See docs/index.html for manual pages.
[65]PETSC ERROR: Configure run at 
[76]PETSC ERROR: [72]PETSC ERROR: [87]PETSC ERROR: ------------------------------------------------------------------------
[70]PETSC ERROR: See docs/changes/index.html for recent updates.
[93]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[88]PETSC ERROR: [91]PETSC ERROR: [84]PETSC ERROR: ------------------------------------------------------------------------
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[93]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
[77]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
[76]PETSC ERROR: [68]PETSC ERROR: Libraries linked from 
See docs/index.html for manual pages.
[84]PETSC ERROR: [94]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[91]PETSC ERROR: [82]PETSC ERROR: [65]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
[87]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[81]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Libraries linked from 
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Libraries linked from 
[89]PETSC ERROR: See docs/changes/index.html for recent updates.
[71]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
See docs/index.html for manual pages.
[66]PETSC ERROR: [67]PETSC ERROR: [65]PETSC ERROR: ------------------------------------------------------------------------
See docs/index.html for manual pages.
./hit on a  named nid21860 by Unknown Fri Ma[56]PETSC ERROR: [52]PETSC ERROR: [58]PETSC ERROR: [51]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[54]PETSC ERROR: [55]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[56]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
Configure run at 
MatConvert() line 3747 in src/mat/interface/matrix.c
[44]PETSC ERROR: [53]PETSC ERROR: [58]PETSC ERROR: [48]PETSC ERROR: [57]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[33]PETSC ERROR: Configure options 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[47]PETSC ERROR: [40]PETSC ERROR: [33]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[48]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatSetType() line 74 in src/mat/interface/matreg.c
[52]PETSC ERROR: [53]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[43]PETSC ERROR: [42]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
[51]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[33]PETSC ERROR: [52]PETSC ERROR: [55]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[41]PETSC ERROR: [49]PETSC ERROR: ./hit on a  named nid21819 by Unknown Fri May 24 16:12:20 2013
[48]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[127]PETSC ERROR: [107]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[127]PETSC ERROR: [117]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[108]PETSC ERROR: [109]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[112]PETSC ERROR: [124]PETSC ERROR: [125]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[115]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[113]PETSC ERROR: [127]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[117]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[125]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[106]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[111]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[121]PETSC ERROR: [120]PETSC ERROR: [124]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[115]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[112]PETSC ERROR: [114]PETSC ERROR: [125]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[12y 24 16:12:20 2013
[85]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[86]PETSC ERROR: [91]PETSC ERROR: [77]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
[67]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[69]PETSC ERROR: Configure run at 
Configure options 
[94]PETSC ERROR: [76]PETSC ERROR: [65]PETSC ERROR: Configure run at 
See docs/index.html for manual pages.
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[71]PETSC ERROR: [70]PETSC ERROR: Libraries linked from 
[65]PETSC ERROR: [73]PETSC ERROR: [66]PETSC ERROR: [87]PETSC ERROR: See docs/changes/index.html for recent updates.
[77]PETSC ERROR: [74]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[83]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
See docs/faq.html for hints about trouble shooting.
Configure options 
[68]PETSC ERROR: [91]PETSC ERROR: See docs/index.html for manual pages.
Configure run at 
[65]PETSC ERROR: ------------------------------------------------------------------------
[71]PETSC ERROR: [80]PETSC ERROR: See docs/index.html for manual pages.
MatSetType() line 74 in src/mat/interface/matreg.c
[94]PETSC ERROR: Configure run at 
[68]PETSC ERROR: [93]PETSC ERROR: Libraries linked from 
[76]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Libraries linked from 
See docs/index.html for manual pages.
------------------------------------------------------------------------
[74]PETSC ERROR: [57]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[53]PETSC ERROR: [60]PETSC ERROR: [33]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[56]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[48]PETSC ERROR: [46]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Libraries linked from 
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[33]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[60]PETSC ERROR: [50]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[33]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[51]PETSC ERROR: Configure run at 
[49]PETSC ERROR: [53]PETSC ERROR: [57]PETSC ERROR: [60]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[49]PETSC ERROR: [40]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[53]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[33]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure options 
[55]PETSC ERROR: [60]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
------------------------------------------------------------------------
[57]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[49]PETSC ERROR: [50]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[42]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[44]0]PETSC ERROR: [124]PETSC ERROR: [121]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[108]PETSC ERROR: [115]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[106]PETSC ERROR: [127]PETSC ERROR: [112]PETSC ERROR: [85]PETSC ERROR: [84]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[86]PETSC ERROR: [83]PETSC ERROR: ------------------------------------------------------------------------
[69]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[82]PETSC ERROR: ------------------------------------------------------------------------
Configure options 
[91]PETSC ERROR: [73]PETSC ERROR: [67]PETSC ERROR: [66]PETSC ERROR: Libraries linked from 
------------------------------------------------------------------------
[93]PETSC ERROR: [72]PETSC ERROR: See docs/index.html for manual pages.
[88]PETSC ERROR: [81]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
See docs/faq.html for hints about trouble shooting.
[83]PETSC ERROR: [94]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[85]PETSC ERROR: [82]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[70]PETSC ERROR: [72]PETSC ERROR: [88]PETSC ERROR: [91]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
Configure run at 
[69]PETSC ERROR: Configure run at 
Configure run at 
[89]PETSC ERROR: Libraries linked from 
Configure run at 
[66]PETSC ERROR: [72]PETSC ERROR: ------------------------------------------------------------------------
[74]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Configure options 
[71]PETSC ERROR: [68]PETSC ERROR: [93]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Libraries linked from 
[91]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[71]PETSC ERROR: ------------------PETSC ERROR: [51]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[53]PETSC ERROR: [60]PETSC ERROR: [33]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[43]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
Configure options 
[53]PETSC ERROR: [60]PETSC ERROR: [33]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[120]PETSC ERROR: [104]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[110]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[109]PETSC ERROR: [120]PETSC ERROR: [106]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[105]PETSC ERROR: [120]PETSC ERROR: [117]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[114]PETSC ERROR: [127]PETSC ERROR: [124]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[112]PETSC ERROR: [120]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[107]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[125]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[115]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[114]PETSC ERROR: [110]PETSC ERROR: [111]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[117]PETSC ERROR: [106]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[104]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[114]PETSC ERROR: [117]PETSC ERROR: [125]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gam------------------------------------------------------
[74]PETSC ERROR: Configure options 
------------------------------------------------------------------------
Libraries linked from 
Configure options 
MatSetType() line 74 in src/mat/interface/matreg.c
[84]PETSC ERROR: Configure run at 
[78]PETSC ERROR: Configure run at 
Libraries linked from 
--------------------- Error Message ------------------------------------
Libraries linked from 
[67]PETSC ERROR: [68]PETSC ERROR: [89]PETSC ERROR: [82]PETSC ERROR: [83]PETSC ERROR: [91]PETSC ERROR: [84]PETSC ERROR: [76]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[74]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[68]PETSC ERROR: Configure options 
See docs/index.html for manual pages.
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[80]PETSC ERROR: [81]PETSC ERROR: [71]PETSC ERROR: Configure run at 
Configure run at 
Configure options 
[87]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
Libraries linked from 
[93]PETSC ERROR: [69]PETSC ERROR: Configure options 
[89]PETSC ERROR: [94]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[78]PETSC ERROR: ------------------------------------------------------------------------
Libraries linked from 
[68]PETSC ERROR: [69]PETSC ERROR: [72]PETSC ERROR: [91]PETSC ERROR: [66]PETSC ERROR: Configure options 
Configure run at 
[77]PETSC ERROR: Configure options 
[83]PETSC ERROR: ------------------------------------------------------------------------
Configure options 
------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[70]PETSC ERROR: [74]PETSC ERROR: ------------------------------------------------------------------------
MatSetType() line 74 in src/mat/interface/matreg.c
[93]PETSC ERROR: Configure options 
[86]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[67]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/[47]PETSC ERROR: [49]PETSC ERROR: [55]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
------------------------------------------------------------------------
[60]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[54]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[60]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[44]PETSC ERROR: [45]PETSC ERROR: [33]PETSC ERROR: [48]PETSC ERROR: [51]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[54]PETSC ERROR: [55]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[47]PETSC ERROR: [50]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[55]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[54]PETSC ERROR: Configure options 
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[50]PETSC ERROR: [60]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[54]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[41]PETSC ERROR: [49]PETSC ERROR: [48]PETSC ERROR: [42]PETSC ERROR: [47]PETSC ERROR: [60]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[45]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[50]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[55]PETSC ERROR: [60]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_Mdense.c
------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
MatSetType() line 74 in src/mat/interface/matreg.c
[67]PETSC ERROR: [93]PETSC ERROR: [91]PETSC ERROR: [94]PETSC ERROR: [78]PETSC ERROR: [66]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[79]PETSC ERROR: See docs/index.html for manual pages.
[76]PETSC ERROR: [69]PETSC ERROR: [72]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
Libraries linked from 
[88]PETSC ERROR: Configure run at 
MatSetType() line 74 in src/mat/interface/matreg.c
[70]PETSC ERROR: ------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
Configure run at 
MatConvert() line 3747 in src/mat/interface/matrix.c
[93]PETSC ERROR: [91]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[89]PETSC ERROR: [70]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[86]PETSC ERROR: [72]PETSC ERROR: [68]PETSC ERROR: [74]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
------------------------------------------------------------------------
MatConvert() line 3747 in src/mat/interface/matrix.c
[87]PETSC ERROR: [93]PETSC ERROR: [94]PETSC ERROR: [91]PETSC ERROR: [83]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[80]PETSC ERROR: [73]PETSC ERROR: Configure options 
[88]PETSC ERROR: [74]PETSC ERROR: Libraries linked from 
[67]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[85]PETSC ERROR: [73]PETSC ERROR: [82]PETSC ERROR: Configure options 
[94]PETSC ERROR: ------------------------------------------------------------------------
Configure run at 
[84]PETSC ERROR: [83]PETSC ERROR: ------------------------------------------------------------------------
[85]PETSC ERROR: [76]PETSC ERROR: [81]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[78]PETSC ERROR: [77]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
MatConvert() line 3747 in src/mat/interface/matrix.c
[71]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[72]PETSC ERROR: [80]PETSC ERROR: ------------------------------------------------------------------------
[68]PETSC ERROR: [69]PETSC ERROR: [88]PETSC ERROR: [74]PETSC ERROR: Configure options 
Libraries linked from 
[66]PETSC ERROR: ------------------------------------------------------------------------
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[83]PETSC ERROR: [82]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[93]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Configure run at 
[94]PETSC ERROR: [67]PETSC ERROR: Libraries linked from 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[89]PETSC ERROR: Libraries linked from 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Invalid argument!
[91]PETSC ERROR: [93]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[76]PETSC ERROR: See docs/index.html for manual pages.
Configure options 
[5]PETSC ERROR: [21]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
[5]PETSC ERROR: [21]PETSC ERROR: ./hit on a  named nid21818 by Unknown Fri May 24 16:12:20 2013
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[5]PETSC ERROR: [21]PETSC ERROR: Libraries linked from 
MatSetType() line 74 in src/mat/interface/matreg.c
[5]PETSC ERROR: [21]PETSC ERROR: Configure run at 
[5]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
Configure options 
[5]PETSC ERROR: [21]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[5]PETSC ERROR: [21]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[5]PETSC ERROR: [21]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[5]PETSC ERROR: [21]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[5]PETSC ERROR: [21]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[5]PETSC ERROR: [21]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[5]PETSC ERROR: [21]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[5]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[5]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[5]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[5]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[80]PETSC ERROR: Libraries linked from 
MatSetType() line 74 in src/mat/interface/matreg.c
[68]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[78]PETSC ERROR: [79]PETSC ERROR: [84]PETSC ERROR: Configure run at 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[72]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[74]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[71]PETSC ERROR: ------------------------------------------------------------------------
[94]PETSC ERROR: [77]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[82]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[91]PETSC ERROR: [88]PETSC ERROR: [67]PETSC ERROR: [70]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[69]PETSC ERROR: [71]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Configure run at 
[83]PETSC ERROR: Configure options 
MatSetType() line 74 in src/mat/interface/matreg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[94]PETSC ERROR: [88]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[69]PETSC ERROR: Configure options 
[86]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
------------------------------------------------------------------------
[69]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
Configure run at 
[66]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[76]PETSC ERROR: [81]PETSC ERROR: [80]PETSC ERROR: [93]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[67]PETSC ERROR: [71]PETSC ERROR: [87]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[93]PETSC ERROR: Comm must be of size 1!
[69]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[67]PETSC ERROR: [84]PETSC ERROR: [85]PETSC ERROR: Configure options 
[78]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
Configure run at 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[80]PETSC ERROR: [94]PETSC ERROR: [81]PETSC ERROR: [79]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
------------------------------------------------------------------------
[73]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[74]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[93]PETSC ERROR: [89]PETSC ERROR: ------------------------------------------------------------------------
MatConvert() line 3747 in src/mat/interface/matrix.c
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[69]PETSC ERROR: ------------------------------------------------------------------------
------------------------------------------------------------------------
MatSetType() line 74 in src/mat/interface/matreg.c
[89]PETSC ERROR: Configure options 
[76]PETSC ERROR: [67]PETSC ERROR: Configure options 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[80]PETSC ERROR: [69]PETSC ERROR: [81]PETSC ERROR: [70]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[94]PETSC ERROR: [83]PETSC ERROR: Configure options 
[66]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[88]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
------------------------------------------------------------------------
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[88]PETSC ERROR: [71]PETSC ERROR: [66]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[85]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[78]PETSC ERROR: [66]PETSC ERROR: [93]PETSC ERROR: [94]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[70]PETSC ERROR: [91]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[86]PETSC ERROR: [74]PETSC ERROR: [67]PETSC ERROR: Libraries linked from 
[82]PETSC ERROR: [71]PETSC ERROR: [79]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[76]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[89]PETSC ERROR: [74]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[67]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatSetType() line 74 in src/mat/interface/matreg.c
[84]PETSC ERROR: [72]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[74]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[88]PETSC ERROR: [86]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[81]PETSC ERROR: Configure run at 
[83]PETSC ERROR: [77]PETSC ERROR: Configure run at 
[91]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[70]PETSC ERROR: [66]PETSC ERROR: [73]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[89]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[87]PETSC ERROR: [86]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
MatSetType() line 74 in src/mat/interface/matreg.c
[91]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[76]PETSC ERROR: [66]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[94]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[80]PETSC ERROR: [71]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[89]PETSC ERROR: [83]PETSC ERROR: [88]PETSC ERROR: [94]PETSC ERROR: [82]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[84]PETSC ERROR: [72]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
Configure options 
Configure options 
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[85]PETSC ERROR: [94]PETSC ERROR: [84]PETSC ERROR: ------------------------------------------------------------------------
[66]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[78]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[76]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[72]PETSC ERROR: [74]PETSC ERROR: [91]PETSC ERROR: [82]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[66]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[94]PETSC ERROR: [83]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[80]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[86]PETSC ERROR: [74]PETSC ERROR: [76]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[70]PETSC ERROR: [72]PETSC ERROR: [81]PETSC ERROR: [89]PETSC ERROR: [79]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[73]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
See docs/changes/index.html for recent updates.
[88]PETSC ERROR: [89]PETSC ERROR: ------------------------------------------------------------------------
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[70]PETSC ERROR: [81]PETSC ERROR: [84]PETSC ERROR: [87]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[78]PETSC ERROR: [72]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[76]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[80]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[87]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[78]PETSC ERROR: [86]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[80]PETSC ERROR: [82]PETSC ERROR: [85]PETSC ERROR: [83]PETSC ERROR: [87]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[72]PETSC ERROR: [82]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[88]PETSC ERROR: [86]PETSC ERROR: [81]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[80]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[89]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[81]PETSC ERROR: [83]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
[79]PETSC ERROR: [76]PETSC ERROR: [73]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[82]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
See docs/faq.html for hints about trouble shooting.
[87]PETSC ERROR: [80]PETSC ERROR: [83]PETSC ERROR: [81]PETSC ERROR: [79]PETSC ERROR: [86]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[88]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[81]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[73]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[77]PETSC ERROR: [86]PETSC ERROR: See docs/index.html for manual pages.
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[79]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[80]PETSC ERROR: ------------------------------------------------------------------------
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[86]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[88]PETSC ERROR: [82]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[83]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[80]PETSC ERROR: [73]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
------------------------------------------------------------------------
[78]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[77]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[87]PETSC ERROR: [81]PETSC ERROR: [79]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[86]PETSC ERROR: [72]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[77]PETSC ERROR: [82]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[73]PETSC ERROR: [84]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[80]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[85]PETSC ERROR: [81]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
[86]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[78]PETSC ERROR: [89]PETSC ERROR: [82]PETSC ERROR: [87]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[84]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[77]PETSC ERROR: [88]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[89]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[81]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[88]PETSC ERROR: [84]PETSC ERROR: [73]PETSC ERROR: [85]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[78]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[84]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[87]PETSC ERROR: [79]PETSC ERROR: [85]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
Libraries linked from 
MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[89]PETSC ERROR: [79]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[77]PETSC ERROR: [86]PETSC ERROR: [87]PETSC ERROR: [85]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[88]PETSC ERROR: Configure run at 
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[79]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
Configure options 
[73]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[86]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[85]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[79]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[86]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
------------------------------------------------------------------------
[85]PETSC ERROR: [73]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[79]PETSC ERROR: [85]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[77]PETSC ERROR: [79]PETSC ERROR: [73]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[79]PETSC ERROR: [77]PETSC ERROR: [73]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[79]PETSC ERROR: [77]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[79]PETSC ERROR: [77]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[79]PETSC ERROR: [77]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[79]PETSC ERROR: [77]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[79]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[79]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[79]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[75]PETSC ERROR: [90]PETSC ERROR: Invalid argument!
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[75]PETSC ERROR: Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
Comm must be of size 1!
[64]PETSC ERROR: [90]PETSC ERROR: [75]PETSC ERROR: See docs/changes/index.html for recent updates.
See docs/changes/index.html for recent updates.
[90]PETSC ERROR: [64]PETSC ERROR: ------------------------------------------------------------------------
See docs/faq.html for hints about trouble shooting.
See docs/faq.html for hints about trouble shooting.
[90]PETSC ERROR: [75]PETSC ERROR: [64]PETSC ERROR: See docs/index.html for manual pages.
Petsc Release Version 3.3.0, Patch 3, Wed Aug 29 11:26:24 CDT 2012 
[90]PETSC ERROR: See docs/index.html for manual pages.
------------------------------------------------------------------------
[75]PETSC ERROR: [64]PETSC ERROR: [90]PETSC ERROR: See docs/changes/index.html for recent updates.
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
------------------------------------------------------------------------
[90]PETSC ERROR: [75]PETSC ERROR: [64]PETSC ERROR: See docs/faq.html for hints about trouble shooting.
Libraries linked from 
[75]PETSC ERROR: [92]PETSC ERROR: [90]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
See docs/index.html for manual pages.
See docs/index.html for manual pages.
[75]PETSC ERROR: Configure run at 
[92]PETSC ERROR: [64]PETSC ERROR: [90]PETSC ERROR: ------------------------------------------------------------------------
Libraries linked from 
------------------------------------------------------------------------
[64]PETSC ERROR: Configure options 
[92]PETSC ERROR: Configure run at 
[75]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[90]PETSC ERROR: [92]PETSC ERROR: [64]PETSC ERROR: ------------------------------------------------------------------------
Configure options 
./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[90]PETSC ERROR: [64]PETSC ERROR: Libraries linked from 
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[92]PETSC ERROR: [90]PETSC ERROR: [64]PETSC ERROR: Configure run at 
[75]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[92]PETSC ERROR: [90]PETSC ERROR: Configure options 
[64]PETSC ERROR: Libraries linked from 
[92]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[75]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
------------------------------------------------------------------------
[90]PETSC ERROR: Configure run at 
[92]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[64]PETSC ERROR: [90]PETSC ERROR: [92]PETSC ERROR: [75]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
Configure options 
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[92]PETSC ERROR: [64]PETSC ERROR: [90]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[92]PETSC ERROR: [90]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[64]PETSC ERROR: [75]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[92]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
------------------------------------------------------------------------
[64]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[90]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[92]PETSC ERROR: [90]PETSC ERROR: [75]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[92]PETSC ERROR: [64]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[90]PETSC ERROR: [92]PETSC ERROR: [64]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[75]PETSC ERROR: [92]PETSC ERROR: [64]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[75]PETSC ERROR: [92]PETSC ERROR: [64]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[75]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[75]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[75]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[75]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[75]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[75]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[75]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
[95]PETSC ERROR: ------------------------------------------------------------------------
[95]PETSC ERROR: ./hit on a  named nid21860 by Unknown Fri May 24 16:12:20 2013
[95]PETSC ERROR: Libraries linked from 
[95]PETSC ERROR: Configure run at 
[95]PETSC ERROR: Configure options 
[95]PETSC ERROR: ------------------------------------------------------------------------
[95]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[95]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
[95]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
[95]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[95]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[95]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[95]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[95]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[95]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[95]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
G() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[54]PETSC ERROR: [49]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[50]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[60]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatSetType() line 74 in src/mat/interface/matreg.c
[55]PETSC ERROR: [50]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[49]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[48]PETSC ERROR: [60]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[42]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[48]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[60]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[47]PETSC ERROR: [41]PETSC ERROR: [43]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[48]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[48]PETSC ERROR: [40]PETSC ERROR: [47]PETSC ERROR: [44]PETSC ERROR: [42]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
------------------------------------------------------------------------
[48]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[48]PETSC ERROR: g/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[115]PETSC ERROR: [117]PETSC ERROR: [125]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[105]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[115]PETSC ERROR: [110]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[107]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[104]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[108]PETSC ERROR: [107]PETSC ERROR: [109]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[105]PETSC ERROR: [110]PETSC ERROR: [104]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[109]PETSC ERROR: [110]PETSC ERROR: [107]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[104]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[105]PETSC ERROR: [110]PETSC ERROR: [108]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[104]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[110]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[108]PETSC ERROR: [105]PETSC ERROR: [109]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[110]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[108]PETSC ERROR: [109]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[45]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[43]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[47]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[45]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[44]PETSC ERROR: [40]PETSC ERROR: [47]PETSC ERROR: [41]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatSetType() line 74 in src/mat/interface/matreg.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[41]PETSC ERROR: [40]PETSC ERROR: [42]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[44]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[45]PETSC ERROR: [42]PETSC ERROR: [43]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[42]PETSC ERROR: [40]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[45]PETSC ERROR: [43]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[40]PETSC ERROR: [42]PETSC ERROR: [47]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[47]PETSC ERROR: [45]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[41]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[44]PETSC ERROR: [42]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[47]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[43]PETSC ERROR: [41]PETSC ERROR: [44]PETSC ERROR: [45]PETSC ERROR: PCSetUp_MG()See docs/index.html for manual pages.
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[123]PETSC ERROR: ------------------------------------------------------------------------
[96]PETSC ERROR: [123]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
./hit on a  named nid21861 by Unknown Fri May 24 16:12:20 2013
[96]PETSC ERROR: [123]PETSC ERROR: Libraries linked from 
MatConvert() line 3747 in src/mat/interface/matrix.c
[123]PETSC ERROR: Configure run at 
[96]PETSC ERROR: [123]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
Configure options 
[96]PETSC ERROR: [123]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
------------------------------------------------------------------------
[96]PETSC ERROR: [123]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
[96]PETSC ERROR: [123]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
MatSetType() line 74 in src/mat/interface/matreg.c
[96]PETSC ERROR: [123]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[96]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[123]PETSC ERROR: [96]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[123]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[123]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[123]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[123]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[123]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[123]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
 line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[41]PETSC ERROR: [47]PETSC ERROR: [44]PETSC ERROR: [45]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[40]PETSC ERROR: [41]PETSC ERROR: [45]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[41]PETSC ERROR: [45]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[45]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: AssertiKSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[63]PETSC ERROR: [34]PETSC ERROR: Configure run at 
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[34]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[34]PETSC ERROR: [63]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[34]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
Configure options 
[59]PETSC ERROR: [63]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
------------------------------------------------------------------------
[63]PETSC ERROR: [59]PETSC ERROR: MatCreate_SeqDense() line 2189 in src/mat/impls/dense/seq/dense.c
MatSetType() line 74 in src/mat/interface/matreg.c
[63]PETSC ERROR: [59]PETSC ERROR: MatSetType() line 74 in src/mat/interface/matreg.c
MatConvert() line 3747 in src/mat/interface/matrix.c
[63]PETSC ERROR: [59]PETSC ERROR: MatConvert() line 3747 in src/mat/interface/matrix.c
PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
[63]PETSC ERROR: [59]PETSC ERROR: PCSetUp_SVD() line 51 in src/ksp/pc/impls/svd/svd.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[63]PETSC ERROR: [59]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[63]PETSC ERROR: [59]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
[63]PETSC ERROR: [59]PETSC ERROR: PCSetUp_MG() line 729 in src/ksp/pc/impls/mg/mg.c
PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
[63]PETSC ERROR: [59]PETSC ERROR: PCSetUp_GAMG() line 984 in src/ksp/pc/impls/gamg/gamg.c
PCSetUp() line 832 in src/ksp/pc/interface/precon.c
[63]PETSC ERROR: [59]PETSC ERROR: PCSetUp() line 832 in src/ksp/pc/interface/precon.c
KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
[63]PETSC ERROR: KSPSetUp() line 278 in src/ksp/ksp/interface/itfunc.c
on `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
hit: gamg.c:568: PCSetUp_GAMG: Assertion `pc->setupcalled' failed.
_pmiu_daemon(SIGCHLD): [NID 21860] [c9-1c1s2n2] [Fri May 24 16:12:48 2013] PE RANK 64 exit signal Aborted
[NID 21860] 2013-05-24 16:12:48 Apid 1659986: initiated application termination
_pmiu_daemon(SIGCHLD): [NID 21861] [c9-1c1s2n3] [Fri May 24 16:12:48 2013] PE RANK 96 exit signal Aborted
Application 1659986 exit codes: 134
Application 1659986 exit signals: Killed
Application 1659986 resources: utime ~62s, stime ~34s


More information about the petsc-users mailing list