OpenMPI  0.1.1
grpcomm_bad.h
1 /* -*- C -*-
2  *
3  * Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
4  * University Research and Technology
5  * Corporation. All rights reserved.
6  * Copyright (c) 2004-2006 The University of Tennessee and The University
7  * of Tennessee Research Foundation. All rights
8  * reserved.
9  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10  * University of Stuttgart. All rights reserved.
11  * Copyright (c) 2004-2005 The Regents of the University of California.
12  * All rights reserved.
13  * $COPYRIGHT$
14  *
15  * Additional copyrights may follow
16  *
17  * $HEADER$
18  *
19  */
20 #ifndef GRPCOMM_BAD_H
21 #define GRPCOMM_BAD_H
22 
23 #include "orte_config.h"
24 
25 
27 
28 BEGIN_C_DECLS
29 
30 /*
31  * Component open / close
32  */
33 int orte_grpcomm_bad_open(void);
34 int orte_grpcomm_bad_close(void);
35 int orte_grpcomm_bad_component_query(mca_base_module_t **module, int *priority);
36 
37 
38 /*
39  * Grpcomm interfaces
40  */
41 
42 ORTE_MODULE_DECLSPEC extern orte_grpcomm_base_component_t mca_grpcomm_bad_component;
43 extern orte_grpcomm_base_module_t orte_grpcomm_bad_module;
44 
45 END_C_DECLS
46 
47 #endif
Common type for all MCA modules.
Definition: mca.h:100
The OpenRTE Group Communications.
Definition: grpcomm.h:98
Definition: grpcomm.h:119