Re: [petsc-dev] sor smoothers

2013-09-16 Thread Mark F. Adams
When I do SOR I record the state, with the intent of checking that state in MatResidual to see if we are good to use the cached Ux. But the state of the vector is incremented after SOR so it can not be the same. So I moved the increment before the call to MatSOR. Fine. But I still have a str

[petsc-dev] Petsc test

2013-09-16 Thread Jose David Bermeol
Hi, I'm testing my Matsolver that uses pardico for MATMPIAIJ matrices, I want to know if you have a set of test for solvers and tests for scalability(to do benchmarking). Thanks

Re: [petsc-dev] get moving on gnu make version of PETSc compiler

2013-09-16 Thread Satish Balay
On Mon, 16 Sep 2013, Jed Brown wrote: > Satish Balay writes: > > Thanks. I also had to fix 'make' thats used by --download-mpich. Both > > commits > > pushed to 'jed/gnumake' and merged to 'next' > > I haven't heard anything else. Does that mean it's working perfectly > for everyone or that no

Re: [petsc-dev] sor smoothers

2013-09-16 Thread Mark F. Adams
Jed, where you going to give me a PetscObjectGetId?

Re: [petsc-dev] get moving on gnu make version of PETSc compiler

2013-09-16 Thread Jed Brown
Satish Balay writes: > Thanks. I also had to fix 'make' thats used by --download-mpich. Both commits > pushed to 'jed/gnumake' and merged to 'next' I haven't heard anything else. Does that mean it's working perfectly for everyone or that nobody is running 'next'? If it's working, I'd like to me

[petsc-dev] Compile petsc to use external Package

2013-09-16 Thread Jose David Bermeol
Hi what I have done until now if the following: - Create a cpardiso folder: - Implementation of my linear solver for mpiaij matrices. - Create a make file for configuration - Add '#define MATSOLVERCPARDISO "cpardiso"' in petscmat.h file - Add mkl.py - Add cpardi

[petsc-dev] petsc/petsc seems to have disappeared from bitbucket

2013-09-16 Thread Mark F. Adams
petsc/petsc seems to have disappeared at bitbucket.org - did I miss a memo?

Re: [petsc-dev] Compile petsc to use external Package

2013-09-16 Thread Jose David Bermeol
I solve the problem, I had to add the method MatGetFactor for my package in mpiaij.c - Original Message - From: "Jose David Bermeol" To: petsc-dev@mcs.anl.gov Sent: Monday, September 16, 2013 10:41:24 AM Subject: [petsc-dev] Compile petsc to use external Package Hi what I have done unti

Re: [petsc-dev] petsc/petsc seems to have disappeared from bitbucket

2013-09-16 Thread Peter Brune
https://bitbucket.org/petsc/petsc seems OK to me, and I can pull fine. - Peter On Mon, Sep 16, 2013 at 10:07 AM, Mark F. Adams wrote: > petsc/petsc seems to have disappeared at bitbucket.org - did I miss a > memo? >

[petsc-dev] Fwd: [petsc-maint] DMPlexCreateCGNS

2013-09-16 Thread Stefan Glimberg
Hi guys, Here is a patch with some corrections to plexcgns.c (CGNS to DMPlex reading). I previously sent this patch directly to Jed Brown by mistake, sorry for the inconvenience. Best, Stefan Glimberg 0001-Updated-CGNS-to-DMPlex.patch Description: Binary data