2004-04-16 06:33:49 +04:00
|
|
|
/*
|
2005-11-05 22:57:48 +03:00
|
|
|
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
* University Research and Technology
|
|
|
|
* Corporation. All rights reserved.
|
|
|
|
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
* University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
2007-01-18 01:17:34 +03:00
|
|
|
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
2004-04-16 06:33:49 +04:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2004-06-07 19:33:53 +04:00
|
|
|
#include "ompi_config.h"
|
2004-04-16 06:33:49 +04:00
|
|
|
|
2006-02-12 04:33:29 +03:00
|
|
|
#include "ompi/mpi/f77/bindings.h"
|
|
|
|
#include "ompi/communicator/communicator.h"
|
2004-04-16 06:33:49 +04:00
|
|
|
|
2009-05-07 00:11:28 +04:00
|
|
|
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_PROFILE_LAYER
|
2004-04-16 06:33:49 +04:00
|
|
|
#pragma weak PMPI_COMM_CREATE_KEYVAL = mpi_comm_create_keyval_f
|
|
|
|
#pragma weak pmpi_comm_create_keyval = mpi_comm_create_keyval_f
|
|
|
|
#pragma weak pmpi_comm_create_keyval_ = mpi_comm_create_keyval_f
|
|
|
|
#pragma weak pmpi_comm_create_keyval__ = mpi_comm_create_keyval_f
|
2004-06-07 19:33:53 +04:00
|
|
|
#elif OMPI_PROFILE_LAYER
|
|
|
|
OMPI_GENERATE_F77_BINDINGS (PMPI_COMM_CREATE_KEYVAL,
|
2004-04-16 06:33:49 +04:00
|
|
|
pmpi_comm_create_keyval,
|
|
|
|
pmpi_comm_create_keyval_,
|
|
|
|
pmpi_comm_create_keyval__,
|
|
|
|
pmpi_comm_create_keyval_f,
|
2007-01-18 01:17:34 +03:00
|
|
|
(ompi_mpi2_fortran_copy_attr_function* comm_copy_attr_fn, ompi_mpi2_fortran_delete_attr_function* comm_delete_attr_fn, MPI_Fint *comm_keyval, MPI_Aint *extra_state, MPI_Fint *ierr),
|
2004-04-16 06:33:49 +04:00
|
|
|
(comm_copy_attr_fn, comm_delete_attr_fn, comm_keyval, extra_state, ierr) )
|
|
|
|
#endif
|
|
|
|
|
2009-05-07 00:11:28 +04:00
|
|
|
#if OPAL_HAVE_WEAK_SYMBOLS
|
2004-04-16 06:33:49 +04:00
|
|
|
#pragma weak MPI_COMM_CREATE_KEYVAL = mpi_comm_create_keyval_f
|
|
|
|
#pragma weak mpi_comm_create_keyval = mpi_comm_create_keyval_f
|
|
|
|
#pragma weak mpi_comm_create_keyval_ = mpi_comm_create_keyval_f
|
|
|
|
#pragma weak mpi_comm_create_keyval__ = mpi_comm_create_keyval_f
|
|
|
|
#endif
|
|
|
|
|
2009-05-07 00:11:28 +04:00
|
|
|
#if ! OPAL_HAVE_WEAK_SYMBOLS && ! OMPI_PROFILE_LAYER
|
2004-06-07 19:33:53 +04:00
|
|
|
OMPI_GENERATE_F77_BINDINGS (MPI_COMM_CREATE_KEYVAL,
|
2004-04-16 06:33:49 +04:00
|
|
|
mpi_comm_create_keyval,
|
|
|
|
mpi_comm_create_keyval_,
|
|
|
|
mpi_comm_create_keyval__,
|
|
|
|
mpi_comm_create_keyval_f,
|
2007-01-18 01:17:34 +03:00
|
|
|
(ompi_mpi2_fortran_copy_attr_function* comm_copy_attr_fn, ompi_mpi2_fortran_delete_attr_function* comm_delete_attr_fn, MPI_Fint *comm_keyval, MPI_Aint *extra_state, MPI_Fint *ierr),
|
2004-04-16 06:33:49 +04:00
|
|
|
(comm_copy_attr_fn, comm_delete_attr_fn, comm_keyval, extra_state, ierr) )
|
|
|
|
#endif
|
|
|
|
|
2004-04-20 22:50:43 +04:00
|
|
|
|
2009-05-07 00:11:28 +04:00
|
|
|
#if OMPI_PROFILE_LAYER && ! OPAL_HAVE_WEAK_SYMBOLS
|
2006-02-12 04:33:29 +03:00
|
|
|
#include "ompi/mpi/f77/profile/defines.h"
|
2004-04-20 22:50:43 +04:00
|
|
|
#endif
|
|
|
|
|
2004-09-13 22:57:25 +04:00
|
|
|
static const char FUNC_NAME[] = "MPI_Comm_create_keyval_f";
|
2004-09-02 05:17:31 +04:00
|
|
|
|
Many fixes to MPI attributes. This mainly affected the following
areas:
- The MPI attribute functions in f77 (the MPI-2 set, get,
keyval_create functions for each of the 3 types [comm, datatype,
win], and the MPI-1 put/get functions)
- the src/attribute/* back-end implementation
- MPI_TYPE_DUP implementation
- back-end ddt implementation
Here are the foxes:
- F77 attributes were previously being saved by reference (!)
- Until a few days ago, I didn't realize that the Fortran callback
functions between MPI-1 and MPI-2 had different signatures. These
changes update to handle all 3 kinds of callback functions: C, MPI-1
Fortran, and MPI-2 fortran.
- Also clean up a few related bugs with respect to MPI_TYPE_DUP (i.e.,
ensure that all attribute callbacks are properly invoked) and
ompi_ddt_duplicate (ensure that flags, f2c index, and keyhash are
all set properly).
This commit was SVN r6099.
2005-06-20 20:41:28 +04:00
|
|
|
void mpi_comm_create_keyval_f(ompi_mpi2_fortran_copy_attr_function* comm_copy_attr_fn,
|
2009-05-13 22:32:13 +04:00
|
|
|
ompi_mpi2_fortran_delete_attr_function* comm_delete_attr_fn,
|
|
|
|
MPI_Fint *comm_keyval,
|
|
|
|
MPI_Aint *extra_state, MPI_Fint *ierr)
|
2004-04-16 06:33:49 +04:00
|
|
|
{
|
2004-09-13 22:57:25 +04:00
|
|
|
int ret, c_err;
|
2004-09-02 05:17:31 +04:00
|
|
|
ompi_attribute_fn_ptr_union_t copy_fn;
|
|
|
|
ompi_attribute_fn_ptr_union_t del_fn;
|
|
|
|
|
Many fixes to MPI attributes. This mainly affected the following
areas:
- The MPI attribute functions in f77 (the MPI-2 set, get,
keyval_create functions for each of the 3 types [comm, datatype,
win], and the MPI-1 put/get functions)
- the src/attribute/* back-end implementation
- MPI_TYPE_DUP implementation
- back-end ddt implementation
Here are the foxes:
- F77 attributes were previously being saved by reference (!)
- Until a few days ago, I didn't realize that the Fortran callback
functions between MPI-1 and MPI-2 had different signatures. These
changes update to handle all 3 kinds of callback functions: C, MPI-1
Fortran, and MPI-2 fortran.
- Also clean up a few related bugs with respect to MPI_TYPE_DUP (i.e.,
ensure that all attribute callbacks are properly invoked) and
ompi_ddt_duplicate (ensure that flags, f2c index, and keyhash are
all set properly).
This commit was SVN r6099.
2005-06-20 20:41:28 +04:00
|
|
|
copy_fn.attr_mpi2_fortran_copy_fn = comm_copy_attr_fn;
|
|
|
|
del_fn.attr_mpi2_fortran_delete_fn = comm_delete_attr_fn;
|
2004-10-23 23:11:23 +04:00
|
|
|
|
Many fixes to MPI attributes. This mainly affected the following
areas:
- The MPI attribute functions in f77 (the MPI-2 set, get,
keyval_create functions for each of the 3 types [comm, datatype,
win], and the MPI-1 put/get functions)
- the src/attribute/* back-end implementation
- MPI_TYPE_DUP implementation
- back-end ddt implementation
Here are the foxes:
- F77 attributes were previously being saved by reference (!)
- Until a few days ago, I didn't realize that the Fortran callback
functions between MPI-1 and MPI-2 had different signatures. These
changes update to handle all 3 kinds of callback functions: C, MPI-1
Fortran, and MPI-2 fortran.
- Also clean up a few related bugs with respect to MPI_TYPE_DUP (i.e.,
ensure that all attribute callbacks are properly invoked) and
ompi_ddt_duplicate (ensure that flags, f2c index, and keyhash are
all set properly).
This commit was SVN r6099.
2005-06-20 20:41:28 +04:00
|
|
|
/* Note that we only set the "F77" bit and exclude the "F77_OLD"
|
|
|
|
bit, indicating that the callbacks should use the new MPI-2
|
|
|
|
INTEGER(KIND=MPI_ADDRESS_KIND)-parameter functions (as opposed
|
|
|
|
to the old MPI-1 INTEGER-parameter functions). */
|
2004-09-02 05:17:31 +04:00
|
|
|
|
2009-05-13 22:32:13 +04:00
|
|
|
ret = ompi_attr_create_keyval_aint(COMM_ATTR, copy_fn, del_fn,
|
|
|
|
comm_keyval, *extra_state, OMPI_KEYVAL_F77,
|
|
|
|
NULL);
|
2004-09-02 05:17:31 +04:00
|
|
|
|
|
|
|
if (MPI_SUCCESS != ret) {
|
2004-09-13 22:57:25 +04:00
|
|
|
c_err = OMPI_ERRHANDLER_INVOKE(MPI_COMM_WORLD,
|
2009-05-13 22:32:13 +04:00
|
|
|
MPI_ERR_OTHER,
|
|
|
|
FUNC_NAME)
|
|
|
|
*ierr = OMPI_INT_2_FINT(c_err);
|
2004-09-02 05:17:31 +04:00
|
|
|
} else {
|
2005-03-26 06:55:15 +03:00
|
|
|
*ierr = OMPI_INT_2_FINT(MPI_SUCCESS);
|
2004-09-02 05:17:31 +04:00
|
|
|
}
|
2004-04-16 06:33:49 +04:00
|
|
|
}
|