Re: [OMPI users] MPI_Allreduce with F90 Handles

2012-11-30 Thread Shane Hart
I've attached a small sample program that demonstrates the problem. You can toggle working/non-working behaviour by toggling commenting on line 27. I've tried to open a bug report, but the system isn't letting me register for Trac: Trac detected an internal error: KeyError:

[OMPI users] MPI_Allreduce with F90 Handles

2012-11-29 Thread Shane Hart
All, I have a Fortran code that works quite well with OpenMPI 1.4.3 where I create a handle using: call MPI_TYPE_CREATE_F90_INTEGER(9, COMM_INT4, ierror) and then do a reduction with: call MPI_ALLREDUCE(send_buffer, buffer, count, COMM_INT4, MPI_SUM, communicator, ierror)