Re: [OMPI devel] Shared memory file changes

2006-10-11 Thread Jeff Squyres
Nope. On Oct 11, 2006, at 2:09 PM, Brian W. Barrett wrote: Hi all - A couple of weeks ago, I committed some changes to the trunk that greatly reduced the size of the shared memory file for small numbers of processes. I haven't heard any complaints (the non-blocking send/receive issue is

Re: [OMPI devel] Shared memory file changes

2006-10-11 Thread George Bosilca
Brian, The way the resize was done, led to unexpected behaviors. It was not possible to know what the result of the resize was ... might be smaller or bigger depending on the value on the stack at the call). I commit a fix this morning. Let's wait few days before moving the 2 commits into