Thanks George; that fixed it.


On Aug 26, 2011, at 8:16 PM, bosi...@osl.iu.edu wrote:

> Author: bosilca
> Date: 2011-08-26 20:16:21 EDT (Fri, 26 Aug 2011)
> New Revision: 25098
> URL: https://svn.open-mpi.org/trac/ompi/changeset/25098
> 
> Log:
> Define ORTE_ENABLE_EPOCH and ORTE_RESIL_ORTE.
> 
> Text files modified: 
>   trunk/opal/config/opal_configure_options.m4 |     7 +++++++                 
>                 
>   1 files changed, 7 insertions(+), 0 deletions(-)
> 
> Modified: trunk/opal/config/opal_configure_options.m4
> ==============================================================================
> --- trunk/opal/config/opal_configure_options.m4       (original)
> +++ trunk/opal/config/opal_configure_options.m4       2011-08-26 20:16:21 EDT 
> (Fri, 26 Aug 2011)
> @@ -420,8 +420,15 @@
> #
> AC_ARG_ENABLE(resilient-orte,
>     [AC_HELP_STRING([--enable-resilient-orte], [Enable the resilient runtime 
> code.])])
> +AS_IF( [test "$enable_resilient_orte" = "yes"], [result=1], [result=0] )
> +
> AM_CONDITIONAL(ORTE_RESIL_ORTE, [test "$enable_resilient_orte" = "yes"])
> +AC_DEFINE_UNQUOTED([ORTE_RESIL_ORTE], [$result],
> +     [Compile a resilient version of Open MPI])
> +
> AM_CONDITIONAL(ORTE_ENABLE_EPOCH, [test "$enable_resilient_orte" = "yes"])
> +AC_DEFINE_UNQUOTED([ORTE_ENABLE_EPOCH], [$result],
> +     [Support for epoch in the ORTE process name enabled or not])
> 
> #
> # Do we want to install binaries?
> _______________________________________________
> svn-full mailing list
> svn-f...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to