[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Ping Rong
scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/a1505d6c/attachment.htm>

[petsc-users] slepc compilation problem: 'module' object has no attribute 'INSTALL_DIR'

2011-10-27 Thread Kyunghoon Lee
l directory: ' + petscconf.INSTALL_DIR) > > AttributeError: 'module' object has no attribute 'INSTALL_DIR' > > > > Plz help me with this error. > > > > slepc-3.1 is not compatible with petsc-3.2. > You have to wait for slepc-3.2, which wil

[petsc-users] query about PETSc usage in Fortran applications

2011-10-27 Thread Dominik Szczerba
> instrumental in getting a parallel version. Sieve really helped me getting > to large problems (largest to date being a 24M elements, 2,400 cores > simulation, after which I cannot find tools to post-process my results) I was doing ~100M elements postpro in VTK. Dominik

[petsc-users] slepc compilation problem: 'module' object has no attribute 'INSTALL_DIR'

2011-10-27 Thread Kyunghoon Lee
L_DIR) AttributeError: 'module' object has no attribute 'INSTALL_DIR' Plz help me with this error. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/8d22797b/attachment-0001.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Ping Rong
Hello all, I was trying to compile the PETSc-3.2-p4 with superlu_dist. The machine is running with Ubuntu 10.04, gcc 4.4.5 and cmake 2.8.5. the configuration looks like the following: ./config/configure.py \ --with-precision=double \ --with-blas-lib=$LIBS_DIR/lapack/lib/libblas.so \ --with-lapac

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread behzad baghapour
SP or PC. > -- == Behzad Baghapour Ph.D. Candidate, Mechecanical Engineering University of Tehran, Tehran, Iran https://sites.google.com/site/behzadbaghapour Fax: 0098-21-88020741 == -- next part -- An HTM

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread behzad baghapour
98-21-88020741 == -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/807b3418/attachment.htm>

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread behzad baghapour
gt; experiments lead. > -- Norbert Wiener > -- == Behzad Baghapour Ph.D. Candidate, Mechecanical Engineering University of Tehran, Tehran, Iran https://sites.google.com/site/behzadbaghapour Fax: 0098-21-88020741 == -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/4d01233f/attachment.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Satish Balay
thanks! petsc-dev now updated to use the new tarball. Satish On Thu, 27 Oct 2011, Xiaoye S. Li wrote: > Okay, the older superlu_4.2.tar.gz is reverted, and the new one is > superlu_4.3.tar.gz. > > Sherry > > > On Thu, Oct 27, 2011 at 12:20 PM, Jed Brown wrote: > > On Thu, Oct 27, 2011 at 13:

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread behzad baghapour
e.com/site/behzadbaghapour Fax: 0098-21-88020741 == -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/7db44540/attachment.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Jed Brown
*.py make -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/5e44b5d3/attachment.htm>

[petsc-users] slepc compilation problem: 'module' object has no attribute 'INSTALL_DIR'

2011-10-27 Thread Jose E. Roman
El 27/10/2011, a las 15:51, Kyunghoon Lee escribi?: > Hi, > > slpec used to work, but somehow I cannot compile it again after I recompiled > petsc to enable complex variable support. Here's what I did: > > $ export SLEPC_DIR=$PWD > $ export PETSC_DIR=/Users/aeronova/Development/local/lib64/p

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Jed Brown
An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/4d434000/attachment.htm>

[petsc-users] Print ||r(i)||/||Ax0-b|| while monitoring

2011-10-27 Thread Dominik Szczerba
Is there an equivalent of -ksp_monitor_true_residual to get ||r(i)||/||Ax0-b|| (x0 initial guess) instead of ||r(i)||/||b|| ? Many thanks, Dominik

[petsc-users] query about PETSc usage in Fortran applications

2011-10-27 Thread Blaise Bourdin
ax +1 (225) 578 4276 http://www.math.lsu.edu/~bourdin -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/f9c2d3bd/attachment-0001.htm>

[petsc-users] KSPMonitorSingularValue

2011-10-27 Thread Klaij, Christiaan
> What happens at restart to the residual norm? That is does the > residual norm change dramatically on the first iteration after > the restart? This is an indication of loss of orthogonality. > > You can put in a restart of 1000 and run for 1000 > iterations. What happens then? > >Barry

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Xiaoye S. Li
Okay, the older superlu_4.2.tar.gz is reverted, and the new one is superlu_4.3.tar.gz. Sherry On Thu, Oct 27, 2011 at 12:20 PM, Jed Brown wrote: > On Thu, Oct 27, 2011 at 13:11, Xiaoye S. Li wrote: >> >> The error is related to the new SuperLU_DIST (v3.0), not serial SuperLU. >> In PETSc / Sup

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Sean Farley
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/9476eb72/attachment.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Satish Balay
Actually the issue is: "when installing both superlu & superlu_dist" together [if superlu gets installed by configure after superlu_dist] - then the include from superlu is the one that gets used. Petsc-3.2 uses superlu_dist-2.5 - and petsc-dev uses superlu_dist-3.0 Now that superlu was updated

[petsc-users] Print ||r(i)||/||Ax0-b|| while monitoring

2011-10-27 Thread Matthew Knepley
--- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/77cef4d1/attachment.htm>

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread Matthew Knepley
art -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/952e8ab4/attachment.htm>

[petsc-users] Joining SNES with user-defined object

2011-10-27 Thread Matthew Knepley
chment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/b8b61aff/attachment.htm>

[petsc-users] support for complex number computations

2011-10-27 Thread Matthew Knepley
t Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/309118b9/attachment.htm>

[petsc-users] Joining SNES with user-defined object

2011-10-27 Thread behzad baghapour
next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/e4053ad0/attachment.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Jed Brown
to have the same API as it had when it was released and make the API change in a new tarball (e.g. 4.3). -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/bc4d3f5d/attachment.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Jed Brown
ith the namespaced enum values? -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/b3e10550/attachment.htm>

[petsc-users] Petsc-3.2 with superlu_dist building error

2011-10-27 Thread Xiaoye S. Li
The error is related to the new SuperLU_DIST (v3.0), not serial SuperLU. In PETSc / SuperLU_DIST wrapper: superlu_dist.c, line 634, DOUBLE should be replaced by SLU_DOUBLE. Sherry On Thu, Oct 27, 2011 at 11:44 AM, Jed Brown wrote: > On Thu, Oct 27, 2011 at 12:34, Ping Rong wrote: >> >> Hello

[petsc-users] KSPMonitorSingularValue

2011-10-27 Thread Barry Smith
If you have an explicit sparse matrix you are storing you can run with -ksp_view_binary and email to us the resulting file called binaryoutput at petsc-maint at mcs.anl.gov if the matrix is smaller than 20 megabytes. If it is larger you can anonymously ftp it to the ftp site called ftp.mcs.an

[petsc-users] support for complex number computations

2011-10-27 Thread Dominik Szczerba
I have several codes using the KSP linear solvers with real numbers. As I understood from the documentation, in order to use complex numbers I have to configure petsc in a different way. The information I failed to find is what does it take to port my current real-based codes to work with a complex

[petsc-users] slepc compilation problem: 'module' object has no attribute 'INSTALL_DIR'

2011-10-27 Thread Jed Brown
On Thu, Oct 27, 2011 at 08:20, Kyunghoon Lee wrote: > Thanks for the info. I guess I have to revert to petsc-3.1. > You can use slepc-dev now. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread Jed Brown
cells, the number dx/lambda will be larger. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/22b3bff9/attachment.htm>

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread Jed Brown
next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/e526e966/attachment.htm>

[petsc-users] Change SNES/TS setting from inside context

2011-10-27 Thread Jed Brown
tp://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111027/ad64d360/attachment.htm>