1
1

more BML related stuff.. static_components.h is autogen'd configure.params is

not. Compile warning fixed in pml_ob1_sendreq.c

This commit was SVN r6821.
Этот коммит содержится в:
Galen Shipman 2005-08-12 14:40:06 +00:00
родитель 2c44b2398d
Коммит 9cbcdae14b
3 изменённых файлов: 24 добавлений и 11 удалений

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

@ -1,10 +0,0 @@
/*
* $HEADER$
*/
extern const mca_base_component_t mca_bml_r2_component;
const mca_base_component_t *mca_bml_base_static_components[] = {
&mca_bml_r2_component,
NULL
};

22
ompi/mca/bml/r2/configure.params Обычный файл
Просмотреть файл

@ -0,0 +1,22 @@
# -*- shell-script -*-
#
# 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$
#
# Specific to this module
PARAM_INIT_FILE=bml_ob1.c
PARAM_CONFIG_HEADER_FILE="ob1_config.h"
PARAM_CONFIG_FILES="Makefile"

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

@ -205,6 +205,7 @@ int mca_pml_ob1_send_request_start(
mca_pml_ob1_send_request_t* sendreq
)
{
int rc;
mca_btl_base_descriptor_t* descriptor;
mca_btl_base_segment_t* segment;
mca_pml_ob1_hdr_t* hdr;
@ -218,7 +219,7 @@ int mca_pml_ob1_send_request_start(
int rc;
/* shortcut for zero byte */
if(size == 0 && sendreq->req_send.req_send_mode != MCA_PML_BASE_SEND_SYNCHRONOUS) {