Re: [OMPI devel] reorder parameter in MPI_Cart_create

2009-08-13 Thread Jeff Squyres
You're absolutely correct; committed in trunk in r21816. I filed CMR https://svn.open-mpi.org/trac/ompi/ticket/1998 to get it into v1.3.4. Thanks! On Aug 13, 2009, at 5:38 AM, Kiril Dichev wrote: Hello, a tool developer reported a problem with MPI_Cart_create. The function seems to be non

[OMPI devel] reorder parameter in MPI_Cart_create

2009-08-13 Thread Kiril Dichev
Hello, a tool developer reported a problem with MPI_Cart_create. The function seems to be non-standard conform. The parameter "reorder" is a logical flag. According to section 2.6.3 from the MPI standard, a value "0" means false, and a non-zero value means "true". However, anything other than "0"