home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / arch / 10446 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  5.4 KB

  1. Xref: sparky comp.arch:10446 comp.misc:4229 comp.programming:3072 comp.parallel:2475 comp.lang.misc:3519 comp.lang.fortran:4220
  2. Newsgroups: comp.arch,comp.misc,comp.programming,comp.parallel,comp.lang.misc,comp.lang.fortran
  3. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!swrinde!gatech!hubcap!fpst
  4. From: chk@rice.edu (Charles Koelbel)
  5. Subject: HPF Language Specification, version 0.4
  6. Message-ID: <1992Nov5.230558.19075@hubcap.clemson.edu>
  7. Apparently-To: comp-parallel@ncar.ucar.edu
  8. Originator: chk@erato.cs.rice.edu
  9. Keywords: High Performance Fortran
  10. Sender: news@rice.edu (News)
  11. Reply-To: chk@rice.edu (Charles Koelbel)
  12. Organization: Rice University
  13. Date: Thu, 5 Nov 1992 20:04:58 GMT
  14. Approved: parallel@hubcap.clemson.edu
  15. Lines: 129
  16.  
  17.  
  18. The most recent draft of the High Performance Fortran Language 
  19. Specification is version 0.4, dated November 6, 1992.  See "Version 
  20. History" below for a description of the changes.
  21.  
  22. How to Get the High Performance Fortran Language Specification
  23. ==============================================================
  24.  
  25. There are three ways to get a copy of the draft:
  26.  
  27.     1. Anonymous FTP: The most recent draft is available on 
  28.        titan.cs.rice.edu in the directory public/HPFF/draft.
  29.        Several files are kept there, including compressed
  30.        Postscript files of previous versions of the draft.  The
  31.        most current version of this draft is 0.4, which can be
  32.        retrieved as a tar file containing LaTeX source
  33.        (hpf-v04.tar) or in Postscript format (hpf-v04.ps);
  34.        both of these are also available as compressed files.
  35.        Several other sites also have the draft available in one or
  36.            more formats, including think.com, ftp.gmd.de,
  37.        theory.tc.cornell.edu, and minerva.npac.syr.edu.
  38.  
  39.     2. Electronic mail: The most recent draft is available from
  40.        the Softlib server at Rice University.  This can be
  41.        accessed in two ways:
  42.          A. Send electronic mail to softlib@cs.rice.edu with "send 
  43.         hpf-v04.ps" in the message body. The report is sent as a 
  44.         Postscript file.
  45.          B. Send electronic mail to softlib@cs.rice.edu with "send 
  46.         hpf-v04.tar.Z" in the message body. The report is
  47.         sent as a uuencodeded compressed tar file containing
  48.         LaTeX source.
  49.              C. Send electronic mail to netlib@ornl.gov with "send
  50.                 hpf-v04.ps from hpf" in the message body.  The report
  51.                 is sent as a Postscript file.  This site also has the
  52.                 LaTeX source of the draft; use "send index from hpf"
  53.                 to see the file names.
  54.              D. Send electronic mail to netlib@research.att.com with
  55.             "send hpf-v04.ps from hpff" in the message body.  The
  56.         report is sent as a Postscript file.
  57.        (In all cases, the reply is sent as several messages to
  58.        avoid mailer restrictions; edit the message bodies together
  59.        to obtain the whole file.)  The same files can be obtained
  60.        from David Loveman (loveman@mpsg.enet.dec.com) and Chuck
  61.        Koelbel (chk@cs.rice.edu), but replies will take longer
  62.        because real people have to answer the mail.
  63.  
  64.     3. Hardcopy: The most recent draft is available as technical report 
  65.        CRPC-TR 92225 from the Center for Research on Parallel
  66.        Computation at Rice University.  Send requests to
  67.         Theresa Chapman
  68.         CITI/CRPC, Box 1892
  69.         Rice University
  70.         Houston, TX 77251
  71.        There is a charge of $50.00 for this report to cover copying and 
  72.        mailing costs.
  73.  
  74. Disclaimers
  75. ===========
  76.  
  77. A few caveats about the HPF draft:
  78.  
  79.     A. The current version contains some material that is still
  80.        under active discussion.  Changes will be fairly frequent
  81.        until at least December 1992.  New versions will be
  82.            announced on the HPFF mailing list and in the newsgroups
  83.        comp.parallel, comp.lang.misc, and comp.lang.fortran.
  84.  
  85.     B. The HPF Language Specification does not necessarily
  86.        represent the official view of any individual, company,
  87.        university, government, or other agency.
  88.  
  89.     C. Please address any questions, comments, or possible
  90.        inconsistencies in the draft to hpff-comments@cs.rice.edu.
  91.        Include the chapter number you are commenting on in the
  92.        "Subject:" line of the message.
  93.  
  94.  
  95. Version History
  96. ===============
  97.  
  98. Version 0.1:
  99. August 14, 1992
  100. EXTREMELY preliminary version.  
  101.  
  102. First collection of the proposals active in the High Performance Fortran 
  103. Forum.  Established much of the outline for later documents, and 
  104. represented most decisions made through the July HPFF meeting.
  105.  
  106.  
  107. Version 0.2:
  108. September 9, 1992
  109. Version discussed at the September 10-11 HPFF meeting
  110.  
  111. Changes:
  112. General cleaning up of version 0.1.
  113. Inclusion of most new proposals at that time.
  114.  
  115.  
  116. Version 0.3:
  117. October 12, 1992
  118. Version discussed at the October 22-23 HPFF meeting
  119.  
  120. Changes:
  121. Numerous minor and major changes due to discussions at the September meeting.
  122. Added a section on "Model of Computation".
  123. Presented alternate chapters for data distribution with and without
  124. templates.
  125. Added two proposals for ON clauses specifying where computation is to
  126. be executed.
  127. Added distribution inquiry intrinsics.
  128. Total rewrite of I/O material, sending most previous material to the
  129. Journal of Development.
  130.  
  131.  
  132. Version 0.4:
  133. November 6, 1992
  134. Version to be presented at Supercomputing '92
  135.  
  136. Changes:
  137. Numerous minor and major changes due to discussions at the October
  138. meeting.
  139. "Acknowledgements" section now much more accurate.
  140. "The HPF Model" (replacing "Model of Computation") substantially
  141. simplified and improved.
  142. "Distribution without Templates" chapter removed.
  143. Many proposals not adopted moved to "Journal of Development".
  144.  
  145.  
  146.