home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / parallel / 2548 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: ohnielse@fysik.uni-c.dk (Ole Holm Nielsen)
  4. Subject: Re: How to get at arrays in CM-2 debugger?
  5. Message-ID: <1992Nov18.130437.25965@hubcap.clemson.edu>
  6. Sender: fpst@hubcap.clemson.edu (Steve Stevenson)
  7. Nntp-Posting-Host: fysik.uni-c.dk
  8. Reply-To: ohnielse@fysik.uni-c.dk
  9. Organization: UNI-C, Danish Computer Center for Research and Education
  10. References: <1992Nov17.132520.15040@hubcap.clemson.edu>
  11. Date: Wed, 18 Nov 1992 10:32:23 GMT
  12. Approved: parallel@hubcap.clemson.edu
  13. Lines: 16
  14.  
  15. In article 15040@hubcap.clemson.edu, stuarts@jeeves.ucdavis.edu (Stuart Staniford-Chen) writes:
  16. >
  17. >
  18. >Sorry to bother people with trivia but I can't find this one in the  
  19. >manual.  I'm programming in C* on the CM-2, and using dbx on a Sun front  
  20. >end.  I understand (from the manual) how to look at values for a parallel
  21. >variable (using CMC_print etc).  However, if I have a parallel array or  
  22. >structure:
  23. >
  24. >shape [X][Y][Z]lattice;
  25. >int:lattice lat1[4];       or       struct something:lattice lat2;
  26. >
  27. >then how do I look at individual fields of this in the debugger?
  28.  
  29. Why don't you use PRISM, the CM source level debugger ???
  30.  
  31.