I know. This is the reason it was missing in the first commit.

The problem is that because we wanted to make as little changes as possible to the original trunk, we designed the framework as a "PML" instead of a new framework (at the mca level). For that reason the autogen/configure mechanism does not recurse properly in the v framework and the static-components.h files are not generated. We are working on a fix to this issue; as soon as it is done the static-components.h will go away.

Aurelien

Jeff Squyres wrote:
This looks like an improper commit; static-components.h should never be committed to SVN (it's a generated file), and it should not be in a component directory.

Is there a reason this was added?


On Jul 20, 2007, at 6:24 PM, boute...@osl.iu.edu wrote:

Author: bouteill
Date: 2007-07-20 18:24:02 EDT (Fri, 20 Jul 2007)
New Revision: 15540
URL: https://svn.open-mpi.org/trac/ompi/changeset/15540

Log:
Missing file...


Added:
   trunk/ompi/mca/pml/v/static-components.h

Added: trunk/ompi/mca/pml/v/static-components.h
====================================================================== ========
--- (empty file)
+++ trunk/ompi/mca/pml/v/static-components.h 2007-07-20 18:24:02 EDT (Fri, 20 Jul 2007)
@@ -0,0 +1,10 @@
+/*
+ * $HEADER$
+ */
+
+
+
+const mca_base_component_t *mca_pml_v_protocol_base_static_components[] = {
+
+  NULL
+};
_______________________________________________
svn-full mailing list
svn-f...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/svn-full



Reply via email to