Re: [OMPI devel] Average collective result graphs

2020-05-15 Thread Zhang, William via devel
Hello everyone, Please review the new collectives tuned defaults: https://github.com/open-mpi/ompi/pull/7730 as soon as possible. This patch will affect most users and adds significant performance improvements for collective operations. Thanks, William Zhang From: "Zhang, William" Date:

Re: [OMPI devel] Warning

2020-05-15 Thread George Bosilca via devel
Luis, With some low frequency we remove warnings from the code. In this particular instance the meaning of the code is correct, the ompi_info_t structure starts with an opal_info_t, but removing the warnings is good policy. In general we can either cast the ompi_info_t pointer directly to an

Re: [OMPI devel] Warning

2020-05-15 Thread Gilles Gouaillardet via devel
Luis, you can do this: struct ompi_info_t * info = _mpi_info_null.info; ret = ompi_win_create_dynamic(_null->super, comm, win); Cheers, Gilles On Fri, May 15, 2020 at 7:38 PM Luis via devel wrote: > > Hi OMPI devs, > > I was wondewring if this warning is expected, if not, how should we >

[OMPI devel] Warning

2020-05-15 Thread Luis via devel
Hi OMPI devs, I was wondewring if this warning is expected, if not, how should we internally call ompi_win_create_dynamic? res = ompi_win_create_dynamic(MPI_INFO_NULL, comm, ); ^ In file included from pnbc_osc_internal.h:40, from