1
1
openmpi/orte/mca/schizo/ompi/schizo_ompi.h

30 строки
519 B
C
Исходник Обычный вид История

2015-01-25 20:16:45 -08: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$
*/
#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"
#include "orte/mca/schizo/schizo.h"
2015-01-25 20:16:45 -08:00
BEGIN_C_DECLS
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
#endif /* MCA_SCHIZO_OMPI_H_ */
2015-01-25 20:16:45 -08:00