Re: [petsc-dev] nested timers transfers and reductions

2018-04-09 Thread Smith, Barry F.
Hopefully all these problems are resolved with https://bitbucket.org/petsc/petsc/pull-requests/925/fix-some-missing-functionality-for-nested/diff Barry > On Apr 9, 2018, at 4:37 AM, Klaij, Christiaan wrote: > > Hi Barry, > > I've put the functions and fortran

Re: [petsc-dev] getting on with the nested timers

2018-04-09 Thread Smith, Barry F.
Hopefully all these problems are resolved with https://bitbucket.org/petsc/petsc/pull-requests/925/fix-some-missing-functionality-for-nested/diff Barry > On Apr 5, 2018, at 6:31 AM, Klaij, Christiaan wrote: > > Matt, > > I guess you meant to send this link: > >

Re: [petsc-dev] nested timers transfers and reductions

2018-04-09 Thread Klaij, Christiaan
Hi Barry, I've put the functions and fortran bindings in the attached files. In our code, we use them as follows: CALL mpi_bcast(value,1,MPI_LOGICAL,iproc,MPI_COMM_WORLD,ier) IF(ier/=0) CALL tracing_abort('ERROR in bcast logical root !') IF (iproc==thisprocess) THEN ier =