Seems a problem with the MPI install. You could try compiling and running a
same MPI (only) code to see if MPI_Init() then MPI_Finalize() succeed or not.
Barry
> On Mar 11, 2019, at 4:47 PM, Edoardo alinovi
> wrote:
>
> Thanks Barry for the help as usual.
>
> Attached the errors. M
Not good. Run the test manually, then in the debugger to see exactly where
it is crashing.
cd src/snes/examples/tutorials
make ex19
./ex19
gdb (or the intel debugger) ./ex19
run
Send all the output
> On Mar 11, 2019, at 4:13 PM, Edoardo alinovi via petsc-users