Re: [OMPI users] wrong predefined MPI_PROD

2006-05-24 Thread Jeff Squyres (jsquyres)
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,

Re: [OMPI users] wrong predefined MPI_PROD

2006-05-24 Thread Bert Wesarg
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

Re: [OMPI users] wrong predefined MPI_PROD

2006-05-23 Thread Brian Barrett
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

[OMPI users] wrong predefined MPI_PROD

2006-05-23 Thread Bert Wesarg
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