1
1
openmpi/ompi/mpi
Rainer Keller 15c4ae3391 Fix for buglet #1423.
Any non-blocking P2P function should set the request to something else
then MPI_REQUEST_NULL, when passed a source/dest of MPI_PROC_NULL.

Introduce a new ompi_request_empty, which returns the
MPI_SOURCE=MPI_PROC_NULL, MPI_TAG=MPI_ANY_TAG, count=0 as specified by
the MPI-standard.

This commit was SVN r6611.
2005-07-27 01:00:02 +00:00
..
c Fix for buglet #1423. 2005-07-27 01:00:02 +00:00
cxx * rename locking code from ompi to opal 2005-07-03 22:45:48 +00:00
f77 minor fixes to make the trunk compile, if ompi has been configured with the --enable-mpi2-one-sided option 2005-07-15 13:53:10 +00:00
f90 Moved MPI_ADDRESS_KIND calculation to configure.ac so that it can go in mpif.h 2005-07-26 17:35:41 +00:00
Makefile.am While we're moving directories around, move ompi/mpi/runtime -> 2005-07-03 12:07:29 +00:00
README.dox Rename src -> ompi 2005-07-02 13:43:57 +00:00

/*
 * 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$
 */

/**

@page page_mpi The src/mpi directory

@section page_mpi_introduction Introduction

This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.

*/