home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / distributed-c-2.1 / part01 / examples / config / system.AIX < prev    next >
Encoding:
Text File  |  1993-12-22  |  1.2 KB  |  60 lines

  1. # system.BOTANIK
  2. #
  3. # system configuration file for 
  4. # Botanisches Institut, Ludwig-Maximilians-Universitaet Muenchen
  5.  
  6. hostnames = {
  7.  
  8.     # IBM RS 6000
  9.     odin, adgard, mitgard, utgard, baldur, freya, thor, fenris, loki, hel, 
  10.     woelsung, ragnaroek, sigurd
  11. }
  12.  
  13. computer types = {
  14.     IBM_RS_6000
  15. }
  16.  
  17. operating system variants = {
  18.     AIX
  19. }
  20.  
  21. fixed disks = {
  22.     odin_disk = {
  23.     location : odin
  24.     size     : 1000 MB
  25.     speed    : 15 ms     # ???
  26.     }
  27. }
  28.  
  29. host odin, adgard, mitgard, utgard, baldur, freya, thor, 
  30.      fenris, loki, hel, woelsung, ragnaroek, sigurd 
  31. = {
  32.     operating system : AIX
  33.     computer specification {
  34.     type                    : IBM_RS_6000
  35.     physical memory         : 32 MB    
  36.     virtual memory          : 32 MB    
  37.     performance index       : 8.0
  38.     storage for executables : odin_disk
  39.     }
  40.     compilation {
  41.         target: IBM_RS_6000 (AIX) {
  42.         CC      = "cc"
  43.         CFLAGS  = "-DAIX -DSYSTEM_V -DSOCKET -DHETEROGENEOUS"
  44.         LDFLAGS = ""
  45.         LIBS    = ""
  46.     }
  47.     }
  48.     accessible filesystems = {
  49.     odin_disk (10 ms)
  50.     }
  51. } # odin
  52.  
  53. # ----------------------------------------------------------------------------
  54. # cost informations generated by dcanalyse
  55. # and adjusted manually
  56.  
  57. costs informations {
  58.            odin ->      odin: 0, 0
  59. }
  60.