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

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