home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / parallel / 2081 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: gkwan@balboa.eng.uci.edu (Greg Kwan)
  4. Subject: Determining physical nodes on Intel iPSC/2?
  5. Message-ID: <1992Sep9.122200.993@hubcap.clemson.edu>
  6. Sender: fpst@hubcap.clemson.edu (Steve Stevenson)
  7. Nntp-Posting-Host: balboa.eng.uci.edu
  8. Organization: University of California, Irvine
  9. Date: 9 Sep 92 04:58:51 GMT
  10. Approved: parallel@hubcap.clemson.edu
  11. Lines: 23
  12.  
  13.  
  14. Does anyone know of a way to determine on which physical node a
  15. process is running on the iPSC/2? Intel gave an undocumented/
  16. unsupported call, but it returns unexpected values. For example,
  17. when allocating a 16 node cube, it returned:
  18. node  0 = 512, node  1 = 513, node  2 = 516, node  3 = 517,
  19. node  4 = 520, node  5 = 521, node  6 = 524, node  7 = 525,
  20. node  8 = 528, node  9 = 529, node 10 = 532, node 11 = 533,
  21. node 12 = 536, node 13 = 537, node 14 = 540, node 15 = 541.
  22.  
  23. Are these just offset by the number 512? Currently, our cube
  24. only has 30 nodes (2 compute nodes are defective), but it
  25. appears that the intermediate physical locations would be
  26. present in a fully allocated (32 node) cube. To put it an-
  27. other way, how would one determine how many links a message
  28. passes through from one node to another?
  29.  
  30. Thanks for any help.
  31.  
  32. greg
  33.  
  34. gkwan@balboa.eng.uci.edu
  35.  
  36.