Re: [petsc-dev] please don't mess up master by moving broken shit into

2017-10-25 Thread Smith, Barry F.
Thanks > On Oct 25, 2017, at 11:22 AM, Hong wrote: > > This should be cleaned by > https://bitbucket.org/petsc/petsc/commits/a0d1c92d1d6734b184005d635c14bf9895961849 > > Will merge it to master once it passes nightly tests. > > Hong > > On Tue, Oct 24, 2017 at 10:41

Re: [petsc-dev] please don't mess up master by moving broken shit into

2017-10-25 Thread Hong
This should be cleaned by https://bitbucket.org/petsc/petsc/commits/a0d1c92d1d6734b184005d635c14bf9895961849 Will merge it to master once it passes nightly tests. Hong On Tue, Oct 24, 2017 at 10:41 PM, Barry Smith wrote: > >

[petsc-dev] type(*) not supported by multiple test fortran compilers we use

2017-10-25 Thread Smith, Barry F.
Jed, Unfortunately multiple fortran compilers we use do not support type(*) so we either configure check this stuff (annoying) or stop supporting lots of Fortran compilers. Satish, I guess you need to check all the failed Fortran compilers and see if they have versions that

[petsc-dev] test harness with alternative output files

2017-10-25 Thread Smith, Barry F.
Scott, It looks like you started to put in support for the test harness to compare output against multiple files. $ git grep altfile config/gmakegentest.py:if len(altlist)>1: subst['altfiles']=altlist config/gmakegentest.py: if 'altfiles' not in subst: config/gmakegentest.py:

Re: [petsc-dev] get number of SNES iterations

2017-10-25 Thread Barry Smith
Fixed in the manual page in master. > On Oct 25, 2017, at 7:31 AM, Mark Adams wrote: > > OK, that is what I started using. The documentation used it inside of SNES. > Was not clear to me that it would persist after the solve. > Thanks, > > On Wed, Oct 25, 2017 at 8:23 AM,

Re: [petsc-dev] get number of SNES iterations

2017-10-25 Thread Mark Adams
OK, that is what I started using. The documentation used it inside of SNES. Was not clear to me that it would persist after the solve. Thanks, On Wed, Oct 25, 2017 at 8:23 AM, Matthew Knepley wrote: > TSGetSNES() > SNESGetIterationNumber() > > Or do you want something else? >

Re: [petsc-dev] get number of SNES iterations

2017-10-25 Thread Matthew Knepley
TSGetSNES() SNESGetIterationNumber() Or do you want something else? Matt On Wed, Oct 25, 2017 at 7:59 AM, Mark Adams wrote: > I want to modify the TS time step, in a post-step function, and would > like to get the number of Newton iterations that were used in the time >

[petsc-dev] get number of SNES iterations

2017-10-25 Thread Mark Adams
I want to modify the TS time step, in a post-step function, and would like to get the number of Newton iterations that were used in the time step. I am not seeing how to get that. I see number of linear solver iterations. I'm sure I am missing something ...

Re: [petsc-dev] DMLabel in Fortran

2017-10-25 Thread Matthew Knepley
On Tue, Oct 24, 2017 at 4:22 PM, Adrian Croucher wrote: > hi, > > On 11/10/17 22:18, Matthew Knepley wrote: > > On Tue, Oct 10, 2017 at 9:07 PM, Adrian Croucher < > a.crouc...@auckland.ac.nz> wrote: > >> hi >> >> On 03/08/17 13:10, Matthew Knepley wrote: >> >> On Wed,