1
1
openmpi/ompi/mca/common/ofautils/common_ofautils.h
Pavel Shamis f7664b3814 1. Adding 2 new components:
ofacm - generic connection manager for IB interconnects.
ofautils - IB common utilities and compatibility code

2. Updating OpenIB configure code

- ORNL & Mellanox Teams 

This commit was SVN r26707.
2012-07-02 15:20:12 +00:00

27 строки
553 B
C

/*
* Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved.
* All rights reserved.
* Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef _COMMON_OFAUTILS_H_
#define _COMMON_OFAUTILS_H_
#include "ompi_config.h"
OMPI_DECLSPEC extern
struct ibv_device **ibv_get_device_list_compat(int *num_devs);
OMPI_DECLSPEC extern
void ibv_free_device_list_compat(struct ibv_device **ib_devs);
END_C_DECLS
#endif