home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.parallel
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!hubcap!fpst
- From: stuarts@jeeves.ucdavis.edu (Stuart Staniford-Chen)
- Subject: How to get at arrays in CM-2 debugger?
- Message-ID: <1992Nov17.132520.15040@hubcap.clemson.edu>
- Sender: usenet@ucdavis.edu
- Organization: Clemson University
- Date: 17 Nov 92 03:41:38 GMT
- Approved: parallel@hubcap.clemson.edu
- Lines: 23
-
-
-
- Sorry to bother people with trivia but I can't find this one in the
- manual. I'm programming in C* on the CM-2, and using dbx on a Sun front
- end. I understand (from the manual) how to look at values for a parallel
- variable (using CMC_print etc). However, if I have a parallel array or
- structure:
-
- shape [X][Y][Z]lattice;
- int:lattice lat1[4]; or struct something:lattice lat2;
-
- then how do I look at individual fields of this in the debugger?
-
- Thanks for any help.
-
- Stuart.
-
-
- ------------------------------------------------------------------------
- Stuart Staniford-Chen : stuarts@jeeves.ucdavis.edu
- Department of Physics : NeXT-Mail cheerfully accepted.
- UC Davis, CA 95616, USA. : regular email is fine too.
-
-