[petsc-dev] Mixing separate and shared ouputs

Scott Kruger kruger at txcorp.com
Wed Oct 2 11:45:38 CDT 2019



Fixed in MR# 2138
https://gitlab.com/petsc/petsc/merge_requests/2138

Thanks for the report.

Scott


On 9/28/19 3:44 AM, Pierre Jolivet via petsc-dev wrote:
> 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
> 

-- 
Tech-X Corporation               kruger at txcorp.com
5621 Arapahoe Ave, Suite A       Phone: (720) 974-1841
Boulder, CO 80303                Fax:   (303) 448-7756


More information about the petsc-dev mailing list