1
1
openmpi/ompi
Jeff Squyres cf98657adb * Clean up a little #if logic in MPI_WTICK / MPI_WTIME
* Update MPI_WTICK / MPI_WTIME man pages:
   * Fix C++ declarations
   * Note that we may use better than gettimeofday() on some platforms
 * Add "MPI_WTIME support" ("options:mpi-wtime") flag in ompi_info
   output indicating whether we use "native" or "gettimeofday" for
   MPI_WTIME

This commit was SVN r16774.
2007-11-26 18:23:53 +00:00
..
attribute Fix a comment -- we implemented windows a long time ago. 2007-11-05 13:43:53 +00:00
class going through the ompi_free_list_init_ex, fl_payload_buffer_size and 2007-11-02 17:51:32 +00:00
communicator These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
datatype - Just some type casts. 2007-09-12 15:29:58 +00:00
debuggers Remodel the ompi_free_list a little. The free_list_memory is in 2007-10-25 16:47:54 +00:00
errhandler Reverts r16130. 2007-09-15 11:19:13 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
file Add ability to completely turn off MPI one-sided support, so that users 2007-08-18 21:35:51 +00:00
group - Some more to be exported. 2007-08-30 15:13:08 +00:00
include * Embed ident strings into the Open MPI libraries using one of the following 2007-11-03 02:40:22 +00:00
info - fix typo 2007-07-30 15:47:37 +00:00
mca Added support for Accelerated Portals for the btl. 2007-11-21 21:34:17 +00:00
mpi * Clean up a little #if logic in MPI_WTICK / MPI_WTIME 2007-11-26 18:23:53 +00:00
op - Support for opt. MPI_REAL2 (who has that?) 2007-06-19 05:03:11 +00:00
peruse OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
proc These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
request - In ompi_request_init(): 2007-10-22 11:28:49 +00:00
runtime Seperate finalize and close for the PML, this gives the PML a chance to complete any outstanding operations prior to close. Before this change we just called pml_finalize in pml_close which causes problems if there are outstanding events that a BTL/MTL needs to progress during finalize. The problem is that MPI_COMM_WORLD and others were destroyed prior to closing the PML, pml_close would call pml_finalize, events would progress in the BTL, and these events expected MPI_COMM_WORLD to still be around.. 2007-10-09 15:28:56 +00:00
tools * Clean up a little #if logic in MPI_WTICK / MPI_WTIME 2007-11-26 18:23:53 +00:00
win Last set of explicit conversions. We are now close to the zero warnings on 2006-10-20 03:57:44 +00:00
Makefile.am Allow OMPI components to modify the link options for libmpi.so. This 2007-08-17 03:52:53 +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.

*/