OpenMPI  0.1.1
grpcomm_cnos.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_CNOS_H
21 #define GRPCOMM_CNOS_H
22 
23 #include "orte_config.h"
24 #include "orte/constants.h"
25 
26 
28 
29 BEGIN_C_DECLS
30 
31 /*
32  * Module open / close
33  */
34 int orte_grpcomm_cnos_open(void);
35 int orte_grpcomm_cnos_close(void);
36 int orte_grpcomm_cnos_query(mca_base_module_t **module, int *priority);
37 
38 
39 /*
40  * Grpcomm interfaces
41  */
42 
43 ORTE_MODULE_DECLSPEC extern orte_grpcomm_base_component_t mca_grpcomm_cnos_component;
44 extern orte_grpcomm_base_module_t orte_grpcomm_cnos_module;
45 
46 END_C_DECLS
47 
48 #endif
Common type for all MCA modules.
Definition: mca.h:100
The OpenRTE Group Communications.
Definition: grpcomm.h:98
Definition: grpcomm.h:119