Re: [OMPI users] MPI_ALLREDUCE bug with 1.5.2rc3r24441

2011-03-09 Thread Harald Anlauf
Jeff, it's funny because I do not see my problem with C (when using long long) but only with Fortran and INTEGER8. I have rewritten the testcase so that it uses MPI_REDUCE_LOCAL, which unfortunately does not link with openmpi-1.4.3. Apparently this is a new feature of openmpi-1.5. Here's the mo

Re: [OMPI users] MPI_ALLREDUCE bug with 1.5.2rc3r24441

2011-03-08 Thread Jeff Squyres
Try as I might, I cannot reproduce this error. :-( I only have the intel compiler version 11.x, though -- not 12. Can you change your test to use MPI_Reduce_local with INTEGER8 and see if the problem still occurs? (it probably will, but it is a significantly simpler code path to get down to t

Re: [OMPI users] MPI_ALLREDUCE bug with 1.5.2rc3r24441

2011-03-03 Thread Harald Anlauf
Please find attached the output of: configure make all make install ompi_info -all mpif90 -v mpiallreducetest.f90 ldd a.out ./a.out System: OpenSuse Linux 11.1 on Core2Duo, i686 Compiler is: Intel(R) Fortran Compiler XE for applications running on IA-32, Version 12.0.1.107 Build 20101116 (The p

Re: [OMPI users] MPI_ALLREDUCE bug with 1.5.2rc3r24441

2011-03-03 Thread Jeff Squyres
I am unable to reproduce your problem with the 1.5.2rc3 tarball...? Does your compiler support INTEGER8? Can you send the data requested here: http://www.open-mpi.org/community/help/ On Mar 1, 2011, at 4:16 PM, Harald Anlauf wrote: > Hi, > > there appears to be a regression in revision 1

[OMPI users] MPI_ALLREDUCE bug with 1.5.2rc3r24441

2011-03-01 Thread Harald Anlauf
Hi, there appears to be a regression in revision 1.5.2rc3r24441. The attached program crashes even with 1 PE with: Default real, digits: 4 24 Real kind,digits: 8 53 Integer kind, bits: 8 64 Default Integer :