[mpich-discuss] Invalid error code (217112352) (error ring index 30 invalid)

Darius Buntinas buntinas at mcs.anl.gov
Mon Nov 2 12:57:35 CST 2009


Let's make sure error messages have been enabled in your build.  What
configure options did you use when building mpich2?

This looks like something might be getting corrupted in the stack.  Can
you try running your application with valgrind?  E.g.,:

    mpiexec -n 5 valgrind -q ./myapp

The output of all of the processes will be interleaved, but you should
be able to see if an error is generated somewhere.

-d


On 11/02/2009 02:58 AM, Tim Stitt wrote:
> Hi all,
> 
> I have a MPI code that runs to completion but generates the following
> message at the end of every run (note: the numbers change from run to run):
> 
> Invalid error code (217112352) (error ring index 30 invalid)
> 
> The output from the code seems to suggest that it is executing correctly
> so I was hoping if someone could explain why such a message is appearing
> and how I can remove it.
> 
> Thanks in advance for any assistance,
> 
> Regards,
> 
> Tim.
> 
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss


More information about the mpich-discuss mailing list