[petsc-dev] patch for block size in VecLoad_HDF5

2012-05-16 Thread Matthew Knepley
-- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120516/f81cbe5f/attachment.html>

[petsc-dev] patch for block size in VecLoad_HDF5

2012-05-16 Thread Blaise Bourdin
Hi, ex19 in src/vec/vec/examples/tutorials is still broken, since changing block size of a Vec is no longer supported. the mechanism in VecLoad_HDF5 was to rely on an undocumented flag (-vecload_block_size) Shall we require that the block size be set _before_ calling VecLoad (in which case, I

[petsc-dev] please review this patch

2012-05-16 Thread Satish Balay
They were added in the following commit http://petsc.cs.iit.edu/petsc/petsc-dev/rev/97e68eb8972d Satish On Wed, 16 May 2012, Barry Smith wrote: > > Looks good for me. I cannot explain why those lines are there. > >Barry > > On May 16, 2012, at 10:51 AM, Lisandro Dalcin wrote: > > > Co

[petsc-dev] please review this patch

2012-05-16 Thread Barry Smith
Looks good for me. I cannot explain why those lines are there. Barry On May 16, 2012, at 10:51 AM, Lisandro Dalcin wrote: > Could you please help me to review this patch? These lines disable the > usage of MatSolve_SeqAIJ_NaturalOrdering_inplace that is set a few > lines above. Am I missin

[petsc-dev] fortran questions

2012-05-16 Thread Satish Balay
On Wed, 16 May 2012, Blaise Bourdin wrote: > >>> - I would like to create the fortran datatype for PetscBag (Barry: yes, I > >>> have a fortran fetish), but I am not completely sure where to start. In > >>> particular, how are the .h / .h90 in include/finclude/f90-auto created? > >> > >> bfort

[petsc-dev] fortran questions

2012-05-16 Thread Blaise Bourdin
On May 16, 2012, at 11:48 AM, Satish Balay wrote: > On Wed, 16 May 2012, Satish Balay wrote: > >> On Wed, 16 May 2012, Blaise Bourdin wrote: >> >>> Hi, >>> >>> I am trying to have a look at the fortran modules code. >>> - the petsc and petscdef modules are defined in src/ts/f90-mod/petsctsmod.

[petsc-dev] please review this patch

2012-05-16 Thread Lisandro Dalcin
Could you please help me to review this patch? These lines disable the usage of MatSolve_SeqAIJ_NaturalOrdering_inplace that is set a few lines above. Am I missing something? diff -r 7ea93c40c86e src/mat/impls/aij/seq/aijfact.c --- a/src/mat/impls/aij/seq/aijfact.c Sun May 13 21:38:46 2012 -050

[petsc-dev] fortran questions

2012-05-16 Thread Satish Balay
On Wed, 16 May 2012, Satish Balay wrote: > On Wed, 16 May 2012, Blaise Bourdin wrote: > > > Hi, > > > > I am trying to have a look at the fortran modules code. > > - the petsc and petscdef modules are defined in src/ts/f90-mod/petsctsmod.F > > would it make more sense to move them to src/f90-mo

[petsc-dev] fortran questions

2012-05-16 Thread Satish Balay
On Wed, 16 May 2012, Blaise Bourdin wrote: > Hi, > > I am trying to have a look at the fortran modules code. > - the petsc and petscdef modules are defined in src/ts/f90-mod/petsctsmod.F > would it make more sense to move them to src/f90-mod/petscmod.F The progression was as follows: - every p

[petsc-dev] fortran questions

2012-05-16 Thread Blaise Bourdin
Hi, I am trying to have a look at the fortran modules code. - the petsc and petscdef modules are defined in src/ts/f90-mod/petsctsmod.F would it make more sense to move them to src/f90-mod/petscmod.F - Is there a valid reason for not including petscdef.h in the module petsc? - I would like to cr