[MPICH] Re: [mvapich-discuss] Fatal error in MPI_Allreduce

Christian Guggenberger christian.guggenberger at rzg.mpg.de
Fri Dec 14 09:04:12 CST 2007


On Fri, Nov 30, 2007 at 12:47:45PM -0600, Anthony Chan wrote:
>
> http://softwarecommunity.intel.com/isn/Community/en-US/forums/thread/30237719.aspx
>
> A.Chan
>
> On Fri, 30 Nov 2007, Rajeev Thakur wrote:
>
>> This is caused by a bug in the Intel 10.0 compiler. It cannot handle case
>> statements of the form below. It needs a "return MPI_SUCCESS" after each
>> case statement. You can fix it in your code by editing
>> src/mpi/coll/opminloc.c and adding "return MPI_SUCCESS" after each of the
>> case statements below.
>>

thanks a lot for your answers. It looks like the issue has been fixed in
Version 10.1.011 of Intel compilers.

cheers.
 - Christian




More information about the mpich-discuss mailing list