1
1
openmpi/ompi/mca/btl/wv/btl_wv_mca.h
Shiqing Fan 8c2865bd6a Add the new WinVerbs btl component.
This commit was SVN r24477.
2011-03-02 09:14:44 +00:00

22 строки
355 B
C

/*
* Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef MCA_BTL_IB_MCA_H
#define MCA_BTL_IB_MCA_H
BEGIN_C_DECLS
/**
* Function to register MCA params and check for sane values
*/
int btl_wv_register_mca_params(void);
END_C_DECLS
#endif