[hwloc-devel] 0.9.3rc2 out

2009-11-24 Thread Jeff Squyres
http://www.open-mpi.org/software/hwloc/v0.9/ Please beat it up! -- Jeff Squyres jsquy...@cisco.com

Re: [hwloc-devel] 0.9.3rc2 out

2009-11-25 Thread Chris Samuel
- "Jeff Squyres" wrote: > Please beat it up! Compiles fine with PGI 10.0 and GCC 4.4.2, but we are getting warnings with Intel 11.1 for all files saying: icc: command line warning #10121: overriding '-stdc99' with '-stdgnu99' icc: com

Re: [hwloc-devel] 0.9.3rc2 out

2009-12-01 Thread Jeff Squyres
On Nov 25, 2009, at 11:28 PM, Chris Samuel wrote: Compiles fine with PGI 10.0 and GCC 4.4.2, but we are getting warnings with Intel 11.1 for all files saying: icc: command line warning #10121: overriding '-stdc99' with '- stdgnu99' icc: command line warning #10156: ignoring option '-W'; no arg

Re: [hwloc-devel] 0.9.3rc2 out

2009-12-01 Thread Samuel Thibault
Jeff Squyres, le Tue 01 Dec 2009 08:41:42 -0500, a écrit : > icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/ > hwloc -I../include -I../include -std=gnu99 -Wall -Wmissing-prototypes - > Wundef -Wpointer-arith -Wcast-align -I/usr/include/libxml2 -g -O2 -MT > cpuset.lo -MD -MP

Re: [hwloc-devel] 0.9.3rc2 out

2009-12-01 Thread Jeff Squyres
On Dec 1, 2009, at 8:52 AM, Samuel Thibault wrote: Apparently configure thinks that icc is gcc... Ya, I just amended #17: icc does lie an impersonate gcc. We can fix this for v1.0. -- Jeff Squyres jsquy...@cisco.com

Re: [hwloc-devel] 0.9.3rc2 out

2009-12-01 Thread Chris Samuel
- "Jeff Squyres" wrote: > A lot of these are "unreferenced parameters" which > I think we should clean up someday, but not today. ;-) Fair comment. ;-) > The stdc99/stgnu99 one is worth looking at -- probably not for this > release, but it does seem like we should straighten it out. Th