[Darshan-commits] [Git][darshan/darshan][master] 2 commits: Add a missing place of int -> size_t
Philip Carns
xgitlab at cels.anl.gov
Tue Feb 23 11:37:09 CST 2021
Philip Carns pushed to branch master at darshan / darshan
Commits:
1ca143f5 by wkliao at 2021-02-22T22:25:34-06:00
Add a missing place of int -> size_t
- - - - -
aec79e11 by Philip Carns at 2021-02-23T11:37:06-06:00
Merge branch 'hdf5_buf_size' into 'master'
Add a missing place of int -> size_t
See merge request darshan/darshan!78
- - - - -
1 changed file:
- darshan-runtime/lib/darshan-hdf5.c
Changes:
=====================================
darshan-runtime/lib/darshan-hdf5.c
=====================================
@@ -953,7 +953,7 @@ static void hdf5_file_runtime_initialize()
static void hdf5_dataset_runtime_initialize()
{
- int hdf5_buf_size;
+ size_t hdf5_buf_size;
darshan_module_funcs mod_funcs = {
#ifdef HAVE_MPI
.mod_redux_func = &hdf5_dataset_mpi_redux,
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/f860e676ae6138fcea73cc8345ed19a52ce1c4e3...aec79e1137399527c542dbdd37c5e474a3973e2e
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/f860e676ae6138fcea73cc8345ed19a52ce1c4e3...aec79e1137399527c542dbdd37c5e474a3973e2e
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210223/28a6bcf7/attachment.html>
More information about the Darshan-commits
mailing list