This problem still exists in 1.8.8

On 06/29/2015 05:37 PM, Jeff Squyres (jsquyres) wrote:
Good catch; fixed.

Thanks!


On Jun 29, 2015, at 7:28 AM, Åke Sandgren <ake.sandg...@hpc2n.umu.se> wrote:

Hi!

static inline int ompi_mpi_errnum_is_class ( int errnum )
{
    ompi_mpi_errcode_t *err;

    if (errno < 0) {
        return false;
    }

I assume it should be errnum < 0.

--
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: a...@hpc2n.umu.se   Phone: +46 90 7866134 Fax: +46 90-580 14
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se

Reply via email to