Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
73
Issues
73
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
557e586c
Commit
557e586c
authored
Sep 22, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small bug fix in stdio module
parent
8438ee10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
darshan-runtime/lib/darshan-stdio.c
darshan-runtime/lib/darshan-stdio.c
+1
-1
No files found.
darshan-runtime/lib/darshan-stdio.c
View file @
557e586c
...
...
@@ -971,7 +971,7 @@ static void stdio_runtime_initialize()
/* return if darshan-core does not provide enough module memory */
if
(
stdio_buf_size
<
sizeof
(
struct
darshan_stdio_file
))
{
darshan_core_unregister_module
(
DARSHAN_
POSIX
_MOD
);
darshan_core_unregister_module
(
DARSHAN_
STDIO
_MOD
);
return
;
}
...
...
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