% Version as of July 30, 1993 % % The top-level LaTeX file for MPI draft. % latex this file to get complete document % % To print only one chapter, comment out the \input()'s to chapters % you don't wish to see, then latex % -- Steve Otto % % \documentstyle[twoside,11pt]{report} \pagestyle{plain} %\markright{ {\em Draft Document of the MPI Standard,\/ \today} } \marginparwidth 0pt \oddsidemargin=.25in \evensidemargin .25in \marginparsep 0pt \topmargin=-.5in \textwidth=6.0in \textheight=9.0in \parindent=2em \makeindex \input{psfig} \include{mpi-macs} \hyphenation{sub-script mul-ti-ple} \begin{document} \setcounter{page}{1} \pagenumbering{roman} \title{ {\em D R A F T} \\ Document for a Standard Message-Passing Interface} \author{Message Passing Interface Forum} \date{\today \\ This work was supported by ARPA and NSF under contract number \#\#\#, by the National Science Foundation Science and Technology Center Cooperative Agreement No. CCR-8809615, and by the Commission of the European Community through Esprit project P6643. } \maketitle \hfuzz=5pt \pagestyle{plain} \withlinenumbers \tableofcontents \begin{abstract} The Message Passing Interface Forum (MPIF), with participation from over 40 organizations, has been meeting since January 1993 to discuss and define a set of library interface standards for message passing. MPIF is not sanctioned or supported by any official standards organization. This is a draft of what will become the Final Report, Version 1.0, of the Message Passing Interface Forum. This document contains all the technical features proposed for the interface. This copy of the draft was processed by \LaTeX{} on \today. MPIF invites comments on the technical content of MPI, as well as on the editorial presentation in the document. Comments received before July 1, 1993 will be considered in producing the final draft of Version 1.0 of the Message Passing Interface Specification. The goal of the Message Passing Interface, simply stated, is to develop a widely used standard for writing message-passing programs. As such the interface should establishing a practical, portable, efficient, and flexible standard for message passing. \end{abstract} \setcounter{page}{1} \pagenumbering{arabic} \input{credits} \pagestyle{headings} \withlinenumbers \input{intro} \input{terms} \input{pt2pt} \input{coll} \input{topol} \input{lang} %\input{correct} \input{inquiry} \input{prof} \input{context} \input{iis} \newpage \bibliographystyle{plain} \bibliography{refs} \newpage \appendix \input{func-index} %\input{appTop} \end{document} .