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
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
Output from ompi_info:
Package: Open MPI root@centos-6-5-x86-64-1.localdomain
Distribution
Open MPI: 1.6.2
Open MPI SVN revision: r27344
Open MPI release date: Sep 18, 2012
Open RTE: 1.6.2
Open RTE SVN revision: r27344
Open RTE release
Yeah, this was built with a bunch of stuff you don't want. Are you trying to
just run with TCP and not Infiniband? If so, then you want
mpirun -mca btl tcp,sm,self
and the problem should go away.
On Jun 30, 2014, at 11:06 AM, Jeffrey A Cummings
wrote:
> Output from ompi_info:
>
>
>
I've tried that parameter, but with the order self,sm,tcp. Should this
behave differently than the order you suggest?
Jeffrey A. Cummings
Engineering Specialist
Performance Modeling and Analysis Department
Systems Analysis and Simulation Subdivision
Systems Engineering Division
Engineering and
No, it shouldn't matter at all. With that param, the IB-based systems should be
excluded from operating.
On Jun 30, 2014, at 11:18 AM, Jeffrey A Cummings
wrote:
> I've tried that parameter, but with the order self,sm,tcp. Should this
> behave differently than the order you suggest?
>
>
>