Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
plpa - Portable Linux Processor Affinity
PLPA is an attempt to solve the problem that there are multiple API's for
processor affinity within Linux. Specifically, the functions sched_setaffinity()
and sched_getaffinity() have numbers and types of parameters depending on your
Linux vendor and/or version of GLibc. This is quite problematic for applications
attempting to use processor affinity in Linux for compile-time, link-time,
and run-time reasons.
Packages
Latest: plpa-1.3.2-2.1.pre6.el6.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
plpa |
0 |
1.3.2 |
2.1.pre6.el6.fio |
x86_64 |
15 KiB |
2011-07-16 01:59:52 |
Changelog:
- * 2010-03-30 - Dennis Gregorovic <dgregor[AT]redhat[DOTCOM]> - 1.3.2-2.1
- Do not build on s390 or s390x since we don't have valgrind-devel there
- * 2010-01-14 - Steve Traylen <steve.traylen[AT]cern.ch> - 1.3.2-2
- Move all docs to lib package
- First version to be added to Fedora.
- * 2010-01-12 - Steve Traylen <steve.traylen[AT]cern.ch> - 1.3.2-1
- License change from BSD to correct BSD and AMDPLPA
- New upstream - 1.3.2
- * 2009-10-23 - Steve Traylen <steve.traylen[AT]cern.ch> - 1.3.1-2
- Future proof library version included in -libs package.
- * 2009-10-22 - Steve Traylen <steve.traylen[AT]cern.ch> - 1.3.1-1
- First Build