Automatically exported from code.google.com/p/cpuset
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Alex Tsariounov ae5c2923c1 Release 1.5.4
Includes patch by mostroski for Issue#2, fixes exception if
running tasks with non-existent uids.
14 years ago
cpuset Release 1.5.4 14 years ago
doc Updated version. Updated documentation. Updated copyright. 14 years ago
t Add prior release version 1.04 to repo. 15 years ago
.hgignore Release 1.5.4 14 years ago
.vimrc Add prior release version 1.04 to repo. 15 years ago
AUTHORS Updated version. Updated documentation. Updated copyright. 14 years ago
COPYING Add prior release version 1.04 to repo. 15 years ago
INSTALL Add prior version 1.5.0 to repo. 15 years ago
MANIFEST Added current release 1.5.2 to repo. 15 years ago
MANIFEST.in Removed TODO from dist. 14 years ago
Makefile Add prior release version 1.04 to repo. 15 years ago
NEWS Release 1.5.4 14 years ago
README Updated version. Updated documentation. Updated copyright. 14 years ago
cpuset.spec Release 1.5.4 14 years ago
cset Updated version. Updated documentation. Updated copyright. 14 years ago
cset.init.d Added current release 1.5.2 to repo. 15 years ago
setup.cfg Add prior release version 1.04 to repo. 15 years ago
setup.py Updated version. Updated documentation. Updated copyright. 14 years ago

README

Cpuset is a Python application that forms a wrapper around the
standard Linux filesystem calls to make using the cpusets facilities
in the Linux kernel easier.

For the latest version see:
   http://code.google.com/p/cpuset

For packages, see the OpenSUSE build service:
   http://download.opensuse.org/repositories/home:/tsariounov:/cpuset

Bugs or feature requests should be sent to:
   http://code.google.com/p/cpuset/issues/list
 or for supported products, the Novell Bugzilla at:
   http://bugzilla.novell.com

-----

Copyright (C) 2008-2010 Novell Inc.

Author: Alex Tsariounov <alext@novell.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA