1 /* 2 * Copyright (c) 2015 Intel, Inc. All rights reserved. 3 * $COPYRIGHT$ 4 * 5 * Additional copyrights may follow 6 * 7 * $HEADER$ 8 */ 9 10 #ifndef _MCA_SCHIZO_OMPI_H_ 11 #define _MCA_SCHIZO_OMPI_H_ 12 13 #include "orte_config.h" 14 15 #include "orte/types.h" 16 17 #include "opal/mca/base/base.h" 18 #include "orte/mca/schizo/schizo.h" 19 20 21 BEGIN_C_DECLS 22 23 ORTE_MODULE_DECLSPEC extern orte_schizo_base_component_t mca_schizo_ompi_component; 24 extern orte_schizo_base_module_t orte_schizo_ompi_module; 25 26 END_C_DECLS 27 28 #endif /* MCA_SCHIZO_OMPI_H_ */ 29