Re: [OMPI users] Bug in common_mx.c (1.2.5a0r16522)

2007-10-24 Thread George Bosilca
You're absolutely right. Thanks for the patch, I applied it on the trunk (revision 16560). Thanks, george. On Oct 24, 2007, at 8:17 AM, Åke Sandgren wrote: On Wed, 2007-10-24 at 09:00 +0200, Åke Sandgren wrote: Hi! In common_mx.c the following looks wrong. ompi_common_mx_finalize(voi

Re: [OMPI users] Bug in common_mx.c (1.2.5a0r16522)

2007-10-24 Thread Åke Sandgren
On Wed, 2007-10-24 at 09:00 +0200, Åke Sandgren wrote: > Hi! > > In common_mx.c the following looks wrong. > ompi_common_mx_finalize(void) > { > mx_return_t mx_return; > ompi_common_mx_initialize_ref_cnt--; > if(ompi_common_mx_initialize == 0) { > > That should be > if(ompi_co

[OMPI users] Bug in common_mx.c (1.2.5a0r16522)

2007-10-24 Thread Åke Sandgren
Hi! In common_mx.c the following looks wrong. ompi_common_mx_finalize(void) { mx_return_t mx_return; ompi_common_mx_initialize_ref_cnt--; if(ompi_common_mx_initialize == 0) { That should be if(ompi_common_mx_initialize_ref_cnt == 0) right? -- Ake Sandgren, HPC2N, Umea University, S-