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

[OMPI devel] How to read OPAL_OUTPUT-ed strings

2014-02-17 Thread Alex Margolin
Hi, I'm having trouble getting the OPAL_OUTPUT to print. I'm trying the following command line (with no success): `pwd`/osh_install/bin/oshrun --map-by node -np 2 -mca orte_debug true -mca orte_debug_verbose 100 -mca orte_report_silent_errors true -mca orte_map_stddiag_to_stderr true ./examples/