diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-11-15 19:59:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-11-15 19:59:44 (GMT) |
commit | e1cd6bcb61b5ec39bcfea7a4ceea37c75b0a1d63 (patch) | |
tree | 404d59d87ae4edcb985f37e1543c121b0530e7c7 /tools/h5dump.c | |
parent | 5939bcff41c1de7cf948679b7a08f329b318c238 (diff) | |
download | hdf5-e1cd6bcb61b5ec39bcfea7a4ceea37c75b0a1d63.zip hdf5-e1cd6bcb61b5ec39bcfea7a4ceea37c75b0a1d63.tar.gz hdf5-e1cd6bcb61b5ec39bcfea7a4ceea37c75b0a1d63.tar.bz2 |
[svn-r2935] Purpose:
Bug fix
Description:
The optimized MPIO code was not working with the TFLOPS machine.
It kept reporting "can't convert from size to size_i" errors in
H5FD_mpio_write() and H5FD_mpio_read().
Solution:
The error was actually in H5S_mpio_spaces_xfer() in H5Smpio.c
in which the variable mpi_count was declared as size_t (only
4 bytes big in TFLOPS) when it should be hsize_t (8 bytes big in TFLOPS).
Corrected and also changed to use the (hsize_t) to case size_i in
H5FD_mpio_write() and H5FD_mpio_read() since that is what it should
be.
Platforms tested:
TFLOPS and modi4 (-64, parallel)
Diffstat (limited to 'tools/h5dump.c')
0 files changed, 0 insertions, 0 deletions