Message boards : Number crunching : GLIBC
Author | Message |
---|---|
the "old" application using cuda31 is compiled with an "older" GLIBC, while the new one cuda42 does not. Could you please compile the new application linking to the same old GLIBC or am I the only one asking for it? | |
ID: 27130 | Rating: 0 | rate: / Reply Quote | |
yes we can do this as soon as the new app is out. | |
ID: 27146 | Rating: 0 | rate: / Reply Quote | |
yes we can do this as soon as the new app is out. well it depends on which toolkit you use, not? For compatibility with as many users as possible, maybe you should use the sdk for CentOS/RHEL 5 or something like that. In this way, every nvidia lib should link to old-enough glibc for everyone... While, for example, if you use the toolkit for fedora 16, it's almost sure that it would link to bleeding-edge glibc. Maybe just for a test, I don't know. Because I'm sure that dynamically linking to an older glibc should improve the compatibility for the userbase while on the other hand should not give any performance hit. You want the newest cuda libs, whatever the system libs are, am I right? Of course, if I am the only one with this problem, I recognize that the trouble is not worth the effort and I'll crunch until it's possible (at the moment, I'm stuck with cuda31 apps, while on my workstation cuda5 is already available but not working with your app). | |
ID: 27153 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : GLIBC