2015-01-25 20:16:45 -08:00
|
|
|
/*
|
2015-01-26 20:15:57 -06:00
|
|
|
* Copyright (c) 2015 Intel, Inc. All rights reserved.
|
2015-01-25 20:16:45 -08:00
|
|
|
* $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
*
|
2015-01-25 20:16:45 -08:00
|
|
|
* Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
*
|
2015-01-25 20:16:45 -08:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2015-01-26 20:15:57 -06:00
|
|
|
#ifndef _MCA_SCHIZO_OMPI_H_
|
|
|
|
#define _MCA_SCHIZO_OMPI_H_
|
2015-01-25 20:16:45 -08:00
|
|
|
|
|
|
|
#include "orte_config.h"
|
|
|
|
|
|
|
|
#include "orte/types.h"
|
|
|
|
|
|
|
|
#include "opal/mca/base/base.h"
|
2015-01-26 20:15:57 -06:00
|
|
|
#include "orte/mca/schizo/schizo.h"
|
2015-01-25 20:16:45 -08:00
|
|
|
|
|
|
|
|
|
|
|
BEGIN_C_DECLS
|
|
|
|
|
2015-01-26 20:15:57 -06:00
|
|
|
ORTE_MODULE_DECLSPEC extern orte_schizo_base_component_t mca_schizo_ompi_component;
|
|
|
|
extern orte_schizo_base_module_t orte_schizo_ompi_module;
|
2015-01-25 20:16:45 -08:00
|
|
|
|
|
|
|
END_C_DECLS
|
|
|
|
|
2015-01-26 20:15:57 -06:00
|
|
|
#endif /* MCA_SCHIZO_OMPI_H_ */
|
2015-01-25 20:16:45 -08:00
|
|
|
|