1
1

Remove now unneeded header file

This commit was SVN r26683.
Этот коммит содержится в:
Brian Barrett 2012-06-27 18:43:40 +00:00
родитель 15a30af11f
Коммит f6ea4b7234
5 изменённых файлов: 2 добавлений и 38 удалений

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

@ -23,7 +23,6 @@ sources = \
coll_libnbc_component.c \
coll_libnbc_not_implemented.c \
nbc.c \
nbc.h \
nbc_internal.h \
libdict/dict.h \
libdict/dict_private.h \

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

@ -113,6 +113,7 @@ typedef ompi_coll_libnbc_request_t NBC_Handle;
int NBC_Init_comm(MPI_Comm comm, ompi_coll_libnbc_module_t *module);
int NBC_Progress(NBC_Handle *handle);
int NBC_Operation(void *buf3, void *buf1, void *buf2, MPI_Op op, MPI_Datatype type, int count);
int ompi_coll_libnbc_iallgather(void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,

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

@ -1,34 +0,0 @@
/*
* Copyright (c) 2006 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2006 The Technical University of Chemnitz. All
* rights reserved.
*
* Author(s): Torsten Hoefler <htor@cs.indiana.edu>
*
*/
#ifndef __NBC_H__
#define __NBC_H__
#ifdef __cplusplus
extern "C" {
#endif
/*******************************************************
****** external NBC functions are defined here *******
*******************************************************/
/* TODO: some hacks */
int NBC_Operation(void *buf3, void *buf1, void *buf2, MPI_Op op, MPI_Datatype type, int count);
void NBC_Reset_times(void);
void NBC_Print_times(double div);
#ifdef __cplusplus
}
#endif
#endif

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

@ -43,8 +43,6 @@
#include "ompi/include/ompi/constants.h"
#include "ompi/request/request.h"
#include "nbc.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>

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

@ -8,7 +8,7 @@
* Author(s): Torsten Hoefler <htor@cs.indiana.edu>
*
*/
#include "nbc.h"
#include "nbc_internal.h"
/****************** THIS FILE is automatically generated *********************
* changes will be deleted at the next generation of this file - see nbc_op.c.m4 */