1
1
openmpi/ompi
Jeff Squyres fd61d78599 Add two MCA parameters to the MPI level to control behavior during
MPI_ABORT.  From the ompi_info output:

       MCA mpi: parameter "mpi_abort_delay" (current value: "0")
                If nonzero, print out an identifying message when
                MPI_ABORT is invoked (hostname, PID of the process
                that called MPI_ABORT) and delay for that many seconds
                before exiting (a negative delay value means to never
                abort).  This allows attaching of a debugger before
                quitting the job.
       MCA mpi: parameter "mpi_abort_print_stack" (current value: "0")
                If nonzero, print out a stack trace when MPI_ABORT is
                invoked

This commit was SVN r9487.
2006-03-31 00:31:15 +00:00
..
attribute Add one more argument to the copy functions for the MPI objects. As this argument 2006-03-23 04:47:14 +00:00
class Seperate out sequence tracking list as stand alone class. 2006-03-23 17:02:17 +00:00
communicator First cut of PERUSE. Right now we support all the Peruse definitions from the 2006-03-23 05:00:55 +00:00
datatype Don't forget to add the new .h file to the distribution list. 2006-03-28 07:16:39 +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 Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
group checking of multiply included/excluded processes in 2006-03-16 17:51:16 +00:00
include Let's try this again, this time with less suck. 2006-03-12 17:56:58 +00:00
info Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca must handle header validation correctly for each case, not enough in common 2006-03-30 21:27:21 +00:00
mpi - introduction of user buffer checking for pt2pt operations 2006-03-29 09:26:27 +00:00
op - Well, well, the OMPI_OP_TYPE_CHAR *was* not supposed to stay in the 2006-03-10 16:02:45 +00:00
peruse * Fix "make dist" for peruse 2006-03-23 23:41:49 +00:00
proc * create a proper convertor for the remote proc if the architecture is 2006-03-20 01:13:41 +00:00
request The request management framework has been redesigned. The main idea is 2006-03-15 22:53:41 +00:00
runtime Add two MCA parameters to the MPI level to control behavior during 2006-03-31 00:31:15 +00:00
tools * Fix a small bug George noticed - if you change the prefix (or any of the 2006-03-12 04:35:01 +00:00
win minor correction regarding the reference count of ompi_mpi_group_null. 2006-03-13 22:58:27 +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.

*/