1
1
openmpi/ompi
George Bosilca 1c667ea45a Start tracking down all useless things. Here the logic is that the MPI request already has
increased the datatype ref count, and there is no way to have a convertor without a valid
request, so there is no need for the convertor to increase the reference count of the datatype
again. Therefore, if one want to use the datatype for something else than MPI request, one
has to manage the reference counts outside the datatype layer.

This commit was SVN r8769.
2006-01-20 17:10:29 +00:00
..
attribute Some dependencies cleanups (there were on hold for a while). 2005-12-09 05:14:18 +00:00
class A slighy faster version. The if outside the for not inside. 2006-01-19 23:57:03 +00:00
communicator Some dependencies cleanups (there were on hold for a while). 2005-12-09 05:14:18 +00:00
datatype Start tracking down all useless things. Here the logic is that the MPI request already has 2006-01-20 17:10:29 +00:00
debuggers Add OMPI_DECLSPEC before all exported functions. 2005-12-31 12:18:15 +00:00
errhandler Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
file initialize info 2005-12-09 23:28:36 +00:00
group Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
include The Windows protection is called __WINDOWS__ (and it's a mix between WIN32 and _WIN32). 2005-12-10 22:10:39 +00:00
info Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mca Remove the local variable that shadow the real one. 2006-01-20 02:39:30 +00:00
mpi Add missing MPI::Request::Get_status methods. 2006-01-09 18:10:12 +00:00
op Make user-defined MPI::Op's be thread safe (the previous 2005-12-23 16:49:09 +00:00
proc Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
request One possible deadlock less. This one was in req_wait_all with a threaded build. If another 2006-01-19 21:46:53 +00:00
runtime print stack traces (when available) for opal and orte processes, as well as 2006-01-11 04:36:39 +00:00
tools * Merge of wrapper compiler updates from the bwb-wrapper-fix branch (r8690 - 2006-01-16 01:48:03 +00:00
win Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am EXTRA_DIST should be declared before going down into the directories. 2005-12-08 08:28:19 +00:00
README.dox Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00: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.
 * 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$
 */
/** @mainpage

@section mainpage_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.

@section main_install Installation
 
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.

*/