Re: [OMPI devel] "Open MPI"-based MPI library used by K computer

2013-01-11 Thread Kawashima, Takahiro
Hi Open MPI core members and Rayson, I've confirmed to the authors and created the bibtex reference. Could you make a page in the "Open MPI Publications" page that links to Fujitsu's PDF file? The attached file contains information of title, authors, abstract, link URL, and bibtex reference. Best

[OMPI devel] New warning in btl_openib_endpoint.h

2013-01-11 Thread Jeff Squyres (jsquyres)
It looks like a recent change to btl_openib_endpoint.h is resulting in warnings -- the code is a bit ambiguous: - if (ep->qps[qp].qp->sd_wqe <= 0 || size + sizeof(mca_btl_openib_header_t) + (rdma ? sizeof(mca_btl_openib_footer_t) : 0) > ep->qps[qp].ib_inline_max ||

Re: [OMPI devel] New SM BTL Initialization Take 2

2013-01-11 Thread Gutierrez, Samuel K
In r27789. On Jan 9, 2013, at 1:24 PM, Gutierrez, Samuel K wrote: > Hi all, > > I've reworked the SM BTL initialization to address some of the concerns > voiced last week. The update is pretty simple and like last week's change > does not use RML for initialization. > > Short Description of C

Re: [OMPI devel] Backward Compatibility of MPI Java Binding

2013-01-11 Thread Jeff Squyres (jsquyres)
On Jan 10, 2013, at 10:33 AM, Yoshiki SATO wrote: >> Yes -- IIRC, the Java interface isn't really dependent upon anything >> specific in the back-end C implementation of Open MPI. So I'm >> guessing/assuming that if you can build it, it should work against the 1.6 >> OMPI C engine just fine.