Fri, 21 Mar 2003 12:39:40 -0600 (CST) "L. A. Linden Levy"Dear NPL Linux Community Due to the recent increase of users on the non-interactive nodes we would like to remind you of the niceness utility in Linux. The current paradigm is: Usage length (hr) niceness ===== ========== ======== CPU 0-4 0 CPU 4-10 10 CPU 10+ 19 Disk IO any 10 (i.e. looping over data on ide drives) For information on the nice utility try "man nice". A simple example would be to run the code "monte_carlo" that will take approximately 10 hours with the following command: nice -10 monte_carlo This will set the niceness for monte_carlo to ten. But if you have already started a program and wish to change the niceness level you are in luck...try: renice +5 your_program_pid