home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / parallel / 3058 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.5 KB  |  43 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!destroyer!gatech!hubcap!fpst
  3. From: W.Purvis@daresbury.ac.uk (Bill Purvis, ext 3357)
  4. Subject: Re: Can a Hypercube programmer lend me a hand?
  5. Message-ID: <1993Jan26.160523.9867@hubcap.clemson.edu>
  6. Apparently-To: comp-parallel@uk.ac.uknet
  7. Sender: fpst@hubcap.clemson.edu (Steve Stevenson)
  8. Reply-To: wh@gserv1.dl.ac.uk
  9. Organization: Daresbury Laboratory, UK
  10. References: <1993Jan25.163844.13169@hubcap.clemson.edu>
  11. Date: Tue, 26 Jan 1993 12:49:38 GMT
  12. Approved: parallel@hubcap.clemson.edu
  13. Lines: 28
  14.  
  15. > Can someone help me understand just who gets the message in the
  16. > following examples:
  17. >
  18. >    nodedim is 2, destination argument is -2, I am processor 2
  19. >
  20. >    nodedim is 3, destination argument is -2, I am processor 2
  21. >
  22. >    nodedim is 5, destination argument is -3, I am processor 2
  23.  
  24. On reading this I realised that I had never figured it out myself. I did a few
  25. quick tests and here are the results:
  26.  
  27. nodedim=2, dest=-2,     message goes to node 3 only
  28. nodedim=3, dest=-2,    message goes to 0,1,3    4-7 don't see anything
  29. nodedim=5, dest=-2,    message goes to 0,1,3..15, 16-31 don't see anything
  30. nodedim=5, dest=-3,    message goes to 0,1,3..7   8..31 don't see anything
  31. nodedim=5, dest=-4,    message goes to 0,1,3       4..31 don't see anything.
  32.  
  33. I can't think of a better way of wording the description given in the manual
  34. but I agree it needs improving. However, a few examples do give you the general
  35. idea!
  36.     Bill.
  37. (Bill Purvis, Daresbury Lab, Warrington Cheshire, England)
  38.  
  39.  
  40.  
  41.  
  42.  
  43.