On Fri, 6 Jan 2006, Graham E Fagg wrote:
> > Looks like the problem is somewhere in the tuned collectives?
> > Unfortunately I need a logfile with exactly those :(
> >
> > Carsten
>
> I hope not. Carsten can you send me your configure line (not the whole
> log) and any other things your set in your .mca conf file. Is this with
> the changed (custom) decision function or the standard one??
I get the problems with custom decision function as well as without. Today
I downloaded a clean tarball 1.1a1r8626 and changed nothing. I simply
configure with
$ ./configure --prefix=/home/ckutzne/ompi1.1a1r8626-gcc331
Then make all install and that's it. I both tried gcc3.3.1 and gcc4.0.2.
Then I install MPE from mpe2.tar.gz with
./configure MPI_CC=/home/ckutzne/ompi1.1a1r8626-gcc331/bin/mpicc \
CC=/usr/bin/gcc \
MPI_F77=/home/ckutzne/ompi1.1a1r8626-gcc331/bin/mpif77 \
F77=/usr/bin/gcc \
--prefix=/home/ckutzne/mpe2-ompi1.1a1r8626-gcc331
make
make install
make installcheck --> ok!
I did not set anything in an .mca conf file (do I have to?)
Carsten