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
Libor Pechacek 02ef9e09e1 Update to 1.6pre1 includes following changes:
* Make cpuset compatible with both Python 2 and 3
* Update package meta information

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
6 years ago
cpuset Update to 1.6pre1 includes following changes: 6 years ago
doc Update to 1.6pre1 includes following changes: 6 years ago
t Update author's e-mail address 6 years ago
.hgignore Release 1.5.4 14 years ago
.vimrc Add prior release version 1.04 to repo. 15 years ago
AUTHORS Update author's e-mail address 6 years ago
COPYING Add prior release version 1.04 to repo. 15 years ago
INSTALL Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 13 years ago
MANIFEST Added current release 1.5.2 to repo. 15 years ago
MANIFEST.in Removed TODO from dist. 14 years ago
Makefile Fix Issue#3: cset fails to create cpu sets if some cpus are offline 14 years ago
NEWS Update to 1.6pre1 includes following changes: 6 years ago
README Update author's e-mail address 6 years ago
cpuset.spec Update to 1.6pre1 includes following changes: 6 years ago
cset Update author's e-mail address 6 years ago
cset.init.d Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 13 years ago
set_version.sh Add script to set version string at multiple places 8 years ago
setup.cfg Add prior release version 1.04 to repo. 15 years ago
setup.py Update setup.py with new information 6 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:
   https://github.com/lpechacek/cpuset

For packages, see the OpenSUSE build service:
   https://build.opensuse.org/package/show/hardware/cpuset
   http://download.opensuse.org/repositories/hardware/

Bugs or feature requests should be sent to:
   https://github.com/lpechacek/cpuset/issues
 or for supported products, SUSE Bugzilla at:
   https://bugzilla.suse.com

-----

Copyright (C) 2008-2011 Novell Inc.

Author: Alex Tsariounov <tsariounov@gmail.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