Re: libnuma: Problem with static library
Andi Kleen <[email protected]> Wed, 14 Dec 2011 12:37:45 -0800
| Newsgroups | org.kernel.vger.linux-numa |
|---|---|
| Message-ID | <[email protected]> |
Almaz Mirgasimov <[email protected]> writes: > I have some problem when running my program statically linked with libnuma. > When I try to run it I get following error message > > request to allocate mask for invalid number; abort > > I think the reason for such behavior is not initialized 'cpumask_sz', > because 'numa_init' was not called automatically. > > To solve this problem I slightly patched numactl sources and called > 'numa_init' in my program manually. > But is there any better way? That's a long standing regression from the 2.x changes. Should be fixed with http://permalink.gmane.org/gmane.linux.kernel.numa/688 -Andi -- [email protected] -- Speaking for myself only