Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
112b403f
Commit
112b403f
authored
Jun 24, 2016
by
Philip Carns
Browse files
bug fix, transposed arguments to mod register
parent
9d18599a
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-stdio.c
View file @
112b403f
...
...
@@ -923,8 +923,8 @@ static void stdio_runtime_initialize()
darshan_core_register_module
(
DARSHAN_STDIO_MOD
,
&
stdio_shutdown
,
&
my_rank
,
&
stdio_buf_size
,
&
my_rank
,
&
darshan_mem_alignment
);
/* return if darshan-core does not provide enough module memory */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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