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
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
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
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