Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!bloom-beacon!mintaka!yale!think!samsung!usc!rutgers!mcnc!duck!mjt From: mjt@duck.ncsc.org (Mike Tighe) Newsgroups: comp.unix.cray Subject: Re: Determining number of memory banks? Message-ID: <1774@speedy.mcnc.org> Date: 15 Mar 90 01:00:48 GMT References: <949@red.qtp.ufl.edu> Sender: daemon@mcnc.org Organization: North Carolina Supercomputing Center Lines: 17 In article <949@red.qtp.ufl.edu> bernhold@qtp.ufl.edu (David E. Bernholdt) writes: > >Is there any way in software to determine the number of memory banks >on a given machine? Command line: Execute the command called target(1). This will give you the info for your machine. From C program: Make a call to the GETPMC(3U) function. This returns an array of values for your machine. Further details on each method can be found in the appropriate manual page. -- Michael Tighe, mjt@ncsc.org (919)-248-1157