Re: [OMPI devel] --mca btl_base_debug

2007-10-05 Thread Jeff Squyres
On Oct 5, 2007, at 10:08 PM, Rolf vandeVaart wrote: I don't really have an opinion either way, but I think you can turn on *some* debug messages by setting btl_base_verbose to (for example) 100. It looks like these messages are mainly in the BTL base selection logic and the openib BTL. Jeff,

Re: [OMPI devel] --mca btl_base_debug

2007-10-05 Thread Rolf vandeVaart
Jeff Squyres wrote: On Oct 2, 2007, at 3:43 PM, rolf.vandeva...@sun.com wrote: I propose that we drop the mca parameter "btl_base_debug". It is an added level of complexity that does not provide any benefit. In fact, the debug/verbose code in the btl_base_open.c is such that we can neve

Re: [OMPI devel] --mca btl_base_debug

2007-10-05 Thread Jeff Squyres
On Oct 2, 2007, at 3:43 PM, rolf.vandeva...@sun.com wrote: I propose that we drop the mca parameter "btl_base_debug". It is an added level of complexity that does not provide any benefit. In fact, the debug/verbose code in the btl_base_open.c is such that we can never turn on verbose mess

[OMPI devel] --mca btl_base_debug

2007-10-02 Thread Rolf . Vandevaart
Folks: I propose that we drop the mca parameter "btl_base_debug". It is an added level of complexity that does not provide any benefit. In fact, the debug/verbose code in the btl_base_open.c is such that we can never turn on verbose messages. A quick research of the other base components i