1
1
openmpi/ompi/mpi
George Bosilca aee802ddfa Include the intercept_extra_state_t_class in the library. The logic I
added there on my last commit was wrong. This variable should be included
only once, and here is the right way of doing:
- if we have weak symbols we compile each file once, so the variable should
  [always] get included.
- if we don't have weak symbols, then each file will get compiled multiple
  times (if profiling is enabled). In this case include the variable only
  when we build the generic layer (not the profile one).

This commit was SVN r16950.
2007-12-13 01:06:55 +00:00
..
c Back out r16836 and put in a big comment why. 2007-12-06 18:45:21 +00:00
cxx Fixes trac:1029: add in support for MPI_CONVERSION_FN_NULL. 2007-12-07 13:09:07 +00:00
f03 - Minor bugfixes and removed compiler warnings 2007-01-28 19:52:09 +00:00
f77 Include the intercept_extra_state_t_class in the library. The logic I 2007-12-13 01:06:55 +00:00
f90 Fixes trac:1029: add in support for MPI_CONVERSION_FN_NULL. 2007-12-07 13:09:07 +00:00
man/man3 Oops -- meant to say 10^-6, not 10^-3. 2007-11-27 22:36:52 +00:00
help-mpi-api.txt - Re-enable MPI_Comm_spawn_multiple from singletons. It has been working for a while, but the check was never removed. 2007-02-28 22:09:30 +00:00
Makefile.am Add Makefile mojo to install the MPI API man pages and include them in 2006-09-28 19:59:28 +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$
 */

/**

@page page_mpi The src/mpi directory

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

*/