2004-04-16 02:33:49 +00:00
|
|
|
/*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2004-06-07 15:33:53 +00:00
|
|
|
#include "ompi_config.h"
|
2004-04-16 02:33:49 +00:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
#include "mpi.h"
|
|
|
|
#include "mpi/f77/bindings.h"
|
2004-06-24 20:28:42 +00:00
|
|
|
#include "attribute/attribute.h"
|
2004-11-05 07:52:30 +00:00
|
|
|
#include "communicator/communicator.h"
|
2004-04-16 02:33:49 +00:00
|
|
|
|
2004-06-07 15:33:53 +00:00
|
|
|
#if OMPI_HAVE_WEAK_SYMBOLS && OMPI_PROFILE_LAYER
|
2004-04-16 02:33:49 +00:00
|
|
|
#pragma weak PMPI_WIN_CREATE_KEYVAL = mpi_win_create_keyval_f
|
|
|
|
#pragma weak pmpi_win_create_keyval = mpi_win_create_keyval_f
|
|
|
|
#pragma weak pmpi_win_create_keyval_ = mpi_win_create_keyval_f
|
|
|
|
#pragma weak pmpi_win_create_keyval__ = mpi_win_create_keyval_f
|
2004-06-07 15:33:53 +00:00
|
|
|
#elif OMPI_PROFILE_LAYER
|
|
|
|
OMPI_GENERATE_F77_BINDINGS (PMPI_WIN_CREATE_KEYVAL,
|
2004-04-16 02:33:49 +00:00
|
|
|
pmpi_win_create_keyval,
|
|
|
|
pmpi_win_create_keyval_,
|
|
|
|
pmpi_win_create_keyval__,
|
|
|
|
pmpi_win_create_keyval_f,
|
2004-10-23 19:11:23 +00:00
|
|
|
(void *win_copy_attr_fn, void *win_delete_attr_fn, MPI_Fint *win_keyval, char *extra_state, MPI_Fint *ierr),
|
2004-04-16 02:33:49 +00:00
|
|
|
(win_copy_attr_fn, win_delete_attr_fn, win_keyval, extra_state, ierr) )
|
|
|
|
#endif
|
|
|
|
|
2004-06-07 15:33:53 +00:00
|
|
|
#if OMPI_HAVE_WEAK_SYMBOLS
|
2004-04-16 02:33:49 +00:00
|
|
|
#pragma weak MPI_WIN_CREATE_KEYVAL = mpi_win_create_keyval_f
|
|
|
|
#pragma weak mpi_win_create_keyval = mpi_win_create_keyval_f
|
|
|
|
#pragma weak mpi_win_create_keyval_ = mpi_win_create_keyval_f
|
|
|
|
#pragma weak mpi_win_create_keyval__ = mpi_win_create_keyval_f
|
|
|
|
#endif
|
|
|
|
|
2004-06-07 15:33:53 +00:00
|
|
|
#if ! OMPI_HAVE_WEAK_SYMBOLS && ! OMPI_PROFILE_LAYER
|
|
|
|
OMPI_GENERATE_F77_BINDINGS (MPI_WIN_CREATE_KEYVAL,
|
2004-04-16 02:33:49 +00:00
|
|
|
mpi_win_create_keyval,
|
|
|
|
mpi_win_create_keyval_,
|
|
|
|
mpi_win_create_keyval__,
|
|
|
|
mpi_win_create_keyval_f,
|
2004-10-23 19:11:23 +00:00
|
|
|
(void *win_copy_attr_fn, void *win_delete_attr_fn, MPI_Fint *win_keyval, char *extra_state, MPI_Fint *ierr),
|
2004-04-16 02:33:49 +00:00
|
|
|
(win_copy_attr_fn, win_delete_attr_fn, win_keyval, extra_state, ierr) )
|
|
|
|
#endif
|
|
|
|
|
2004-04-20 18:50:43 +00:00
|
|
|
|
2004-06-07 15:33:53 +00:00
|
|
|
#if OMPI_PROFILE_LAYER && ! OMPI_HAVE_WEAK_SYMBOLS
|
2004-07-17 20:10:03 +00:00
|
|
|
#include "mpi/f77/profile/defines.h"
|
2004-04-20 18:50:43 +00:00
|
|
|
#endif
|
|
|
|
|
2004-06-24 20:28:42 +00:00
|
|
|
static char FUNC_NAME[] = "MPI_Win_create_keyval";
|
|
|
|
|
2004-10-23 19:11:23 +00:00
|
|
|
void mpi_win_create_keyval_f(void *win_copy_attr_fn, void *win_delete_attr_fn, MPI_Fint *win_keyval, char *extra_state, MPI_Fint *ierr)
|
2004-04-16 02:33:49 +00:00
|
|
|
{
|
2004-09-13 18:57:25 +00:00
|
|
|
int ret, c_err;
|
2004-06-24 20:28:42 +00:00
|
|
|
ompi_attribute_fn_ptr_union_t copy_fn;
|
|
|
|
ompi_attribute_fn_ptr_union_t del_fn;
|
|
|
|
|
2004-10-23 19:11:23 +00:00
|
|
|
/* See the note in src/mpi/f77/prototypes_mpi.h about the use of
|
|
|
|
(void*) for function pointers in this function */
|
|
|
|
|
|
|
|
copy_fn.attr_F_copy_fn = (MPI_F_copy_function *) win_copy_attr_fn;
|
|
|
|
del_fn.attr_F_delete_fn = (MPI_F_delete_function *) win_delete_attr_fn;
|
2004-04-16 02:33:49 +00:00
|
|
|
|
2004-06-24 20:28:42 +00:00
|
|
|
ret = ompi_attr_create_keyval(WIN_ATTR, copy_fn, del_fn,
|
2004-09-15 07:40:58 +00:00
|
|
|
win_keyval, extra_state, OMPI_KEYVAL_F77);
|
2004-06-24 20:28:42 +00:00
|
|
|
|
2004-08-02 02:35:46 +00:00
|
|
|
if (MPI_SUCCESS != ret) {
|
2004-09-13 18:57:25 +00:00
|
|
|
c_err = OMPI_ERRHANDLER_INVOKE(MPI_COMM_WORLD, MPI_ERR_OTHER,
|
|
|
|
FUNC_NAME);
|
|
|
|
*ierr = OMPI_INT_2_FINT(c_err);
|
2004-06-24 20:28:42 +00:00
|
|
|
} else {
|
|
|
|
*ierr = MPI_SUCCESS;
|
|
|
|
}
|
2004-04-16 02:33:49 +00:00
|
|
|
}
|
2004-06-24 20:28:42 +00:00
|
|
|
|