Re: [OMPI devel] mca_base_component_distill_checkpoint_ready variable

2014-03-03 Thread Hjelm, Nathan T
Looks good to me. -Nathan On Monday, March 03, 2014 10:04 AM, devel [devel-boun...@open-mpi.org] on behalf of Adrian Reber [adr...@lisas.de] wrote: > To: Open MPI Developers > Subject: Re: [OMPI devel] mca_base_component_distill_checkpoint_ready > variable > > On Fri, Feb 21

Re: [OMPI devel] mca_base_component_distill_checkpoint_ready variable

2014-03-03 Thread Adrian Reber
On Fri, Feb 21, 2014 at 10:12:54AM -0700, Nathan Hjelm wrote: > On Fri, Feb 21, 2014 at 05:21:10PM +0100, Adrian Reber wrote: > > There is a variable in the FT code which is not defined and therefore > > currently #ifdef'd out. > > > > #if (OPAL_ENABLE_FT == 1) && (OPAL_ENABLE_FT_CR == 1) > >

Re: [OMPI devel] mca_base_component_distill_checkpoint_ready variable

2014-02-21 Thread Nathan Hjelm
On Fri, Feb 21, 2014 at 05:21:10PM +0100, Adrian Reber wrote: > There is a variable in the FT code which is not defined and therefore > currently #ifdef'd out. > > #if (OPAL_ENABLE_FT == 1) && (OPAL_ENABLE_FT_CR == 1) > #ifdef ENABLE_FT_FIXED > /* FIXME_FT > * > * the variable

[OMPI devel] mca_base_component_distill_checkpoint_ready variable

2014-02-21 Thread Adrian Reber
There is a variable in the FT code which is not defined and therefore currently #ifdef'd out. #if (OPAL_ENABLE_FT == 1) && (OPAL_ENABLE_FT_CR == 1) #ifdef ENABLE_FT_FIXED /* FIXME_FT * * the variable mca_base_component_distill_checkpoint_ready * was removed by commit