f7664b3814
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.
21 строка
453 B
C
21 строка
453 B
C
/*
|
|
* Copyright (c) 2007-2008 Cisco Systems, Inc. All rights reserved.
|
|
* Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved.
|
|
*
|
|
* Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef COMMON_OFACM_OOB_H
|
|
#define COMMON_OFACM_OOB_H
|
|
|
|
#include "connect.h"
|
|
|
|
extern ompi_common_ofacm_base_component_t ompi_common_ofacm_oob;
|
|
|
|
#endif
|