1
1

- Minor bugfixes and removed compiler warnings

This commit was SVN r13343.
Этот коммит содержится в:
Rainer Keller 2007-01-28 19:52:09 +00:00
родитель 38fd8ffb54
Коммит ca35881cd0
4 изменённых файлов: 4 добавлений и 3 удалений

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

@ -160,7 +160,7 @@ AC_DEFUN([OMPI_F90_CHECK], [
AC_DEFINE_UNQUOTED([OMPI_HAVE_F90_]m4_translit(m4_bpatsubst(m4_bpatsubst([$1], [*], []), [[^a-zA-Z0-9_]], [_]), [a-z], [A-Z]),
[$ofc_have_type],
[Whether we have Fortran 90 $ofc_type_name or not])
[Whether we have Fortran 90 $ofc_fortran_type or not])
# Save some in shell variables for later use. Have to use m4
# functions here (vs. $ompi_upper_var_name, defined above) because

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

@ -197,7 +197,7 @@ do {
int mca_pml_ob1_send_request_schedule_exclusive(
mca_pml_ob1_send_request_t* sendreq);
static void inline mca_pml_ob1_send_request_schedule(
static inline void mca_pml_ob1_send_request_schedule(
mca_pml_ob1_send_request_t* sendreq)
{
/*

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

@ -470,6 +470,7 @@ typedef int (*mca_pml_base_module_null_fn_t)(
* Diagnostics function.
*
* @param request (IN) Communicator
* @param verbose (IN) Verbosity level (passed to BTL)
* @return OMPI_SUCCESS or failure status.
*
*/

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

@ -62,7 +62,7 @@ integer(C_INT) function &
MPI_Add_error_class(errorclass, ierr) &
BIND(C, name="MPI_Add_error_class")
use MPI_C_BINDING
integer(INT_C), value, intent(in) :: errorclass
integer(INT_C), value, intent(out) :: errorclass
end function MPI_Add_error_class
end interface MPI_Add_error_class