OpenMPI  0.1.1
common_sm_rml.h
1 /*
2  * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
3  * University Research and Technology
4  * Corporation. All rights reserved.
5  * Copyright (c) 2004-2005 The University of Tennessee and The University
6  * of Tennessee Research Foundation. All rights
7  * reserved.
8  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9  * University of Stuttgart. All rights reserved.
10  * Copyright (c) 2004-2005 The Regents of the University of California.
11  * All rights reserved.
12  * Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
13  * Copyright (c) 2010-2012 Los Alamos National Security, LLC.
14  * All rights reserved.
15  * $COPYRIGHT$
16  *
17  * Additional copyrights may follow
18  *
19  * $HEADER$
20  */
21 
22 #ifndef _COMMON_SM_RML_H_
23 #define _COMMON_SM_RML_H_
24 
25 #include "ompi_config.h"
26 
27 #include "opal/mca/mca.h"
28 #include "opal/class/opal_object.h"
29 #include "opal/class/opal_list.h"
30 #include "opal/mca/shmem/base/base.h"
31 #include "opal/mca/shmem/shmem.h"
32 
33 #include "ompi/proc/proc.h"
34 #include "ompi/mca/common/sm/common_sm.h"
35 
36 BEGIN_C_DECLS
37 
38 /**
39  * routine used to send common sm initialization information to all local
40  * processes in procs.
41  */
42 OMPI_DECLSPEC extern int
43 mca_common_sm_rml_info_bcast(opal_shmem_ds_t *out_ds_buf,
44  ompi_proc_t **procs,
45  size_t num_local_procs,
46  int tag,
47  bool proc0,
48  char *msg_id_str);
49 
50 END_C_DECLS
51 
52 #endif /* _COMMON_SM_RML_H_*/
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Process identification structure interface.
Remote Open MPI process structure.
Definition: proc.h:56
Top-level interface for all MCA components.
Definition: shmem_types.h:107
A simple C-language object-oriented system with single inheritance and ownership-based memory managem...
shmem (shared memory backing facility) framework component interface definitions. ...