Re: [OMPI devel] Trunk (RDMA and VT) warnings

2014-05-29 Thread Gilles Gouaillardet
Ralph, On Wed, May 28, 2014 at 9:53 PM, Ralph Castain wrote: > gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) > ./configure --prefix=/home/common/openmpi/build/svn-trunk > --enable-mpi-java --enable-orterun-prefix-by-default > > More inline below > > this looks like an

Re: [OMPI devel] Trunk (RDMA and VT) warnings

2014-05-28 Thread Ralph Castain
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) ./configure --prefix=/home/common/openmpi/build/svn-trunk --enable-mpi-java --enable-orterun-prefix-by-default More inline below On May 27, 2014, at 9:29 PM, Gilles Gouaillardet wrote: > Ralph, > > can you please

Re: [OMPI devel] Trunk (RDMA and VT) warnings

2014-05-28 Thread Gilles Gouaillardet
Ralph, can you please describe your environment (at least compiler (and version) + configure command line) i checked osc_rdma_data_move.c only : size_t incoming_length; is used to improve readability. it is used only in an assert clause and in OPAL_OUTPUT_VERBOSE one way to silence the warning

[OMPI devel] Trunk (RDMA and VT) warnings

2014-05-26 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