home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / parallel / 2821 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  1.8 KB

  1. Path: sparky!uunet!olivea!charnel!rat!usc!rpi!gatech!hubcap!fpst
  2. From: nikos@cs.cornell.EDU (Nikos P. Pitsianis)
  3. Newsgroups: comp.parallel
  4. Subject: CM Question: stencils in CM Fortran?
  5. Keywords: stencil, CM Fortran, differential equations, discretization
  6. Message-ID: <1992Dec28.160443.27990@hubcap.clemson.edu>
  7. Date: 27 Dec 92 22:35:37 GMT
  8. Sender: USENET news user <news@cs.cornell.EDU>
  9. Organization: Cornell University, CS Dept., Ithaca, NY
  10. Lines: 30
  11. Approved: parallel@hubcap.clemson.edu
  12. Nntp-Posting-Host: eir.cs.cornell.edu
  13.  
  14. Hi Net,
  15. Using gopher-WAIS I found the following document:
  16.  
  17. 0000024TS   
  18. 910408
  19.  (C) 1989 Thinking Machines Corp.  All rights reserved.
  20. Chapter 4 :  4.3 Communicating in Parallel
  21. 4.3 Communicating in Parallel
  22.  
  23. ... that says:
  24.  
  25. For solving differential equations, CM Fortran programs can  access  a  li-
  26. brary  of stencil routines. These routines combine pipelined floating-point arithmetic with highly optimized  grid  communications,  often  in  several directions at once. The communication patterns are customized to the vari-
  27. ous stencil, or star, patterns of the finite difference discretizations of these  equations. For example, the two-dimensional, five-point stencil routine gets data from four grid neighbors and performs  four  adds  and  five
  28. multiplies; it achieves speeds considerably beyond those achieved by manual
  29. coding of the same operations.
  30.  
  31.  
  32. Where are those routines? How can I access them?
  33.  
  34. Please send any information you have on the subject.
  35.  
  36. Thank you,
  37. -- Nikos
  38. _____________________________________________________________________
  39.  
  40.   Nikos P Pitsianis                 Internet : nikos@cs.cornell.edu    
  41.   Cornell University                   Phone : (607) 255 3042          
  42.   4130 Upson Hall, Dept of Comp Sc       FAX : (607) 255 4428          
  43.   Ithaca, NY 14853                      Home : (607) 257 3471
  44.