home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!munnari.oz.au!hp9000.csc.cuhk.hk!a866700
- From: a866700@hp9000.csc.cuhk.hk (Wong Siu To)
- Subject: NQS on HP: internal information of HP 7xx/8x7 wanted
- Message-ID: <1992Aug18.071736.3708@hp9000.csc.cuhk.hk>
- Organization: The Chinese University of Hong Kong
- Date: Tue, 18 Aug 1992 07:17:36 GMT
- Lines: 53
-
- Hi all,
-
- I've installed NQS on our HP 720 and it works fine, except the CPU
- time limit control. I wonder if I've set several machine dependent
- parameters in the Makefile incorrectly:
-
- ------------------------ Cut here --------------------------------
- ....
- BYTES_PER_WORD = 2
- #
- # Define PRECISION_ULONG (precision of an unsigned long)
- # in bits for your hardware and compiler.
- #
- PRECISION_ULONG = 32
- #
- # Define CPU_LIMIT_GRAN (cpu time limit granularity)
- # in hertz IF your hardware and OS support cpu time limits.
- #
- CPU_LIMIT_GRAN = 1
- #
- # Define DISK_LIMIT_GRAN (disk limit granularity) in bytes
- # IF your hardware and OS support file size limits.
- #
- DISK_LIMIT_GRAN = 512
- #
- # Define MEM_LIMIT_GRAN (memory limit granularity) in bytes
- # IF your hardware and OS support memory use limits.
- #
- MEM_LIMIT_GRAN = 1
- #
- # Define CPU_MEAS_GRAN (cpu measurement granularity)
- # in hertz IF your cpu measurement system call
- # (times(2), getrusage(2)) returns a structure the units
- # of which may vary from one hardware type to another.
- #
- CPU_MEAS_GRAN = 60
- -------------------------------- Cut here -------------------------
-
- Would anyone please advise how to calculate/obtain these parameters
- correctly ? Pls also advise the correct values. We're running HP720 and
- HP750 (HP-UX 8.07), and HP 8x7 (HP-UX 8.02).
-
- Any help will be much appreciated.
-
- Regards,
-
- st wong
-
- --
- ----------------------------------------------------------------------------
- ST Wong BITNET: A866700@CUCSC.BITNET
- Computer Services Centre Internet: a866700@hp9000.csc.cuhk.hk
- The Chinese Univsersity of Hong Kong st@csc.mgate1.cuhk.hk
-