1
1
openmpi/ompi/mpi
Brian Barrett 4f984056ac MPI_STATUS_SIZE in Fortran is 5, so we need to jump by 5 integers instead
of 4 when we are finding the next MPI_STATUS in the array.

Refs trac:236

This commit was SVN r11332.

The following Trac tickets were found above:
  Ticket 236 --> https://svn.open-mpi.org/trac/ompi/ticket/236
2006-08-22 20:20:46 +00:00
..
c One step toward the create array completion. 2006-08-20 15:51:54 +00:00
cxx It appears that most versions of the IBM XL compiler (including the latest 2006-08-19 22:55:59 +00:00
f03 - Add the missing collective (and other) functions to mpi.f03 2006-07-18 18:12:09 +00:00
f77 MPI_STATUS_SIZE in Fortran is 5, so we need to jump by 5 integers instead 2006-08-22 20:20:46 +00:00
f90 * Make sure to add the FCFLAGS_f90 variable to FCFLAGS. This is the magic 2006-08-21 14:15:55 +00:00
help-mpi-api.txt Add a check for now that invokes an MPI exception if you try to 2006-07-20 14:27:13 +00:00
Makefile.am Add a check for now that invokes an MPI exception if you try to 2006-07-20 14:27:13 +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.

*/