Re: [OMPI devel] [PATCH] Better error reporting when failing to load a component

2009-08-04 Thread Jeff Squyres
Absolutely correct -- fixed -- thanks! On Aug 4, 2009, at 4:45 AM, Arthur Huillet wrote: Hi, Jeff Squyres wrote: > Glad it was helpful! Feel free to let us know if there's anything > else that would be helpful there -- it's easy enough to give you write > access to the wiki. Just a small t

Re: [OMPI devel] [PATCH] Better error reporting when failing to load a component

2009-08-04 Thread Arthur Huillet
Hi, Jeff Squyres wrote: Glad it was helpful! Feel free to let us know if there's anything else that would be helpful there -- it's easy enough to give you write access to the wiki. Just a small thing on the CreateComponent page : "Create a directory with the component name in /mca/foo/. For

Re: [OMPI devel] [PATCH] Better error reporting when failing to load a component

2009-08-03 Thread Kenneth Lloyd
e- > From: devel-boun...@open-mpi.org > [mailto:devel-boun...@open-mpi.org] On Behalf Of Sylvain Jeaugey > Sent: Monday, August 03, 2009 11:16 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] [PATCH] Better error reporting when > failing to load a component > > On M

Re: [OMPI devel] [PATCH] Better error reporting when failing to load a component

2009-08-03 Thread Sylvain Jeaugey
On Mon, 3 Aug 2009, Jeff Squyres wrote: On Aug 3, 2009, at 8:23 AM, Arthur Huillet wrote: I have recently started working on OpenMPI, and part of my job consists in adding a new module to OpenMPI. Cool. What are you adding? A collective component to support some Bull specific hardware. Sy

Re: [OMPI devel] [PATCH] Better error reporting when failing to load a component

2009-08-03 Thread Jeff Squyres
On Aug 3, 2009, at 8:23 AM, Arthur Huillet wrote: I have recently started working on OpenMPI, and part of my job consists in adding a new module to OpenMPI. Cool. What are you adding? I would like to take this opportunity to thank the people who have been involved in writing https://svn.o

[OMPI devel] [PATCH] Better error reporting when failing to load a component

2009-08-03 Thread Arthur Huillet
Hello, I have recently started working on OpenMPI, and part of my job consists in adding a new module to OpenMPI. I would like to take this opportunity to thank the people who have been involved in writing https://svn.open-mpi.org/trac/ompi/wiki/devel/CreateComponent as it was very helpful.