Re: [OMPI devel] === CREATE FAILURE (trunk) ===

2010-11-01 Thread Jeff Squyres
Sorry for the delay on this -- the issue was quite subtle and the holiday weekend got in the way. I have a fix that will be committed a little after 6pm US Eastern. It seems to allow a fresh SVN checkout (with my patch applied) to pass "make distcheck". Hopefully we'll finally get a new trunk

[OMPI devel] Question about barrier()

2010-11-01 Thread ananda.mudar
Hi I have the following small program where the rank-0 process does sleep and then all the processes perform barrier(). #include "mpi.h" #include int main(int argc, char *argv[]) { int rank, nprocs; MPI_Init(&argc,&argv); MPI_Comm_size(MPI_COMM_WORLD,&nprocs); MPI_Com

Re: [OMPI devel] 1.5.x plans

2010-11-01 Thread Joshua Hursey
I think bringing the large changes from the trunk via patches in the CMR style is a non-starter, so I am glad that none of the options include this. So I am for any of the options proposed. I would just like the development branch (whether it be v1.5.X or v1.7) to be released more often. The or

Re: [OMPI devel] Adding a BTL module implementing poll()

2010-11-01 Thread Jeff Squyres
How are you linking in the mos_poll() implementation? Is it up in the BTL? If so, you'll need to move it down to the OPAL libevent section. This is because all OPAL things are built before any OMPI things, to include some executables (e.g., the opal/tools/wrappers directory). They link agains