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
71
Issues
71
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
2a96faf8
Commit
2a96faf8
authored
Apr 25, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup darshan info messages
parent
d37b412e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
darshan-runtime/lib/darshan-core.c
darshan-runtime/lib/darshan-core.c
+3
-2
No files found.
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,
if
(
strncmp
(
env_exclusions
,
"none"
,
strlen
(
env_exclusions
))
>=
0
)
{
if
(
my_rank
==
0
)
fprintf
(
stderr
,
"
INFO: no system dir
will be excluded
\n
"
);
fprintf
(
stderr
,
"
Darshan info: no system dirs
will be excluded
\n
"
);
darshan_path_exclusions
[
0
]
=
NULL
;
}
else
{
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
);
i
=
0
;
/* 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