1MPI_Keyval_free(3) LAM/MPI MPI_Keyval_free(3)
2
3
4
6 MPI_Keyval_free - Frees attribute key for communicator cache attribute
7
9 #include <mpi.h>
10 int MPI_Keyval_free(int *key)
11
13 keyval - Frees the integer key value (integer)
14
15
16
18 This function is deprecated. It has been replaced with an MPI-2 func‐
19 tion (see the "See also" section, below), which provides the same func‐
20 tionality. This function is (or effectively is) a wrapper to the
21 replacement function, anyway. User programs should use the MPI-2
22 replacement function instead of this function.
23
24 Some functions are deprecated because their names did not conform to
25 the stricter naming conventions of MPI-2; others are deprecated because
26 they have been replaced with more flexible functionality.
27
28
30 MPI_Comm_create_keyval
31
32
34 For more information, please see the official MPI Forum web site, which
35 contains the text of both the MPI-1 and MPI-2 standards. These docu‐
36 ments contain detailed information about each MPI function (most of
37 which is not duplicated in these man pages).
38
39 http://www.mpi-forum.org/
40
41
42
44 The LAM Team would like the thank the MPICH Team for the handy program
45 to generate man pages ("doctext" from ftp://ftp.mcs.anl.gov/pub/sow‐
46 ing/sowing.tar.gz ), the initial formatting, and some initial text for
47 most of the MPI-1 man pages.
48
50 keyfree.c
51
52
53
54LAM/MPI 7.1.2 2/23/2006 MPI_Keyval_free(3)