[petsc-dev] Mixing separate and shared ouputs

Pierre Jolivet pierre.jolivet at enseeiht.fr
Sat Sep 28 04:44:20 CDT 2019


Hello,
If I put something like this in src/ksp/ksp/examples/tutorials/ex12.c
      args: -ksp_gmres_cgs_refinement_type refine_always -ksp_type {{cg gmres}separate output} -pc_type {{jacobi bjacobi lu}separate output}
I get
# success 9/13 tests (69.2%)

Now 
      args: -ksp_gmres_cgs_refinement_type refine_always -ksp_type {{cg gmres}shared output} -pc_type {{jacobi bjacobi lu}shared output}
Still gives me
# success 9/13 tests (69.2%)

But
      args: -ksp_gmres_cgs_refinement_type refine_always -ksp_type {{cg gmres}shared output} -pc_type {{jacobi bjacobi lu}separate output}
Gives me
# success 6/7 tests (85.7%)

Is this the expected behavior?
Any easy way to get 13 tests as well?

Thanks,
Pierre


More information about the petsc-dev mailing list