1
1
openmpi/src
Jeff Squyres 497580441d Per MPI-2:3.1, MPI_GET_VERSION can be called before MPI_INIT, so
remove the MPI_ERR_INIT_FINALIZE() macro.  Also check to see how we
invoke the errhandler if an error occurs (i.e., the action depends on
whether we're between MPI_INIT and MPI_FINALIZE or not).

This commit was SVN r5891.
2005-05-31 16:30:34 +00:00
..
asm On AIX the r2 is a protected register (stack/frame pointer). If we use it inside our 2005-04-28 21:57:31 +00:00
attribute Commit 1 of 4 to bring in the hetero branch to the trunk. Merged in 2005-05-01 00:47:35 +00:00
class After yet another round of discussions about why these classes are 2005-05-26 13:12:11 +00:00
communicator small checkin :-) 2005-05-23 22:06:50 +00:00
datatype little buggy thing ... hunted for hours ... 2005-05-26 21:44:24 +00:00
dps Bring in the remote launch changes. This still isn't fully functional, but impacted a few other places that were worth fixing. 2005-05-12 21:44:23 +00:00
dynamic-mca Commit 2 of 4 for bringing the changes over from the hetero branch. 2005-05-01 00:53:00 +00:00
errhandler Ensure that we invoke fortran errorhandlers with a function prototype 2005-03-25 20:25:28 +00:00
event Run the event loop once after adding a new signal event to the event library. Events are only processed at the start of an event loop (not at event add), so there was a window of time between event_add() and event_loop() for the signal event in which the event existed, but was not active. During this window, signals that should have triggered a callback could be lost. 2005-05-13 17:59:36 +00:00
file Add UC copyright 2005-03-24 12:43:37 +00:00
group Add UC copyright 2005-03-24 12:43:37 +00:00
include Remove a totally useless field that somehow got into the universe info structure. 2005-05-20 15:50:27 +00:00
info Add UC copyright 2005-03-24 12:43:37 +00:00
mca Since we allow the following keys: 2005-05-27 17:28:30 +00:00
mpi Per MPI-2:3.1, MPI_GET_VERSION can be called before MPI_INIT, so 2005-05-31 16:30:34 +00:00
op Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
proc We need a prototype for one of the functions in datatype.h 2005-05-19 23:28:07 +00:00
request windows checkpoint 2005-05-09 16:23:00 +00:00
runtime Checkpoint 2005-05-25 16:29:01 +00:00
threads remove unnecessary exclusion for Windows which was killing the Windows nightly build 2005-05-12 14:37:40 +00:00
tools Remove bad free (doxy docs say that freeing the result of 2005-05-26 02:44:09 +00:00
util Several fixes in this commit: 2005-05-24 13:39:15 +00:00
win Add UC copyright 2005-03-24 12:43:37 +00:00
win32 checkpoint for Windows src/tools build 2005-05-22 18:03:27 +00:00
Makefile.am small checkin :-) 2005-05-23 22:06:50 +00:00
README.dox Add UC copyright 2005-03-24 12:43:37 +00:00
win_makefile Fix a couple of library checks, and some Windows related code 2005-05-13 15:05:07 +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$
 */
/** @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.

*/