home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / edu / 1675 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  2.1 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!matloff@mole.Berkeley.EDU
  2. From: matloff@mole.Berkeley.EDU (Norman Matloff)
  3. Newsgroups: comp.edu
  4. Subject: (re-posting) ANNOUNCEMENT:  Multiprocessor Simulator
  5. Message-ID: <44743@ucbvax.BERKELEY.EDU>
  6. Date: 16 Sep 92 00:14:29 GMT
  7. Sender: nobody@ucbvax.BERKELEY.EDU
  8. Organization: Div. of Computer Science, University of California at Davis
  9. Lines: 39
  10.  
  11. (This is a re-post.  Sorry for the inconvenience if this appears
  12. more than once.) 
  13.  
  14.                MulSim Multiprocessor Simulator
  15.  
  16.                  Norman S. Matloff
  17.               University of California at Davis
  18.             Division of Computer Science
  19.            matloff@heather.cs.ucdavis.edu
  20.               (916) 752-1953
  21.  
  22. MulSim simulates the operation of a shared-memory multiprocessor system.  
  23. Its processor type is of a RISC design largely similar to the SPARC 
  24. architecture  --  i.e. instructions execute in a single cycle, and it 
  25. is a load/store machine, with all arithmetic operations being done in 
  26. register-to-register mode only  --  with a system of register windows 
  27. being used to store the runtime stack.  User programs are written in 
  28. the assembly language for this architecture.
  29.  
  30. The user may choose from several types of processor/memory interconnects, 
  31. or may develop his/her own type of interconnect; MulSim has been designed 
  32. in a modular fashion which facilitates the user taking the latter approach.  
  33. There are also optional features which allow the user to do statistics-
  34. gathering, etc.
  35.  
  36. The system includes a fairly extensive debugging facility, which can be used 
  37. not only for debugging but also for close examination of program behavior, 
  38. e.g. to help identify how memory contention problems arise.
  39.  
  40. ********************************************
  41.  
  42. The MulSim system is available free of charge for noncommercial use, e.g. 
  43. in universities.  To obtain a copy, please send e-mail to 
  44.  
  45.          matloff@heather.cs.ucdavis.edu
  46.  
  47. Be sure to specify the type(s) of host machine you wish to run MulSim on 
  48. (presently it is available for SPARCstation, DECstation and DOS systems).
  49.  
  50.