1
1
This commit was SVN r6796.
Этот коммит содержится в:
Brian Barrett 2005-08-10 15:11:05 +00:00
родитель d458daf437
Коммит d4aa9c702c
5 изменённых файлов: 2 добавлений и 52 удалений

Просмотреть файл

@ -37,18 +37,16 @@ EXTRA_DIST = \
portals_SOURCES = \
src/btl_portals.h \
src/btl_portals_compat.h \
src/btl_portals_endpoint.h \
src/btl_portals_frag.h \
src/btl_portals_send.h \
src/btl_portals_recv.h \
src/btl_portals_rdma.h \
src/btl_portals_endpoint.h \
src/btl_portals.c \
src/btl_portals_component.c \
src/btl_portals_frag.c \
src/btl_portals_send.c \
src/btl_portals_recv.c \
src/btl_portals_rdma.c \
src/btl_portals_endpoint.c
src/btl_portals_rdma.c
portals_nodist_SOURCES = \
src/btl_portals_compat.c

Просмотреть файл

@ -29,7 +29,6 @@
#include "btl_portals_frag.h"
#include "btl_portals_send.h"
#include "btl_portals_recv.h"
#include "btl_portals_rdma.h"
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 "btl_portals.h"
#include "btl_portals_rdma.h"
#include "btl_portals_frag.h"
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 */