1
1
openmpi/ompi
Andrew Friedley c68c6ac122 A number of fixes and the usual cleanup..
- Added some basic flow control to limit number of posted sends.
- Merged endpoint send/recv lock into single endpoint lock.
- Set the LMR triplet length in the send path, not at allocation time.
  This has to be done because upper layers might send less than the
  amount allocated.
- Alter the tie-breaker if statement protecting the second call
  to dat_ep_connect().  The logic was reversed compared to the tie-
  breaker for the first dat_ep_connect(), making it possible for
  3 or more processes to form a deadlock loop.
- Some asserts were added for debugging purposes.. leaving them
  in place for now.

This commit was SVN r10317.
2006-06-12 22:42:01 +00:00
..
attribute Add thread protection -- must only construct the alock when we have 2006-05-31 13:48:21 +00:00
class finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
communicator Fixes for ticket:14. Lengthy discussion is on that ticket and in a 2006-05-18 18:05:46 +00:00
datatype For contiguous and contiguous with gaps types we should take in account the true_lb 2006-06-12 16:53:23 +00:00
debuggers Add OMPI_DECLSPEC before all exported functions. 2005-12-31 12:18:15 +00:00
errhandler Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
file Fix issue that came up with testing some LANL romio applications. 2006-06-12 21:45:48 +00:00
group * Rename two files that had conflicting basenames with files in mpi/c/. This 2006-04-22 20:03:45 +00:00
include Fix for ticket #89. 2006-06-09 23:40:20 +00:00
info Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
mpi As I'm unable to correctly compute the size in multiple of the datatype, let me do 2006-06-12 22:08:33 +00:00
op @#$%@#%#% 2006-05-24 10:30:08 +00:00
peruse - Use calloc as per suggestion of George. 2006-05-22 14:18:44 +00:00
proc Add a new MCA parameter: mpi_keep_peer_hostnames. If this is nonzero, 2006-05-11 19:46:21 +00:00
request make ompi_free_list_item_t a class.. 2006-06-12 16:44:00 +00:00
runtime Add a new MCA parameter: mpi_keep_peer_hostnames. If this is nonzero, 2006-05-11 19:46:21 +00:00
tools Bring over changes from the /tmp/fortran-stuff series: 2006-05-30 14:37:41 +00:00
win Fixes for ticket:14. Lengthy discussion is on that ticket and in a 2006-05-18 18:05:46 +00:00
Makefile.am * Fix "make dist" for peruse 2006-03-23 23:41:49 +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.

*/