Re: [OMPI devel] Warnings in 2.0 release candidate

2016-05-01 Thread George Bosilca
Thanks Ralph, The signed vs. unsigned warnings in the TCP BTL are fixed by 702f80ad7. George. On Sat, Apr 30, 2016 at 10:46 AM, Gilles Gouaillardet < gilles.gouaillar...@gmail.com> wrote: > Ralph, > > the OMPI_ENABLE_MPI_PROFILING related warnings are fixed in >

Re: [OMPI devel] Warnings in 2.0 release candidate

2016-04-30 Thread Gilles Gouaillardet
Ralph, the OMPI_ENABLE_MPI_PROFILING related warnings are fixed in https://github.com/open-mpi/ompi-release/pull/1056 Cheers, Gilles On Saturday, April 30, 2016, Ralph Castain wrote: > On CentOS-7 using gcc 4.8: > > > btl_tcp.c: In function ‘mca_btl_tcp_add_procs’: >

[OMPI devel] Warnings in 2.0 release candidate

2016-04-30 Thread Ralph Castain
On CentOS-7 using gcc 4.8: btl_tcp.c: In function ‘mca_btl_tcp_add_procs’: btl_tcp.c:97:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0 ; j < tcp_proc->proc_endpoint_count ; ++j) { ^ btl_tcp_proc.c: In