Issue compiling on snow leopard

2009-09-18 Thread Niall Moran
Hi, I am trying to compile petsc on snow leopard. I need to have complex support and support for C++. I am using the gcc and g++ compilers that come packaged with the developers tools i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) Copyright (C) 2007 Free Software

Issue compiling on snow leopard

2009-09-18 Thread David Colignon
Hi, I already have had the same kind of problem and here is the answer I got from Barry Smith : This happens because the BuildSystem inherits the bad feature of autoconf that checks for functions using the C compiler even when the C++ compiler will be used to actually compile the

Petsc and .Net

2009-09-18 Thread Michel Cancelliere
was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090918/36ed9d56/attachment.htm

Issue compiling on snow leopard

2009-09-18 Thread Matthew Knepley
. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090918/a1fac796/attachment-0001.htm

Problem with MatMatMultTranspose

2009-09-18 Thread Niall Moran
Matthew Knepley wrote: On Thu, Sep 17, 2009 at 12:44 PM, Niall Moran nmoran at thphys.nuim.ie mailto:nmoran at thphys.nuim.ie wrote: Hi, I am just wondering if anything has changed on the status of this feature. Would be great to be able to perform matrix vector

Problem with MatMatMultTranspose

2009-09-18 Thread Matthew Knepley
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/20090918

Problem with MatMatMultTranspose

2009-09-18 Thread Hong Zhang
Should we create a new matrix type, say hbaij, for operations of Hermitian matrices? Hong On Fri, 18 Sep 2009, Matthew Knepley wrote: On Fri, Sep 18, 2009 at 7:32 AM, Niall Moran nmoran at thphys.nuim.ie wrote: Matthew Knepley wrote: On Thu, Sep 17, 2009 at 12:44 PM, Niall Moran nmoran at

Problem with MatMatMultTranspose

2009-09-18 Thread Matthew Knepley
. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090918/b4916301/attachment.htm

memory reporting question

2009-09-18 Thread Matt Funk
/20090918/8e0902c2/attachment.htm

memory reporting question

2009-09-18 Thread Satish Balay
There is no destroy call between PetscMemoryGetCurrentUsage(), PetscMemoryGetMaximumUsage - so MaxUsage isn't updated. Perhaps it should be updated in PetscMemoryGetCurrentUsage() call aswell? Satish On Fri, 18 Sep 2009, Matt Funk wrote: Ok, i am more confused now. The following is part

MatMatMult_MPIDense_MPIDense() works currently?

2009-09-18 Thread Fábio Leite
Centro de Inform?tica - UFPE - 2007.1 -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090918/88c019cd/attachment.htm

MatMatMult_MPIDense_MPIDense() works currently?

2009-09-18 Thread Hong Zhang
You may test your plapack installation using /src/mat/examples/tests/ex103.c or ex107.c See runex103 ore runex107 in /src/mat/examples/tests/makefile. Hmm, ex123.c is a test for MatMatMult() using plapack. runnning it, I get [1]PETSC ERROR: Error in external library! [1]PETSC ERROR: Due to

MatMatMult_MPIDense_MPIDense() works currently?

2009-09-18 Thread Fábio Leite
of Computing Engineering Centro de Inform?tica - UFPE - BRAZIL -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090918/7ff49c2a/attachment-0001.htm -- next part -- 10 10 5.0 5.0 5.0 5.0 5.0

MatMatMult_MPIDense_MPIDense() works currently?

2009-09-18 Thread Barry Smith
This mail belongs in petsc-maint at mcs.anl.gov You will need to run in the debugger to see what it is crashing or even better run in the debugger with valgrind (see valgrind.org). Barry On Sep 18, 2009, at 6:17 PM, F?bio Leite wrote: Thanks Hong, I tested this examples (ex103.c

MatMatMult_MPIDense_MPIDense() works currently?

2009-09-18 Thread Hong Zhang
In my previous email, I tested petsc-dev/src/mat/examples/tests/ex123.c on MatMatMult_MPIDense_MPIDense() and get error: Hmm, ex123.c is a test for MatMatMult() using plapack. runnning it, I get [1]PETSC ERROR: Error in external library! [1]PETSC ERROR: Due to aparent bugs in PLAPACK,this is not