It looks like everything in ompi_free_list has been tied together and labeled
as deprecated. So I’m getting this warning:
In file included from class/ompi_free_list.c:12:0:
../opal/class/ompi_free_list.h: In function 'ompi_free_list_init_ex':
../opal/class/ompi_free_list.h:100:5: warning: 'ompi_free_list_init_ex_new' is
deprecated (declared at ../opal/class/ompi_free_list.h:61)
[-Wdeprecated-declarations]
return ompi_free_list_init_ex_new (free_list, element_size, alignment,
^
Can someone please clean this up? It’s causing Intel unit tests to abort as
they treat warnings as errors.
Thanks
Ralph