Re: [petsc-users] PetscBarrier from fortran

2018-11-07 Thread Smith, Barry F. via petsc-users
This comes from the new type checking for Fortran code. I suggest you just call MPI_Barrier() using MPI_COMM_WORLD from Fortran. Barry > On Nov 6, 2018, at 11:37 PM, Marius Buerkle via petsc-users > wrote: > > Hi > > When calling PetscBarrier from fortran using "call >

Re: [petsc-users] PETSc (3.9.0) GAMG weak scaling test issue

2018-11-07 Thread Mark Adams via petsc-users
First I would add -gamg_est_ksp_type cg You seem to be converging well so I assume you are setting the null space for GAMG. Note, you should test hypre also. You probably want a bigger "-pc_gamg_process_eq_limit 50". 200 at least but you test your machine with a range on the largest problem.

Re: [petsc-users] [petsc-maint] Correct use of PCFactorSetMatOrderingType

2018-11-07 Thread Mark Adams via petsc-users
please respond to petsc-users. You are doing 5 solves here in 14 seconds. You seem to be saying that the two pressure solves are taking all of this time. I don't know why the two solves are different. You seem to be saying that OpenFOAM solves the problem in 10 seconds and PETSc solves it in 14

Re: [petsc-users] Vec, Mat and binaryfiles.

2018-11-07 Thread Jed Brown via petsc-users
Please always use "reply-all" so that your messages go to the list. This is standard mailing list etiquette. It is important to preserve threading for people who find this discussion later and so that we do not waste our time re-answering the same questions that have already been answered in

Re: [petsc-users] Problems about PCtype bjacobi

2018-11-07 Thread Mark Adams via petsc-users
On Wed, Nov 7, 2018 at 10:16 AM Yingjie Wu via petsc-users < petsc-users@mcs.anl.gov> wrote: > Dear Petsc developer: > Hi, > Recently, I'm solving the problems of nonlinear systems of PDEs, I > encountered some problems about precondition and wanted to seek help. > > 1.I set the precondition