[petsc-dev] where did ksp_type preonly go?
Srinath Vadlamani
srinath at txcorp.com
Mon Sep 13 17:00:39 CDT 2010
We have our own test code and ran this command:
mpirun -n 2 ./withSplitArrays 100 -ksp_type preonly -pc_type lu
-pc_factor_mat_solver_package superlu_dist
built with 2 hour old petsc-dev
1)easy makefile for splitArrays.tar.gz
2) changed the PETSC_ASCII_VIEWER variables to the nonunderscored version
for petsc-dev (Please do not fear underscores. To many of those types in
this world already).
Compiles and runs with the following error.
[0]PETSC ERROR: --------------------- Error Message
------------------------------------
[0]PETSC ERROR: Null argument, when expecting valid pointer!
[0]PETSC ERROR: Null Object: Parameter # 1!
[0]PETSC ERROR:
------------------------------------------------------------------------
[0]PETSC ERROR: Petsc Development HG revision:
1d26a87f605c22e34f04f39de759fe7e87f597ee HG Date: Sat Sep 11 16:08:13 2010
-0700
[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: [1]PETSC ERROR: --------------------- Error Message
------------------------------------
[1]PETSC ERROR: Null argument, when expecting valid pointer!
[1]PETSC ERROR: Null Object: Parameter # 1!
[1]PETSC ERROR:
------------------------------------------------------------------------
[1]PETSC ERROR: Petsc Development HG revision:
1d26a87f605c22e34f04f39de759fe7e87f597ee HG Date: Sat Sep 11 16:08:13 2010
-0700
[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: ./withSplitArrays on a real-par- named proton.txcorp.com by
srinath Mon Sep 13 15:54:51 2010
[1]PETSC ERROR: Libraries linked from
/Users/srinath/software/petsc-real-par/lib
[1]PETSC ERROR: Configure run at Mon Sep 13 11:04:14 2010
[1]PETSC ERROR: Configure options --with-petsc-arch=real-par-debug
--with-petsc-dir=/Users/srinath/work/TxProjects/petsc-dev
--with-scalar-type=real --with-debugging=yes --with-debugger=totalview
--download-superlu_dist=1 --download-hypre=1 --download-mumps=1
--download-spooles=1 --with-blas-lapack-lib="[-framework Accelerate]"
--with-shared=0 --download-blacs=1 --download-parmetis=1 --download-szip=1
--download-scalapack=1 -prefix=/Users/srinath/software/petsc-real-par
[1]PETSC ERROR:
------------------------------------------------------------------------
[1]PETSC ERROR: MatGetFactor() line 3717 in src/mat/interface/matrix.c
[1]PETSC ERROR: PCFactorSetMatSolverPackage_Factor() line 183 in
src/ksp/pc/impls/factor/factimpl.c
[1]PETSC ERROR: 0 2 5 8 11
14 17 20 23 26 29
32 35 38 41 44 47
50 53 56 59 62 65 68
71 74 77 80 83 86
89 92 95 98 101 104
107 110 113 116 119 122 125
128 131 134 137 140 143
146 148
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
Option left: name:-ksp_type value: preonly
0 2 5 8 11 14
17 20 23 26 29 32
35 38 41 44 47 50 53
56 59 62 65 68 71
74 77 80 83 86 89
92 95 98 101 104 107 110
113 116 119 122 125 128
131 134 137 140 143 146
148
------------------------------------------------------------------------
[0]PETSC ERROR: ./withSplitArrays on a real-par- named proton.txcorp.com by
srinath Mon Sep 13 15:54:51 2010
[0]PETSC ERROR: Libraries linked from
/Users/srinath/software/petsc-real-par/lib
[0]PETSC ERROR: Configure run at Mon Sep 13 11:04:14 2010
[0]PETSC ERROR: Configure options --with-petsc-arch=real-par-debug
--with-petsc-dir=/Users/srinath/work/TxProjects/petsc-dev
--with-scalar-type=real --with-debugging=yes --with-debugger=totalview
--download-superlu_dist=1 --download-hypre=1 --download-mumps=1
--download-spooles=1 --with-blas-lapack-lib="[-framework Accelerate]"
--with-shared=0 --download-blacs=1 --download-parmetis=1 --download-szip=1
--download-scalapack=1 -prefix=/Users/srinath/software/petsc-real-par
[0]PETSC ERROR:
------------------------------------------------------------------------
[0]PETSC ERROR: MatGetFactor() line 3717 in src/mat/interface/matrix.c
[0]PETSC ERROR: PCFactorSetMatSolverPackage_Factor() line 183 in
src/ksp/pc/impls/factor/factimpl.c
[0]PETSC ERROR: PCFactorSetMatSolverPackage() line 283 in
src/ksp/pc/impls/factor/factor.c
[0]PETSC ERROR: PCSetFromOptions_Factor() line 274 in
src/ksp/pc/impls/factor/factimpl.c
[0]PETSC ERROR: PCSetFromOptions_LU() line 66 in
src/ksp/pc/impls/factor/lu/lu.c
[0]PETSC ERROR: PCSetFromOptions() line 185 in src/ksp/pc/interface/pcset.c
[0]PETSC ERROR: KSPSetFromOptions() line 292 in src/ksp/ksp/interface/itcl.c
PCFactorSetMatSolverPackage() line 283 in src/ksp/pc/impls/factor/factor.c
[1]PETSC ERROR: PCSetFromOptions_Factor() line 274 in
src/ksp/pc/impls/factor/factimpl.c
[1]PETSC ERROR: PCSetFromOptions_LU() line 66 in
src/ksp/pc/impls/factor/lu/lu.c
[1]PETSC ERROR: PCSetFromOptions() line 185 in src/ksp/pc/interface/pcset.c
[1]PETSC ERROR: KSPSetFromOptions() line 292 in src/ksp/ksp/interface/itcl.c
help?
--
=========================
Srinath Vadlamani, PhD.
Tech-X Corp. Research Scientist
5621 Arapahoe Ave. Suite A
Boulder, CO 80303
303-996-2034
=========================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100913/24c9f2c6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log
Type: application/octet-stream
Size: 47023 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100913/24c9f2c6/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.log
Type: application/octet-stream
Size: 4189431 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100913/24c9f2c6/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: splitArrays.tar.gz
Type: application/x-gzip
Size: 3899 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100913/24c9f2c6/attachment.gz>
More information about the petsc-dev
mailing list