OpenMPI  0.1.1
grpcomm_portals4_shmem.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 (c) 2010 Sandia National Laboratories. All rights reserved.
14  * $COPYRIGHT$
15  *
16  * Additional copyrights may follow
17  *
18  * $HEADER$
19  *
20  */
21 #ifndef GRPCOMM_PORTALS4_SHMEM_H
22 #define GRPCOMM_PORTALS4_SHMEM_H
23 
24 #include "orte_config.h"
25 #include "orte/constants.h"
26 
27 
29 
30 BEGIN_C_DECLS
31 
32 /*
33  * Module open / close
34  */
35 int orte_grpcomm_portals4_shmem_open(void);
36 int orte_grpcomm_portals4_shmem_close(void);
37 int orte_grpcomm_portals4_shmem_query(mca_base_module_t **module, int *priority);
38 
39 
40 /*
41  * Grpcomm interfaces
42  */
43 
44 ORTE_MODULE_DECLSPEC extern orte_grpcomm_base_component_t mca_grpcomm_portals4_shmem_component;
45 extern orte_grpcomm_base_module_t orte_grpcomm_portals4_shmem_module;
46 
47 END_C_DECLS
48 
49 #endif
Common type for all MCA modules.
Definition: mca.h:100
The OpenRTE Group Communications.
Definition: grpcomm.h:98
Definition: grpcomm.h:119