Re: [OMPI users] Reduce with XOR with MPI_Double

2009-04-21 Thread Richard Treumann
P963 -- 2455 South Road -- Poughkeepsie, NY 12601 Tele (845) 433-7846 Fax (845) 433-8363 users-boun...@open-mpi.org wrote on 04/21/2009 08:26:27 AM: > [image removed] > > Re: [OMPI users] Reduce with XOR with MPI_Double > > Jeff Squyres > > to: > > Open MPI Users

Re: [OMPI users] Reduce with XOR with MPI_Double

2009-04-21 Thread Jeff Squyres
I'm not quite sure what you're asking. MPI_BXOR is valid on a variety of Fortran and C integer types; see MPI-2.1 p162 for the full table. http://www.mpi-forum.org/docs/mpi21-report.pdf On Apr 19, 2009, at 3:46 PM, Santolo Felaco wrote: I mean the bitwise xor. Pardon for standard the

Re: [OMPI users] Reduce with XOR with MPI_Double

2009-04-19 Thread Santolo Felaco
I mean the bitwise xor. Pardon for standard the operation is valid only integer dates. Bye. 2009/4/19 Santolo Felaco > Hi, > I want to use the xor operation of reduce with double dates. For MPI > standars the operation is valid only MPI_Char dates. > How can I fix this? > > Thanks. Bye > >

[OMPI users] Reduce with XOR with MPI_Double

2009-04-19 Thread Santolo Felaco
Hi, I want to use the xor operation of reduce with double dates. For MPI standars the operation is valid only MPI_Char dates. How can I fix this? Thanks. Bye