Cannot statically link with libnuma

Hi,

I am using PGI 10.6 and have tried to build a static code using libnuma with the options -Bstatic -lnuma, but the compiler keeps linking to libnuma dynamically.

Do you know what the problem is?

Thanks, C

Hi ChristopheR,

Unfortunately, there isn’t a static version of libnuma so the linker’s only option is to link with libnuma.so.

  • Mat