Re: [OMPI devel] MPI_Graph_create

2009-12-01 Thread Jeff Squyres
On Dec 1, 2009, at 7:00 PM, Chris Samuel wrote: > You are absolutely correct. I've filed CMRs > for v1.4 and v1.5. To clarify one point for people who weren't at the SC'09 Open-MPI BOF (hopefully I'll get this right!): 1.4 will be the bug-fix only continuation of the 1.3 feature series and wi

Re: [OMPI devel] MPI_Graph_create

2009-12-01 Thread Chris Samuel
- "Jeff Squyres" wrote: > You are absolutely correct. I've filed CMRs > for v1.4 and v1.5. To clarify one point for people who weren't at the SC'09 Open-MPI BOF (hopefully I'll get this right!): 1.4 will be the bug-fix only continuation of the 1.3 feature series and will be binary compati

Re: [OMPI devel] MPI_Graph_create

2009-12-01 Thread Jeff Squyres
You are absolutely correct. I've filed CMRs for v1.4 and v1.5. Thanks for the heads up! On Dec 1, 2009, at 4:26 PM, David Singleton wrote: It looks like MPI_Cart_create argument checking was fixed in 1.3.4 but not MPI_Graph_create. vayu1:~/openmpi-1.3.4 > diff -w -u ompi/mpi/c/cart_create.

Re: [OMPI devel] MPI_Graph_create

2009-12-01 Thread David Singleton
It looks like MPI_Cart_create argument checking was fixed in 1.3.4 but not MPI_Graph_create. vayu1:~/openmpi-1.3.4 > diff -w -u ompi/mpi/c/cart_create.c ompi/mpi/c/graph_create.c ... -int MPI_Cart_create(MPI_Comm old_comm, int ndims, int *dims, -int *periods, int reorder,

Re: [OMPI devel] MPI_Graph_create

2009-10-15 Thread Chris Samuel
- "David Singleton" wrote: > Kiril Dichev has already pointed a problem with MPI_Cart_create > http://www.open-mpi.org/community/lists/devel/2009/08/6627.php > MPI_Graph_create has the same problem. I checked all other > functions with logical in arguments and no others do anything > simila

[OMPI devel] MPI_Graph_create

2009-10-14 Thread David Singleton
Kiril Dichev has already pointed a problem with MPI_Cart_create http://www.open-mpi.org/community/lists/devel/2009/08/6627.php MPI_Graph_create has the same problem. I checked all other functions with logical in arguments and no others do anything similar. David