Re: [OMPI devel] -display-map

2008-10-15 Thread Greg Watson
Hi Ralph, We've been discussing this back and forth a bit internally and don't really see an easy solution. Our problem is that Eclipse is not running on the head node, so gethostbyname will not necessarily resolve to the same address. For example, the hostfile might refer to the head

[OMPI devel] 1.3 release date?

2008-10-15 Thread Greg Watson
Hi all, Has a release date been set for 1.3? Thanks, Greg

Re: [OMPI devel] Possible buffer overrun bug in opal_free_list_grow, called by MPI::Init

2008-10-15 Thread George Bosilca
I did investigate this issue for about 3 hours yesterday. Neither valgrind nor efence report any errors on my cluster. I'm using debian unstable with gcc-4.1.2. Adding printfs doesn't shows the same output as you, all addresses are in the correct range. I went over the code manually, and