Re: [OMPI devel] How to read OPAL_OUTPUT-ed strings

2014-02-17 Thread Ralph Castain
Looking at your cmd line, it looks like you are trying to get diagnostic output from the mapper? If so, that cmd line is totally wrong. First, there are no "OPAL_OUTPUT" calls (at least, that I know of) in the orte layer as I studiously avoid them. Instead, everything is either cap or lower case

Re: [OMPI devel] How to read OPAL_OUTPUT-ed strings

2014-02-17 Thread Jeff Squyres (jsquyres)
OPAL_OUTPUT is the exact equivalent of opal_output(), except that it is complied out for non-debug builds. So if you did a production build (E.g., a vpath build), OPAL_OUTPUT() will be compiled out. Otherwise, we typically use stream 0 for debugging stuff. On Feb 17, 2014, at 3:21 AM, Alex Mar