[OMPI devel] Trunk (RDMA and VT) warnings

2014-05-25 Thread Ralph Castain
Building optimized on an IB-based machine: osc_rdma_data_move.c: In function 'ompi_osc_rdma_callback': osc_rdma_data_move.c:1633: warning: unused variable 'incoming_length' osc_rdma_data_move.c: In function 'ompi_osc_rdma_control_send': osc_rdma_data_move.c:221: warning: 'ptr' may be used uninitia

Re: [OMPI devel] Still problems with del_procs in trunkj

2014-05-25 Thread Gilles Gouaillardet
Rolf, the assert fails because the endpoint reference count is greater than one. the root cause is the endpoint has been added to the list of eager_rdma_buffers of the openib btl device (and hence OBJ_RETAIN'ed at ompi/mca/btl/openib/btl_openib_endpoint.c:1009) a simple workaround is not to use e

[OMPI devel] RFC: remove PMI component in OMPI/RTE framework

2014-05-25 Thread Ralph Castain
WHAT: remove stale and unmaintained component in ompi/rte framework WHY: because it is unused, unmaintained, and doesn't even compile? WHEN: without objections, after telecon on June 9 HOW: svn del ompi/rte/pmi This was a component added by Brian as a test of the ompi/rte framework while