365cf48db5
This commit was SVN r28239.
34 строки
922 B
C
34 строки
922 B
C
/*
|
|
* Copyright (c) 2004-2007 High Performance Computing Center Stuttgart,
|
|
* University of Stuttgart. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
|
|
#include "opal_config.h"
|
|
|
|
#include "opal/constants.h"
|
|
#include "opal/util/output.h"
|
|
#include "opal/mca/mca.h"
|
|
#include "opal/mca/base/base.h"
|
|
#include "opal/mca/memchecker/memchecker.h"
|
|
#include "opal/mca/memchecker/base/base.h"
|
|
|
|
/*
|
|
* The following file was created by configure. It contains extern
|
|
* statements and the definition of an array of pointers to each
|
|
* component's public mca_base_component_t struct.
|
|
*/
|
|
#include "opal/mca/memchecker/base/static-components.h"
|
|
|
|
/*
|
|
* Globals
|
|
*/
|
|
/* Use default register/open/close */
|
|
MCA_BASE_FRAMEWORK_DECLARE(opal, memchecker, "memory checker framework", NULL, NULL, NULL,
|
|
mca_memchecker_base_static_components, 0);
|