bd8b4f7f1e
Roll in the ORTE state machine. Remove last traces of opal_sos. Remove UTK epoch code. Please see the various emails about the state machine change for details. I'll send something out later with more info on the new arch. This commit was SVN r26242.
37 строки
592 B
C
37 строки
592 B
C
/*
|
|
* Copyright (c) 2011 Los Alamos National Security, LLC.
|
|
* All rights reserved.
|
|
*
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
/**
|
|
* @file
|
|
*
|
|
*/
|
|
|
|
#ifndef MCA_STATE_HNP_EXPORT_H
|
|
#define MCA_STATE_HNP_EXPORT_H
|
|
|
|
#include "orte_config.h"
|
|
|
|
#include "orte/mca/state/state.h"
|
|
|
|
BEGIN_C_DECLS
|
|
|
|
/*
|
|
* Local Component structures
|
|
*/
|
|
|
|
ORTE_MODULE_DECLSPEC extern orte_state_base_component_t mca_state_hnp_component;
|
|
|
|
ORTE_DECLSPEC extern orte_state_base_module_t orte_state_hnp_module;
|
|
|
|
END_C_DECLS
|
|
|
|
#endif /* MCA_STATE_HNP_EXPORT_H */
|