The C/R Debugging feature (the ability to do reversible debugging or
backward stepping with gdb and/or DDT) was added on 8/10/2010 in the commit
below:
https://svn.open-mpi.org/trac/ompi/changeset/23587
This feature never made it into a release so it was only ever available on
the trunk. However
I don't recall ever seeing such an option in Open MPI - what makes you believe
it should exist?
On Jun 29, 2014, at 9:25 PM, Đỗ Mai Anh Tú wrote:
> Hi all,
>
> I am trying to run the checkpoint/restart enabled debugging code in Open
> MPI. This requires configure this option at the set up step
Hi all,
I am trying to run the checkpoint/restart enabled debugging code in Open
MPI. This requires configure this option at the set up step :
./configure --with-ft=cr --enable-crdebug
But no matter which version of Open MPI, I can't not find any option as
--enable-crdebug (I have tried all vers