root/opal/mca/memchecker/base/memchecker_base_open.c

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

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