home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / archives / 3084 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  3.2 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!agate!usenet
  2. From: bernardl@cs.Stanford.EDU (Bernard Lee)
  3. Newsgroups: comp.archives
  4. Subject: [comp.parallel] New Release of iPSC/DASH library and some Fortran Questions
  5. Followup-To: comp.parallel
  6. Date: 14 Aug 1992 11:10:15 GMT
  7. Organization: CS Dept, Stanford University, CA 94305, USA
  8. Lines: 62
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <16g4anINNd04@agate.berkeley.edu>
  12. References: <1992Aug9.055207.28216@leland.Stanford.EDU>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: comp.parallel
  15. X-Original-Date: Sun, 9 Aug 92 05:52:07 GMT
  16.  
  17. Archive-name: auto/comp.parallel/New-Release-of-iPSC-DASH-library-and-some-Fortran-Questions
  18.  
  19. =========== 
  20. NEW RELEASE 
  21. ===========
  22.  
  23. A new release of the  iPSC/DASH  library  is  now  available  via
  24. anonymous   FTP  from  mojave.stanford.edu  under  the  directory
  25. /pub/dash-msg-library.
  26.  
  27. By default, the library will  run  with  64  virtual  processors.
  28. (See Makefile on how to change default value or to map virtual to
  29. physical processors.)  Please be warned that each  one   of   the
  30. processes will create a  mmap  on  your  /tmp partition.   So, if
  31. you do not have too much disk space, try  not  to  run  too  many
  32. processes.   As  you  probably  know,  mmap is not known for good
  33. behavior.  By being too ambitious you will only end up  rebooting
  34. your machine.
  35.  
  36. A FORTRAN-to-C wrapper has been  included  in  our latest distri-
  37. bution  of  the  iPSC/DASH  library.    See  the  included sample
  38. makefile "makef77" for linking and loading information.  However,
  39. certain  functions  supported  in  the  C  distribution  are  NOT
  40. supported in the  FORTRAN  version  until  further  notification.
  41. These  include:  hsend,  hrecv,  forflush, cwrite  and  cread.
  42.  
  43. In addition, the FORTRAN library has been integrated successfully
  44. with  FORTNET,  a  parallel  computing  utility developed  by the
  45. Daresbury Laboratory  of  the  British  Science  and  Engineering
  46. Research Council (SERC).  FORTNET  in  turn  interfaces with PAR-
  47. LANCE, which represents a wealth of machine-independent  parallel
  48. numerical algorithms  from  major European research institutions.
  49. Please  contact  Dr.  Robert  J.  Allan  of  the  SERC  Daresbury
  50. Laboratory  (rja@cxa.dl.ac.uk) directly for licensing information
  51. on FORTNET and PARLANCE.
  52.  
  53. We have received a few complaints about  compiler  compatibility.
  54. As  a  result,  a binary copy of the library has been enclosed in
  55. the current distribution.  Please download the  files  in  binary
  56. mode to ensure 100% compatibility.
  57.  
  58. We are interested in hearing from you if  you  have  successfully
  59. run applications on any machine outside of Stanford or NASA Ames.
  60.  
  61. Thanks very much.
  62.  
  63.  
  64.  
  65. ======================================== 
  66. FORTRAN QUESTIONS THAT WE NEED HELP WITH
  67. ========================================
  68.  
  69. (1) Can any FORTRAN expert out there teach us how  to  pass  that
  70. void (*func)() to hsend or hrecv in C?   We can wrap a void *func
  71. pointer from FORTRAN to C and then recast it.  But we aren't sure
  72. if  FORTRAN  is  actually  passing a pointer when it is trying to
  73. pass a function as an argument to a subroutine.
  74.  
  75. (2) Can the folks from Intel or anyone else send us some informa-
  76. tion about the new OSF/860 specifications?
  77.  
  78.  
  79.