1
1
openmpi/test
Geoffrey Paulsen cc9f713d09 Fixing 'make check' test opal_fifo.
xlc on ppc64le complains about incompatible pointer types discards qualifiers.
This fix allows 'make check' to pass on ppc64le Power9 for master and v3.1.x.

> opal_fifo.c:110:26: warning: assigning to 'opal_list_item_t *' (aka 'struct opal_list_item_t *') from
>       'volatile opal_list_item_t *volatile' (aka 'volatile struct opal_list_item_t *volatile') discards qualifiers
>       [-Wincompatible-pointer-types-discards-qualifiers]
>     for (count = 0, item = fifo->opal_fifo_head.data.item ; item != &fifo->opal_fifo_ghost ;
>                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 1 warning generated.

Signed-off-by: Geoffrey Paulsen <gpaulsen@us.ibm.com>
2018-05-03 21:31:27 -05:00
..
asm opal/asm: add fetch-and-op atomics 2017-11-30 10:41:23 -07:00
carto Misc. trivial typos 2018-04-09 11:45:58 -04:00
class Fixing 'make check' test opal_fifo. 2018-05-03 21:31:27 -05:00
datatype Misc. trivial typos 2018-04-09 11:45:58 -04:00
dss Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
event Misc. trivial typos 2018-04-09 11:45:58 -04:00
memchecker Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
monitoring Misc. trivial typos 2018-04-09 11:45:58 -04:00
mpi Misc. trivial typos 2018-04-09 11:45:58 -04:00
mpool mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00
runtime Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
support Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
threads opal/asm: add fetch-and-op atomics 2017-11-30 10:41:23 -07:00
util Remove the orte_nidmap test 2018-01-16 11:47:44 -08:00
Makefile.am mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00