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
c573b8e6
Commit
c573b8e6
authored
Jun 29, 2020
by
Shane Snyder
Browse files
fix configure-generated example pydarshan tools
parent
9d20e69b
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan-info.py.in
View file @
c573b8e6
...
...
@@ -7,8 +7,8 @@
# add hard-coded pydarshan utils path and ensure they take precedence
import
s
ys
s
ys
.
path
.
insert
(
0
,
"@prefix
@"
)
import
s
ite
s
ite
.
addsitedir
(
"@DARSHAN_PYDARSHAN_PATH
@"
)
import
darshan
...
...
darshan-util/pydarshan-info.sh.in
View file @
c573b8e6
...
...
@@ -7,7 +7,6 @@
# add hard-coded pydarshan utils path and ensure they take precedence
PREFIX
=
"@prefix@"
;
export
PYTHONPATH
=
$PREFIX
/pydarshan:
$PYTHONPATH
export
PYTHONPATH
=
@DARSHAN_PYDARSHAN_PATH@:
$PYTHONPATH
python
-m
darshan.cli info
$@
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