Re: [petsc-dev] GCC8 Fortran length changes from int to size_t

2018-05-04 Thread Jed Brown
Jed Brown writes: > Huh? Or a test that uses enough arguments to not pass in registers if > you insist on creating a test failure. Alternatively, do what the > documentation says. If you doubt the documentation, we can check the > assembly. > > $ cat stringarg.f

Re: [petsc-dev] FieldSplit with different nonzero pattern

2018-05-04 Thread Hong
Pierre: Thanks for creating this use case. I'll check it and get back to you sometime next week. Hong > Hong, > Thanks for your reply. > It’s not so minimalist, but at least it is based on one of your example. > diff --git a/src/ksp/ksp/examples/tutorials/ex42.c b/src/ksp/ksp/examples/ >

Re: [petsc-dev] FieldSplit with different nonzero pattern

2018-05-04 Thread Pierre Jolivet
Hong, Thanks for your reply. It’s not so minimalist, but at least it is based on one of your example. diff --git a/src/ksp/ksp/examples/tutorials/ex42.c b/src/ksp/ksp/examples/tutorials/ex42.c index 8be4389a2d..520c82569a 100644 --- a/src/ksp/ksp/examples/tutorials/ex42.c +++