[OMPI users] FW: OMPI v1.6.3 Inconsistent behaviour involving MPI_Comm_connect (can't find route) (UNCLASSIFIED)

2013-10-17 Thread Burns, Andrew J CTR (US)
Classification: UNCLASSIFIED Caveats: NONE Possibly related to: https://svn.open-mpi.org/trac/ompi/ticket/2904 and http://www.open-mpi.org/community/lists/devel/2012/09/11509.php I am attempting to link communicators from a series of programs together and am running into inconsistent behavior wh

Re: [OMPI users] FW: OMPI v1.6.3 Inconsistent behaviour involving MPI_Comm_connect (can't find route) (UNCLASSIFIED)

2013-10-17 Thread Ralph Castain
I suspect the problem is in Intercomm_merge, as the comment in your file suggests. There were some bug fixes in that code, but they haven't migrated to the 1.7 branch yet (scheduled for 1.7.4). On Oct 17, 2013, at 6:56 AM, "Burns, Andrew J CTR (US)" wrote: > Classification: UNCLASSIFIED > Ca

[OMPI users] Send a struct with Vector or dynamics arrays

2013-10-17 Thread Jeferson Fs
Hello,I am using OpenMPI v1.6.1 on Windows 7, and some time i am looking for any solution to send a struct with vector or using dynamics arrays.I know send structs with differents datatypes, like int, double, struct. But i have some problem sending vector or dynamics arrays. Using MPI_Type_vecto