- Minor bugfixes and removed compiler warnings
This commit was SVN r13343.
Этот коммит содержится в:
родитель
38fd8ffb54
Коммит
ca35881cd0
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user