566e6f1ca3
Remove compatibility code for multiple versions of BTL_IN_OPAL, BTL_VERSION, and RCACHE_VERSION. This stuff was really only necessary when we were actively swapping code between multiple release branches that had large variations in core OMPI infrastructure. These large variations have now been around for quite a while, so the need for this "compat" layer is significantly reduced. It hasn't been removed simply because a few of the "compat" names a slightly more friendly than the real names (e.g., the SEND/RECV/PUT names). Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
21 строка
357 B
C
21 строка
357 B
C
/*
|
|
* Copyright (c) 2013-2019 Cisco Systems, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef BTL_USNIC_HWLOC_H
|
|
#define BTL_USNIC_HWLOC_H
|
|
|
|
#include "opal_config.h"
|
|
|
|
#include "btl_usnic_module.h"
|
|
|
|
|
|
int opal_btl_usnic_hwloc_distance(opal_btl_usnic_module_t *module);
|
|
|
|
#endif /* BTL_USNIC_HWLOC_H */
|