OpenMPI  0.1.1
btl_openib_mca.h
1 /*
2  * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
3  * $COPYRIGHT$
4  *
5  * Additional copyrights may follow
6  *
7  * $HEADER$
8  */
9 
10 #ifndef MCA_BTL_IB_MCA_H
11 #define MCA_BTL_IB_MCA_H
12 
13 BEGIN_C_DECLS
14 
15  /**
16  * Function to register MCA params and check for sane values
17  */
18  int btl_openib_register_mca_params(void);
19 
20 END_C_DECLS
21 #endif