1
1
This commit was SVN r6995.
Этот коммит содержится в:
Jeff Squyres 2005-08-24 02:33:32 +00:00
родитель ec22a641f5
Коммит bfc53fbb2f

Просмотреть файл

@ -46,7 +46,12 @@
*
* The module has four functions:
*
* -
* - module_init: initialze the module
* - get_num_processors: return the maximum number N that can be used
* in the set() module function (i.e., the number of available
* processors)
* - set: set this process's affinity to a specific processor
* - get: get this process's processor affinity
*/
#ifndef OPAL_PAFFINITY_H