Re: [OMPI users] Problem moving from 1.4 to 1.6

2014-06-30 Thread Ralph Castain
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? > > >

Re: [OMPI users] Problem moving from 1.4 to 1.6

2014-06-30 Thread Jeffrey A Cummings
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

Re: [OMPI users] Problem moving from 1.4 to 1.6

2014-06-30 Thread Ralph Castain
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: > > >

Re: [OMPI users] Problem moving from 1.4 to 1.6

2014-06-30 Thread Jeffrey A Cummings
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

Re: [OMPI users] Missing -enable-crdebug option in configure step

2014-06-30 Thread Ralph Castain
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

[OMPI users] Missing -enable-crdebug option in configure step

2014-06-30 Thread Đỗ Mai Anh Tú
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