[hwloc-devel] Create success (hwloc r1.1a1r2343)

2010-07-17 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.1a1r2343 Start time: Sat Jul 17 21:01:01 EDT 2010 End time: Sat Jul 17 21:03:06 EDT 2010 Your friendly daemon, Cyrador

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r2336

2010-07-17 Thread Jeff Squyres
On Jul 17, 2010, at 4:32 AM, Brice Goglin wrote: > It also seems to me that XML checks should move from HWLOC_SETUP_UTILS > to HWLOC_SETUP_CORE. XML is used inside the core library and some people > might use it even when embedded. For instance the MPI launcher could > discover node topologies, do

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r2339

2010-07-17 Thread Brice Goglin
Le 17/07/2010 11:47, Samuel Thibault a écrit : > bgog...@osl.iu.edu, le Sat 17 Jul 2010 05:05:46 -0400, a écrit : > >> +/** \brief Bind current process memory on memory nodes near the given >> cpuset \p set >> + * >> + * \return ENOSYS if the action is not supported >> + * \return EXDEV if the

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r2339

2010-07-17 Thread Samuel Thibault
bgog...@osl.iu.edu, le Sat 17 Jul 2010 05:05:46 -0400, a écrit : > +/** \brief Bind current process memory on memory nodes near the given cpuset > \p set > + * > + * \return ENOSYS if the action is not supported > + * \return EXDEV if the binding cannot be enforced > + */ > +HWLOC_DECLSPEC int hwl

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r2336

2010-07-17 Thread Brice Goglin
It also seems to me that XML checks should move from HWLOC_SETUP_UTILS to HWLOC_SETUP_CORE. XML is used inside the core library and some people might use it even when embedded. For instance the MPI launcher could discover node topologies, do stuff with them, store them inside XML files, and let the