1
1
openmpi/ompi/mca/io
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
..
base io/base: fixes to file_delete selection logic 2018-08-27 16:01:48 -05:00
ompio io/ompio: add verification for data representations. 2018-10-16 12:45:33 -05:00
romio321 romio/romio321: silence some compiler warnings 2018-10-18 13:36:51 -06:00
io.h fixes for Dave's get/set info code 2017-05-17 01:12:49 -04:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00