Re: [OMPI devel] Too many fds per a.out in 1.3

2009-08-14 Thread Ralph Castain
IIRC, that fix was done because we were leaving fd's unclosed, and thus continually consuming them. There is no reason not to bring it over, though it may take some cleanup to apply cleanly to the 1.3 branch. The question of bringing it to 1.3 was simply overlooked when it was done. Ralph On

[OMPI devel] Too many fds per a.out in 1.3

2009-08-14 Thread Rolf Vandevaart
Ralph: (Or anyone else...) As was reported on the user's list, we are consuming about 12 fds per a.out. I have reproduced this with the 1.3 branch. I also have run with the trunk, and we only consume about 6 fds per a.out. From what I can tell, in the 1.3 branch we are opening 3 pipes that

[OMPI devel] XML request

2009-08-14 Thread Greg Watson
Ralph, Would it be possible to get mpirun to issue start and end tags if the - xml option is used? Currently there is no way to determine when the output starts and finishes, which makes parsing the XML tricky, particularly if something else generates output (e.g. the shell). Something