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

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!hubcap!fpst
  3. From: stuarts@jeeves.ucdavis.edu (Stuart Staniford-Chen)
  4. Subject: How to get at arrays in CM-2 debugger?
  5. Message-ID: <1992Nov17.132520.15040@hubcap.clemson.edu>
  6. Sender: usenet@ucdavis.edu
  7. Organization: Clemson University
  8. Date: 17 Nov 92 03:41:38 GMT
  9. Approved: parallel@hubcap.clemson.edu
  10. Lines: 23
  11.  
  12.  
  13.  
  14. Sorry to bother people with trivia but I can't find this one in the  
  15. manual.  I'm programming in C* on the CM-2, and using dbx on a Sun front  
  16. end.  I understand (from the manual) how to look at values for a parallel
  17. variable (using CMC_print etc).  However, if I have a parallel array or  
  18. structure:
  19.  
  20. shape [X][Y][Z]lattice;
  21. int:lattice lat1[4];       or       struct something:lattice lat2;
  22.  
  23. then how do I look at individual fields of this in the debugger?
  24.  
  25. Thanks for any help.
  26.  
  27. Stuart.
  28.  
  29.  
  30. ------------------------------------------------------------------------
  31. Stuart Staniford-Chen        :  stuarts@jeeves.ucdavis.edu
  32. Department of Physics        :  NeXT-Mail cheerfully accepted.
  33. UC Davis, CA 95616, USA.    :  regular email is fine too.
  34.  
  35.