1
1

Fortran: add mpi_alloc_mem_cptr like bindings when configured with --without-weak-symbols

cmr=v1.8.3:reviewer=jsquyres

This commit was SVN r32622.
Этот коммит содержится в:
Gilles Gouaillardet 2014-08-28 09:34:54 +00:00
родитель b554cd7d86
Коммит cf0f734a98

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

@ -10,6 +10,8 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -69,6 +71,14 @@ OMPI_GENERATE_F77_BINDINGS (MPI_ALLOC_MEM,
ompi_alloc_mem_f,
(MPI_Aint *size, MPI_Fint *info, char *baseptr, MPI_Fint *ierr),
(size, info, baseptr, ierr) )
OMPI_GENERATE_F77_BINDINGS (MPI_ALLOC_MEM_CPTR,
mpi_alloc_mem_cptr,
mpi_alloc_mem_cptr_,
mpi_alloc_mem_cptr__,
ompi_alloc_mem_f,
(MPI_Aint *size, MPI_Fint *info, char *baseptr, MPI_Fint *ierr),
(size, info, baseptr, ierr) )
#endif