Open MPI logo

PLPA Users' Mailing List Archives

  |   Home   |   Support   |   FAQ   |   all PLPA Users mailing list

Subject: Re: [PLPA users] plpa 1.1: --enable-included-mode is a no-op
From: Brian Curtis (curtisbr_at_[hidden])
Date: 2008-03-08 02:32:21


Here is a patch for the previously reported --enable-included-mode
defect:

--- config/plpa.m4 2008-03-08 02:06:42.000000000 -0500
+++ config/plpa.m4 2008-03-08 02:31:34.000000000 -0500
@@ -102,7 +102,6 @@ int i = 1;],
  AC_DEFUN([PLPA_STANDALONE],[
      m4_define([plpa_config_prefix],[.])
      AC_REQUIRE([_PLPA_INTERNAL_SETUP])
- plpa_mode=standalone
  ])dnl

   
#-----------------------------------------------------------------------

Brian

On Mar 8, 2008, at 1:28 AM, Brian Curtis wrote:

> The --enable-included-mode option to configure is a no-op. The
> mode is always standalone.
>
>
> Brian