home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / parallel / 1793 < prev    next >
Encoding:
Text File  |  1992-07-24  |  997 b   |  32 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: esa@acpub.duke.edu (EMILY ANGERER)
  4. Subject: Re: f2c on convex? and PVM
  5. Message-ID: <1992Jul24.115417.8485@hubcap.clemson.edu>
  6. Keywords: PVM f2c convex
  7. Sender: news@cs.duke.edu
  8. Nntp-Posting-Host: raphael.acpub.duke.edu
  9. Organization: Duke University; Durham, N.C.
  10. References: <1992Jul23.204212.4277@hubcap.clemson.edu>
  11. Date: 24 Jul 92 02:25:30 GMT
  12. Approved: parallel@hubcap.clemson.edu
  13. Lines: 17
  14.  
  15.  
  16.  
  17. I have successfully run a matrix multiplication routine in PVM using 
  18. fortran.  The format of my program was similar to that of the sample
  19. provided in the PVM literature.  However, on the Convex, I found that
  20. it was unnecessary to use the null character ("\0") at the ends of
  21. strings, and in order to define a null architecture (i.e., use any
  22. available machine) one must use a pair of double quotes.  Therefore, the
  23. initiate statement would be:
  24.  
  25.       call finitiate("nodeprogram", "", inst)
  26.  
  27. Hope this helps.
  28.  
  29. Emily S. Angerer
  30.  
  31.  
  32.