[mpich-discuss] mpich-discuss Digest, Vol 34, Issue 28

Anthony Chan chan at mcs.anl.gov
Tue Jul 26 16:20:15 CDT 2011



----- Original Message -----

> =====================================================================================
> = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
> = EXIT CODE: 11
> = CLEANING UP REMAINING PROCESSES
> = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
> =====================================================================================

It seems your code exits with segfault, invalid access of memory.
In general, you could use debugger to find out where the segfault is.
Depends on what compiler you use to compile your application, some
compiler provides backtrace support in case like this.

A.Chan


More information about the mpich-discuss mailing list