[petsc-users] Fatal error in MPI_Allreduce: Error message texts are not available[cli_9]: aborting job:

Satish Balay balay at mcs.anl.gov
Sat Aug 6 09:31:20 CDT 2011


On Sat, 6 Aug 2011, Matthew Knepley wrote:

> On Sat, Aug 6, 2011 at 2:22 PM, Satish Balay <balay at mcs.anl.gov> wrote:

> > The application is already started with -start_in_debugger. So you don't do
> > 'r run.xml'
> >
> > You place a break point at relavent locations - and then do 'c' for
> > continue
> >
> 
> Satish is right. Also, at this point you can set the arguments using
> 
>   set args run.xml

Actually the program is already started - so this can't be reset. Just set the arguments at start time.

mpiexec -n 4 program run.xml -start_in_debugger

[or whatever scheme is normally when the code is used without -start_in_debugger]

Satish

> 
> 
> > (gdb) b PetscError
> > (gdb) c
> >
> > Satish
> 
> 
> 
> 
> 



More information about the petsc-users mailing list