root/opal/mca/memcpy/base/memcpy_base_open.c

/* [<][>][^][v][top][bottom][index][help] */
   1 /*
   2  * Copyright (c) 2004-2005 The University of Tennessee and The University
   3  *                         of Tennessee Research Foundation.  All rights
   4  *                         reserved.
   5  * $COPYRIGHT$
   6  *
   7  * Additional copyrights may follow
   8  *
   9  * $HEADER$
  10  */
  11 
  12 
  13 #include "opal_config.h"
  14 
  15 #include "opal/constants.h"
  16 #include "opal/mca/mca.h"
  17 #include "opal/mca/base/base.h"
  18 #include "opal/mca/memcpy/memcpy.h"
  19 #include "opal/mca/memcpy/base/base.h"
  20 
  21 
  22 /*
  23  * The following file was created by configure.  It contains extern
  24  * statements and the definition of an array of pointers to each
  25  * component's public mca_base_component_t struct.
  26  */
  27 #include "opal/mca/memcpy/base/static-components.h"
  28 
  29 /*
  30  * Globals
  31  */
  32 /* Use default register/open/close functions */
  33 MCA_BASE_FRAMEWORK_DECLARE(opal, memcpy, NULL, NULL, NULL, NULL,
  34                            mca_memcpy_base_static_components, 0);

/* [<][>][^][v][top][bottom][index][help] */