1
1
openmpi/ompi/mca/io/romio321
Nathan Hjelm dbae9c0958 romio/romio321: silence some compiler warnings
Some compilers complain when comparing signed and unsigned. romio321
was doing just this. The check is meant to check whether a size (which
is an ADIO_Offset-- a signed number) will work with memcpy which takes
a size_t. To silence the warning I added a new type (ADIO_Size) which
is an unsigned type and cast the ADIO_Offset to this new type.

Fixes #5951

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-10-18 13:36:51 -06:00
..
romio romio/romio321: silence some compiler warnings 2018-10-18 13:36:51 -06:00
src ROMIO 3.2.1 refresh: prepare new romio directory ompi/mca/io/romio321 2018-06-20 14:28:13 +09:00
.gitignore ROMIO 3.2.1 refresh: prepare new romio directory ompi/mca/io/romio321 2018-06-20 14:28:13 +09:00
autogen.subdirs ROMIO 3.2.1 refresh: prepare new romio directory ompi/mca/io/romio321 2018-06-20 14:28:13 +09:00
configure.m4 io/romio321: make grequest extensions internal 2018-06-29 16:41:27 +09:00
Makefile.am ROMIO 3.2.1 refresh: prepare new romio directory ompi/mca/io/romio321 2018-06-20 14:28:13 +09:00
ompi.patch ROMIO 3.2.1 refresh: add refresh notes 2018-06-20 14:28:15 +09:00
owner.txt ROMIO 3.2.1 refresh: prepare new romio directory ompi/mca/io/romio321 2018-06-20 14:28:13 +09:00
REFRESH_NOTES.txt ROMIO 3.2.1 refresh: add refresh notes 2018-06-20 14:28:15 +09:00