1
1

Remove no-longer-true comment. Process-wide memory affinity policy is

set by calling opal_hwloc_base_set_process_membind_policy().

This commit was SVN r25260.
Этот коммит содержится в:
Jeff Squyres 2011-10-11 20:00:45 +00:00
родитель 872d377021
Коммит 7fd3a7f696

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

@ -62,11 +62,6 @@
/**
* Module initialization function. Should return OPAL_SUCCESS.
*
* This function should act on the value of the MCA parameter
* maffinity_base_alloc_policy (stored in the global
* opal_maffinity_base_map, declared in
* opal/mca/maffinity/base/base.h).
*/
typedef int (*opal_maffinity_base_module_init_1_0_0_fn_t)(void);