[OMPI devel] mixing stdio and write?

2006-10-13 Thread Ralf Wildenhues
Hello Brian, all, | r12094 | brbarret | 2006-10-11 20:40:21 +0200 (Wed, 11 Oct 2006) | 11 lines | Changed paths: |M /trunk/opal/util/output.c | | Use write() instead of fprintf() for output to stdout / stderr. Fixes an issue | I was running into where if a string in the argument list contai

Re: [OMPI devel] mixing stdio and write?

2006-10-13 Thread Brian Barrett
Because I'm silly. I shall make it so - Thanks! Brian On Oct 13, 2006, at 5:44 AM, Ralf Wildenhues wrote: Hello Brian, all, | r12094 | brbarret | 2006-10-11 20:40:21 +0200 (Wed, 11 Oct 2006) | 11 lines | Changed paths: |M /trunk/opal/util/output.c | | Use write() instead of fprintf()

[OMPI devel] configure changes (ooops!)

2006-10-13 Thread Brian Barrett
Hi all - At the last minute last night I wanted to change one small detail in the wrapper compiler code. Then, as is typical with me, I got distracted. As some of you noticed, none of the configure changes made it into the trunk last night. Should happen this weekend. Sorry about that