[petsc-users] How to understand these error messages

Jed Brown jedbrown at mcs.anl.gov
Wed Oct 23 17:22:29 CDT 2013


Fande Kong <fd.kong at siat.ac.cn> writes:

> Hi Barry,
>
> I contacted the supercomputer center, and they asked me for a test case so
> that they can forward it to IBM. Is it possible that we write a test case
> only using MPI?  It is not a good idea that we send them the whole petsc
> code and my code.

This may be possible, but this smells of a message ordering/rendezvous
problem, in which case you'll have to reproduce essentially the same
communication pattern.  The fact that you don't see the error sooner in
your program execution (and that it doesn't affect lots of other people)
indicates that the bug may be very specific to your communication
pattern.  In fact, it is likely that changing your element distribution
algorithm, or some similar changes, may make the bug vanish.
Reproducing all this matching context in a stand-alone code is likely to
be quite a lot of effort.

I would configure the system to dump core on errors and package up the
test case.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20131023/7686d8d8/attachment.pgp>


More information about the petsc-users mailing list