Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
1ca143f5
Commit
1ca143f5
authored
Feb 22, 2021
by
wkliao
Browse files
Add a missing place of int -> size_t
parent
f860e676
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-hdf5.c
View file @
1ca143f5
...
...
@@ -953,7 +953,7 @@ static void hdf5_file_runtime_initialize()
static
void
hdf5_dataset_runtime_initialize
()
{
in
t
hdf5_buf_size
;
size_
t
hdf5_buf_size
;
darshan_module_funcs
mod_funcs
=
{
#ifdef HAVE_MPI
.
mod_redux_func
=
&
hdf5_dataset_mpi_redux
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment