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
c41966aa
Commit
c41966aa
authored
Feb 09, 2017
by
Shane Snyder
Browse files
add warning if darshan can't determine log dir
parent
f1408a7d
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
c41966aa
...
...
@@ -436,6 +436,7 @@ void darshan_core_shutdown()
if
(
strlen
(
logfile_name
)
==
0
)
{
/* failed to generate log file name */
fprintf
(
stderr
,
"darshan library warning: unable to determine log file path
\n
"
);
free
(
logfile_name
);
darshan_core_cleanup
(
final_core
);
return
;
...
...
Shane Snyder
@ssnyder
mentioned in issue
#222 (closed)
·
Feb 09, 2017
mentioned in issue
#222 (closed)
mentioned in issue #222
Toggle commit list
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