~vcs-imports/mpich/trunk

« back to all changes in this revision

Viewing changes to maint/docnotes

  • Committer: balaji
  • Date: 2012-12-20 05:02:00 UTC
  • Revision ID: svn-v4:a5d90c62-d51d-0410-9f91-bf5351168976:mpich2/trunk:10787
Fix instances where we say MPI-2, and use generic "MPI" where possible
so we don't have to keep correcting this.  Also removed section
numbers from the MPI-2 standard that were referenced in the ROMIO
documents.  If we feel that they are necessary, we can add them back
after the release.

No reviewer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 The sizes of MPI strings in Fortran are one less than the sizes of that 
110
110
 string in C/C++ because the C/C++ versions provide room for the trailing
111
111
 null character required by C/C++.  For example, 'MPI_MAX_ERROR_STRING' is 
112
 
 'mpif.h' is one smaller than the same value in 'mpi.h'.  See the MPI-2 
 
112
 'mpif.h' is one smaller than the same value in 'mpi.h'.  See the MPI
113
113
 standard, sections 2.6.2 and 4.12.9.
114
114
 
115
115
N*/