Re: [OMPI devel] XML request

2009-09-02 Thread Ralph Castain
Okay Greg - give r21930 a whirl. It takes a new cmd line arg -xml-file foo as discussed below. You can also specify it as an MCA param: -mca orte_xml_file foo, or OMPI_MCA_orte_xml_file=foo Let me know how it works Ralph On Aug 31, 2009, at 7:26 PM, Greg Watson wrote: Hey Ralph, Unfortu

[OMPI devel] more bug/comments for current trunk

2009-09-02 Thread Lisandro Dalcin
Disclaimer: this is for trunk svn up'ed yesterday. The code below should fail with ERR_COMM, but it succeed... #include int main(int argc, char **argv) { int *value, flag; MPI_Init(NULL, NULL); MPI_Comm_get_attr(MPI_COMM_NULL, MPI_TAG_UB, &value, &flag); MPI_Finalize(); return 0; } A

Re: [OMPI devel] Cannot Free() a datatype created with Dup() orCreate_resized()

2009-09-02 Thread Jeff Squyres
This is a definite error (I replicated it with a trivial C equivalent of your python program) -- I'll file a bug. Thanks for reporting it, Lisdandro! On Sep 1, 2009, at 12:55 AM, Lisandro Dalcin wrote: In current ompi-trunk (svn up'ed and built a few minutes ago), a Free() from a datatype o