home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.parallel
- Path: sparky!uunet!gatech!hubcap!fpst
- From: ohnielse@fysik.uni-c.dk (Ole Holm Nielsen)
- Subject: Re: How to get at arrays in CM-2 debugger?
- Message-ID: <1992Nov18.130437.25965@hubcap.clemson.edu>
- Sender: fpst@hubcap.clemson.edu (Steve Stevenson)
- Nntp-Posting-Host: fysik.uni-c.dk
- Reply-To: ohnielse@fysik.uni-c.dk
- Organization: UNI-C, Danish Computer Center for Research and Education
- References: <1992Nov17.132520.15040@hubcap.clemson.edu>
- Date: Wed, 18 Nov 1992 10:32:23 GMT
- Approved: parallel@hubcap.clemson.edu
- Lines: 16
-
- In article 15040@hubcap.clemson.edu, stuarts@jeeves.ucdavis.edu (Stuart Staniford-Chen) writes:
- >
- >
- >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?
-
- Why don't you use PRISM, the CM source level debugger ???
-
-