
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.
Copyright (c) 2004-2005 The Trustees of Indiana University. All rights reserved. Copyright (c) 2004-2005 The Trustees of the University of Tennessee. All rights reserved. Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart. All rights reserved. Copyright (c) 2004-2005 The Regents of the University of California. All rights reserved. $COPYRIGHT$ Additional copyrights may follow $HEADER$ This is the world's greatest MPI. ...more to write here should be a short file, referring to the real docs.
Описание
Languages
C
82.4%
Fortran
3.8%
Roff
3.7%
Shell
3.3%
Makefile
2.3%
Разное
4.5%