[hwloc-devel] Create success (hwloc r1.3.3a1r4471)

2012-05-10 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.3.3a1r4471 Start time: Thu May 10 21:07:10 EDT 2012 End time: Thu May 10 21:10:08 EDT 2012 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.4.3a1r4475)

2012-05-10 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.4.3a1r4475 Start time: Thu May 10 21:04:23 EDT 2012 End time: Thu May 10 21:07:10 EDT 2012 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.5a1r4477)

2012-05-10 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.5a1r4477 Start time: Thu May 10 21:01:01 EDT 2012 End time: Thu May 10 21:04:22 EDT 2012 Your friendly daemon, Cyrador

Re: [hwloc-devel] [PATCH] Use plain "inline" in C++

2012-05-10 Thread Jeff Squyres
All these responses are good enough for me. Thanks everyone! On May 10, 2012, at 12:19 AM, Rayson Ho wrote: > MySQL also uses the "inline" keyword, and MySQL is built with many > different C++ compilers. > > Reference - warning, GPL code owned by Oracle :-) > >

Re: [hwloc-devel] [PATCH] Use plain "inline" in C++

2012-05-10 Thread Rayson Ho
MySQL also uses the "inline" keyword, and MySQL is built with many different C++ compilers. Reference - warning, GPL code owned by Oracle :-) http://bazaar.launchpad.net/~mysql/mysql-server/trunk/view/head:/include/my_sys.h And Wikipedia also has a few things related to Visual Studio's

Re: [hwloc-devel] [PATCH] Use plain "inline" in C++

2012-05-10 Thread Paul H. Hargrove
FWIW: GASNet makes the assumption that every C++ compiler groks "inline" and has never encountered any counter-examples. -Paul On 5/9/2012 8:54 PM, Christopher Samuel wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/12 07:40, Jeff Squyres wrote: Huh -- really? I always

Re: [hwloc-devel] [PATCH] Use plain "inline" in C++

2012-05-10 Thread Christopher Samuel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/12 07:40, Jeff Squyres wrote: > Huh -- really? I always thought that the C++ language itself > included the keyword "inline". I asked via Twitter and got these responses.. # Inline was part of C++98 - the first c++ standard, and # the