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
Sudheer Chunduri
darshan
Commits
2a96faf8
Commit
2a96faf8
authored
Apr 25, 2017
by
Shane Snyder
Browse files
cleanup darshan info messages
parent
d37b412e
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
2a96faf8
...
@@ -1078,13 +1078,14 @@ static void darshan_get_exe_and_mounts(struct darshan_core_runtime *core,
...
@@ -1078,13 +1078,14 @@ static void darshan_get_exe_and_mounts(struct darshan_core_runtime *core,
if
(
strncmp
(
env_exclusions
,
"none"
,
strlen
(
env_exclusions
))
>=
0
)
if
(
strncmp
(
env_exclusions
,
"none"
,
strlen
(
env_exclusions
))
>=
0
)
{
{
if
(
my_rank
==
0
)
if
(
my_rank
==
0
)
fprintf
(
stderr
,
"
INFO
: no system dir will be excluded
\n
"
);
fprintf
(
stderr
,
"
Darshan info
: no system dir
s
will be excluded
\n
"
);
darshan_path_exclusions
[
0
]
=
NULL
;
darshan_path_exclusions
[
0
]
=
NULL
;
}
}
else
else
{
{
if
(
my_rank
==
0
)
if
(
my_rank
==
0
)
fprintf
(
stderr
,
"INFO: darshan will exclude these dirs: %s
\n
"
,
env_exclusions
);
fprintf
(
stderr
,
"Darshan info: the following system dirs will be excluded: %s
\n
"
,
env_exclusions
);
string
=
strdup
(
env_exclusions
);
string
=
strdup
(
env_exclusions
);
i
=
0
;
i
=
0
;
/* get the comma separated number of directories */
/* get the comma separated number of directories */
...
...
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