* remove unused files
This commit was SVN r6796.
Этот коммит содержится в:
родитель
d458daf437
Коммит
d4aa9c702c
@ -37,18 +37,16 @@ EXTRA_DIST = \
|
|||||||
portals_SOURCES = \
|
portals_SOURCES = \
|
||||||
src/btl_portals.h \
|
src/btl_portals.h \
|
||||||
src/btl_portals_compat.h \
|
src/btl_portals_compat.h \
|
||||||
|
src/btl_portals_endpoint.h \
|
||||||
src/btl_portals_frag.h \
|
src/btl_portals_frag.h \
|
||||||
src/btl_portals_send.h \
|
src/btl_portals_send.h \
|
||||||
src/btl_portals_recv.h \
|
src/btl_portals_recv.h \
|
||||||
src/btl_portals_rdma.h \
|
|
||||||
src/btl_portals_endpoint.h \
|
|
||||||
src/btl_portals.c \
|
src/btl_portals.c \
|
||||||
src/btl_portals_component.c \
|
src/btl_portals_component.c \
|
||||||
src/btl_portals_frag.c \
|
src/btl_portals_frag.c \
|
||||||
src/btl_portals_send.c \
|
src/btl_portals_send.c \
|
||||||
src/btl_portals_recv.c \
|
src/btl_portals_recv.c \
|
||||||
src/btl_portals_rdma.c \
|
src/btl_portals_rdma.c
|
||||||
src/btl_portals_endpoint.c
|
|
||||||
|
|
||||||
portals_nodist_SOURCES = \
|
portals_nodist_SOURCES = \
|
||||||
src/btl_portals_compat.c
|
src/btl_portals_compat.c
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#include "btl_portals_frag.h"
|
#include "btl_portals_frag.h"
|
||||||
#include "btl_portals_send.h"
|
#include "btl_portals_send.h"
|
||||||
#include "btl_portals_recv.h"
|
#include "btl_portals_recv.h"
|
||||||
#include "btl_portals_rdma.h"
|
|
||||||
|
|
||||||
|
|
||||||
mca_btl_portals_component_t mca_btl_portals_component = {
|
mca_btl_portals_component_t mca_btl_portals_component = {
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
||||||
* All rights reserved.
|
|
||||||
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
||||||
* All rights reserved.
|
|
||||||
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
||||||
* University of Stuttgart. All rights reserved.
|
|
||||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
||||||
* All rights reserved.
|
|
||||||
* $COPYRIGHT$
|
|
||||||
*
|
|
||||||
* Additional copyrights may follow
|
|
||||||
*
|
|
||||||
* $HEADER$
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "ompi_config.h"
|
|
||||||
|
|
||||||
#include "btl_portals.h"
|
|
||||||
#include "btl_portals_endpoint.h"
|
|
||||||
|
|
||||||
/* BWB - FIX ME - delete this file */
|
|
@ -20,7 +20,6 @@
|
|||||||
#include "include/constants.h"
|
#include "include/constants.h"
|
||||||
|
|
||||||
#include "btl_portals.h"
|
#include "btl_portals.h"
|
||||||
#include "btl_portals_rdma.h"
|
|
||||||
#include "btl_portals_frag.h"
|
#include "btl_portals_frag.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
||||||
* All rights reserved.
|
|
||||||
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
||||||
* All rights reserved.
|
|
||||||
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
||||||
* University of Stuttgart. All rights reserved.
|
|
||||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
||||||
* All rights reserved.
|
|
||||||
* $COPYRIGHT$
|
|
||||||
*
|
|
||||||
* Additional copyrights may follow
|
|
||||||
*
|
|
||||||
* $HEADER$
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef MCA_BTL_PORTALS_RDMA_H
|
|
||||||
#define MCA_BTL_PORTALS_RDMA_H
|
|
||||||
|
|
||||||
/* BWB - FIX ME - delete this file */
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* MCA_BTL_PORTALS_RDMA_H */
|
|
Загрузка…
x
Ссылка в новой задаче
Block a user