Portable Linux Processor Affinity 1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Portable Linux Processor Affinity 1.1 (Default branch)
# 1  
Old 02-22-2008
Portable Linux Processor Affinity 1.1 (Default branch)

PLPA is an attempt to solve the problem ofmultiple API's for processor affinity withinLinux. Specifically, the functionssched_setaffinity() and sched_getaffinity() havenumbers and types of parameters depending on yourLinux vendor and/or version of GLibc. This isquite problematic for applications attempting touse processor affinity in Linux for compile-time,link-time, and run-time reasons. The PLPA providesa single processor affinity API that developerscan write to in order to get both consistentbehavior and binary compatibility across differentLinux installations (assuming that you have anexecutable that is otherwise binary Linux portable).License: BSD License (revised)Changes:
The ability to understand (socket,core) tuples forspecific process placement was added, as opposedto just specifying Linux virtual processor IDs.The plpa-taskset executable was also added, whichunderstands the same command line syntax as the"taskset" command, but also understands(core@socket) nomenclature.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

Set Processor Affinity to group of cores

Hi on multi-core system - I know I can set each process to run on specific core (Processor Affinity). If I want to set process (which contains several threads) to run on group of core, how can I do it ? For example: If we have 8 core, and two process each process contain 4 threads. And I... (2 Replies)
Discussion started by: laro1983
2 Replies

2. UNIX for Dummies Questions & Answers

Processor Affinity on Redhat AS3

Does anyone know how to setup processor affinity on Redhat AS3.0. I know how to do this on Solaris and Windows.. Thanks (2 Replies)
Discussion started by: sssow
2 Replies
Login or Register to Ask a Question
cvaffinity(1)                                                    cvaffinity(1)

NAME
cvaffinity - Set an affinity type SYNOPSIS
cvaffinity -s <key> filename cvaffinity -l filename cvaffinity -d filename DESCRIPTION
cvaffinity can be used to set an affinity for a specific storage pool on a file or directory, or list the current affinity. An affinity is created in a storage pool through the volume configuration (see cvfs_config(4).) It is a name, up to eight (8) characters, describing a special media type. Use cvadmin (1) to see what affinity sets are assigned to the configured storage pools. If the affinity does not exist for any of the storage pools, then the allocation will occur on the non-exclusive storage pool. If there is no non-exclusive storage pool, an ENOSPC is returned. USAGE
-s <key> is the Affinity Key to associate with the file or direc- tory and is defined as a 'MediaType' name in the file system configuration. Use the program 'cvadmin' to see the Affinity Keys active in this file system. For files with an Affinity, new blocks allocated to that file are placed on a storage pool with the specified Affinity. For directories with an Affinity new files created in that directory inherit the Affinity from the directory. -l This option says to just list the affinity for the specified file and exit. -d This option says to delete the affinity from the specified file or directory, if one exists. <filename> Specifies any file or directory on the targeted volume. When the -k option (set session affinity) is specified, or no other option is specified, the filename option is used as a read-only reference handle in order to access the volume. When the -s, -d, or -l options are used, the filename option specifies the file or directory operated on. EXAMPLES
List the affinity on the file /usr/clips/foo. rock # cvaffinity -l /usr/clips/foo Set this file or directory to use the storage pool that has the jmfn8 affinity type. rock # cvaffinity -s jmfn8 /usr/clips/filename Remove the affinity from the /usr/clips/mydir, if one is currently assigned. rock # cvaffinity -d /usr/clips/mydir SEE ALSO
cvfs_config(4), cvadmin(1) Xsan File System December 2005 cvaffinity(1)