[hwloc-users] How to build hwloc static to link into a shared lib on Linux

2014-01-18 Thread Robin Scher
x and zeromq) to work this way, so it seems like it should be possible. Thank you for any help you can provide. Robin Scher ro...@uberware.net +1 (213) 448-0443 signature.asc Description: Message signed with OpenPGP using GPGMail

[hwloc-users] Having trouble getting CPU Model string on Windows 7 x64

2014-01-27 Thread Robin Scher
hey all return a NULL pointer. Am I missing something? I tried a few other of the object types, but didn’t find it with them either (I actually tried looping through all integer values between 0 and HWLOC_OBJ_TYPE_MAX and it didn’t appear in any of them). Thank you for any help you can provide. -

Re: [hwloc-users] Having trouble getting CPU Model string on Windows 7 x64

2014-01-28 Thread Robin Scher
, where is the “CPUModel” documented about where it would appear? I was looking for that but couldn’t find it. Thank you for any further advice. -robin Robin Scher ro...@uberware.net +1 (213) 448-0443 On Jan 27, 2014, at 11:10 PM, Brice Goglin wrote: > Hello, > > The CPUModel

Re: [hwloc-users] Having trouble getting CPU Model string on Windows 7 x64

2014-01-28 Thread Robin Scher
That would be awesome. Thank you for looking into this. Robin Scher ro...@uberware.net +1 (213) 448-0443 On Jan 28, 2014, at 7:32 AM, Brice Goglin wrote: > Robin, I can send a new win64 build (based on master/v1.9) if you want > to test before I release an official v1.8 fix.

Re: [hwloc-users] Build an OS-X Universal version

2021-03-23 Thread Robin Scher
line yet so it’s probably a system issue with my machine. Thanks, Robin Scher ro...@uberware.net +1 (213) 448-0443 > On Mar 23, 2021, at 5:31 AM, Brice Goglin wrote: > >  >> Le 23/03/2021 à 08:08, Brice Goglin a écrit : >>> Le 23/03/2021 à 02:28, ro...@uberware.net a éc

Re: [hwloc-users] Build an OS-X Universal version

2021-03-24 Thread Robin Scher
need to make sure none of the > Homebrew/MacPorts libtool is in your path. (Other software, of course, > expects a GNU libtool, and then you need to proceed as described > earlier.) > > -erik > > On Tue, Mar 23, 2021 at 12:47 PM Robin Scher wrote: >> >> Yes I

[hwloc-users] How do I access CPUModel info string

2012-10-25 Thread Robin Scher
Is there a way to get this string (e.g. "Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz") consistently on Windows, Linux, OS-X and Solaris? Thanks, -robin -- *Robin Scher* Uberware ro...@uberware.net +1 (213) 448-0443

Re: [hwloc-users] How do I access CPUModel info string

2012-10-25 Thread Robin Scher
uot;CPUModel"); you'll get const char * pointing to what you want. However, this info is only available on Linux and Solaris for now. If you have any idea of to discover such info on other OS, please let us know. Brice Le 25/10/2012 23:39, Robin Scher a écrit : Is there a way to get thi

Re: [hwloc-users] How do I access CPUModel info string

2012-10-25 Thread Robin Scher
On 10/25/2012 3:06 PM, Samuel Thibault wrote: Robin Scher, le Thu 25 Oct 2012 23:57:38 +0200, a écrit : Do you think those could be added to hwloc? Yes: we already use cpuid for the x86 backend. That will only work on x86 hosts of course. Windows being x86 only for the time being, I'