On Tue, Feb 09, 2010 at 01:48:30PM -0800, Scott Lurndal wrote: > > Hi, > > I've a third-party application that's designed to be NUMA aware when > running on a NUMA system, but since this application also runs on non-NUMA > systems and a wide variety of operating systems, they don't link the > application directly with the libnuma shared object. Instead, they use > dlopen() to open the library at run-time, if it exists. I think you really need to ask this question the dlopen() developers. I don't think it's a problem that should be somehow kludged around in libnuma. Simply dlsym() et.al. need a way to specify the expected version. Otherwise it's a don't do that if it hurts(tm). -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-numa" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html