Re: [OMPI devel] Question regarding recently common shared-memory component

2010-09-20 Thread Samuel K. Gutierrez
Hi Ananda, This issue should be resolved in r23781. Please let me know if it is not. Thanks! -- Samuel K. Gutierrez Los Alamos National Laboratory On Sep 20, 2010, at 11:26 AM, > wrote: I have used following options to build: ./configure CC=/usr/bin/gcc CXX=/usr/bin/c++ F77=/usr/bin/gf

Re: [OMPI devel] Question regarding recently common shared-memory component

2010-09-20 Thread ananda.mudar
I have used following options to build: ./configure CC=/usr/bin/gcc CXX=/usr/bin/c++ F77=/usr/bin/gfortran FC=/usr/bin/gfortran --prefix /users/amudar/openmpi-1.7 --with-tm=/usr/local/pbs --with-openib --with-threads=posix --enable-mpi-thread-multiple --enable-ft-thread --enable-debug --with-ft=

Re: [OMPI devel] NP64 _gather_ problem

2010-09-20 Thread Steve Wise
Just an update for folks: The connection setup latency was a bug in my iw_cxgb3 rdma driver. It wasn't turning off RX coalescing for the iwarp connections. This resulted in 100-200ms added latency since the iwarp connection setup uses TCP streaming mode messages to negotiate the iwarp connec

Re: [OMPI devel] Question regarding recently common shared-memory component

2010-09-20 Thread Samuel K. Gutierrez
Let me take a look at it. How did you configure your build? Thanks, -- Samuel K. Gutierrez Los Alamos National Laboratory On Sep 20, 2010, at 10:14 AM, > wrote: Hi I believe the new common shared memory component was committed to the trunk sometime towards the later part of August. I ha

[OMPI devel] Question regarding recently common shared-memory component

2010-09-20 Thread ananda.mudar
Hi I believe the new common shared memory component was committed to the trunk sometime towards the later part of August. I had not tried this trunk version until last week and I have seen some discrepancy with this component specifically related to checkpoint functionality. I am not able to che

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-20 Thread Jeff Squyres
On Sep 20, 2010, at 11:48 AM, Barrett, Brian W wrote: > Sorry, was out of town last week. The patch undoes the discussion we had -- > we always run component macros, even if the component couldn't build, to > solve the issue of AC_CONFIG_FILES needing to always be run. Ah RIGHT -- *that* was

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23767

2010-09-20 Thread Barrett, Brian W
Jeff - Sorry, was out of town last week. The patch undoes the discussion we had -- we always run component macros, even if the component couldn't build, to solve the issue of AC_CONFIG_FILES needing to always be run. So the first part of the patch is incorrect and should not be committed. We

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r23774

2010-09-20 Thread Jeff Squyres
How about a sym link instead of another script? On Sep 20, 2010, at 2:34 AM, mi...@osl.iu.edu wrote: > Author: miked > Date: 2010-09-20 02:34:19 EDT (Mon, 20 Sep 2010) > New Revision: 23774 > URL: https://svn.open-mpi.org/trac/ompi/changeset/23774 > > Log: > adding autogen.sh which calls autoge