mirror of https://github.com/xzeldon/htop.git
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
|
This is a stripped-down version of the PLPA 1.1 package, adapted to
|
||
|
be embedded in the htop code base. For the full PLPA package, go to
|
||
|
http://www.open-mpi.org/projects/plpa/. Copyright notice for PLPA
|
||
|
follows below.
|
||
|
|
||
|
-- Hisham Muhammad, htop author. March 2008.
|
||
|
|
||
|
===========================================================================
|
||
|
|
||
|
This is the Portable Linux Processor Affinity (PLPA) package
|
||
|
(pronounced "pli-pa"). It is intended for developers who wish to use
|
||
|
Linux processor affinity via the sched_setaffinity() and
|
||
|
sched_getaffinity() library calls, but don't want to wade through the
|
||
|
morass of 3 different APIs that have been offered through the life of
|
||
|
these calls in various Linux distributions and glibc versions.
|
||
|
|
||
|
Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
||
|
University Research and Technology
|
||
|
Corporation. All rights reserved.
|
||
|
Copyright (c) 2004-2005 The Regents of the University of California.
|
||
|
All rights reserved.
|
||
|
Copyright (c) 2006-2008 Cisco Systems, Inc. All rights reserved.
|
||
|
$COPYRIGHT$
|
||
|
|
||
|
See LICENSE file for a rollup of all copyright notices.
|
||
|
|
||
|
$HEADER$
|
||
|
|
||
|
===========================================================================
|