Open MPI Users
> Subject: Re: [OMPI users] wrong predefined MPI_PROD
>
> hello,
>
> i see the fix, but why isn't line 339 changed?
>
> https://svn.open-mpi.org/trac/ompi/browser/trunk/ompi/op/op_pr
> edefined.c?rev=10023#L339
>
> bert
>
> On Tue, 23 May 2006,
hello,
i see the fix, but why isn't line 339 changed?
https://svn.open-mpi.org/trac/ompi/browser/trunk/ompi/op/op_predefined.c?rev=10023#L339
bert
On Tue, 23 May 2006, Brian Barrett wrote:
> On May 23, 2006, at 11:49 AM, Bert Wesarg wrote:
>
> > Hello,
> >
> > the predfined mpi op MPI_PROD is
On May 23, 2006, at 11:49 AM, Bert Wesarg wrote:
Hello,
the predfined mpi op MPI_PROD is apparently wrong:
from openmpi-1.2a1r10020/ompi/op/op_predefined.c:
OP_FUNC(prod, long_long_int, long long int, +=)
OP_FUNC(prod, unsigned_long_long, unsigned long long, +=)
:
OP_FUNC(prod, fortran_intege
Hello,
the predfined mpi op MPI_PROD is apparently wrong:
from openmpi-1.2a1r10020/ompi/op/op_predefined.c:
OP_FUNC(prod, long_long_int, long long int, +=)
OP_FUNC(prod, unsigned_long_long, unsigned long long, +=)
:
OP_FUNC(prod, fortran_integer1, ompi_fortran_integer1_t, +=)
:
OP_FUNC(prod, for