home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9376 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.9 KB  |  63 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!munnari.oz.au!hp9000.csc.cuhk.hk!a866700
  3. From: a866700@hp9000.csc.cuhk.hk (Wong Siu To)
  4. Subject: NQS on HP: internal information of HP 7xx/8x7 wanted
  5. Message-ID: <1992Aug18.071736.3708@hp9000.csc.cuhk.hk>
  6. Organization: The Chinese University of Hong Kong
  7. Date: Tue, 18 Aug 1992 07:17:36 GMT
  8. Lines: 53
  9.  
  10. Hi all,
  11.  
  12. I've installed NQS on our HP 720 and it works fine, except the CPU
  13. time limit control.  I wonder if I've set several machine dependent
  14. parameters in the Makefile incorrectly:
  15.  
  16. ------------------------ Cut here --------------------------------
  17. ....
  18. BYTES_PER_WORD = 2
  19. #
  20. #    Define PRECISION_ULONG (precision of an unsigned long)
  21. #    in bits for your hardware and compiler.
  22. #
  23. PRECISION_ULONG = 32
  24. #
  25. #    Define CPU_LIMIT_GRAN (cpu time limit granularity)
  26. #    in hertz IF your hardware and OS support cpu time limits.
  27. #
  28. CPU_LIMIT_GRAN = 1
  29. #
  30. #    Define DISK_LIMIT_GRAN (disk limit granularity) in bytes
  31. #    IF your hardware and OS support file size limits.
  32. #
  33. DISK_LIMIT_GRAN = 512
  34. #
  35. #    Define MEM_LIMIT_GRAN (memory limit granularity) in bytes
  36. #    IF your hardware and OS support memory use limits.
  37. #
  38. MEM_LIMIT_GRAN = 1
  39. #
  40. #    Define CPU_MEAS_GRAN (cpu measurement granularity)
  41. #    in hertz IF your cpu measurement system call
  42. #    (times(2), getrusage(2)) returns a structure the units
  43. #    of which may vary from one hardware type to another.
  44. #
  45. CPU_MEAS_GRAN = 60
  46. -------------------------------- Cut here -------------------------
  47.  
  48. Would anyone please advise how to calculate/obtain these parameters
  49. correctly ?  Pls also advise the correct values.  We're running HP720 and
  50. HP750 (HP-UX 8.07), and HP 8x7 (HP-UX 8.02).
  51.  
  52. Any help will be much appreciated.
  53.  
  54. Regards,
  55.  
  56. st wong
  57.  
  58. -- 
  59. ----------------------------------------------------------------------------
  60. ST Wong                       BITNET: A866700@CUCSC.BITNET
  61. Computer Services Centre               Internet: a866700@hp9000.csc.cuhk.hk
  62. The Chinese Univsersity of Hong Kong             st@csc.mgate1.cuhk.hk 
  63.