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
8
Merge Requests
8
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
a3b2cfb9
Commit
a3b2cfb9
authored
May 04, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix perl scripts to get perl bin from env
parent
2faf2460
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
darshan-util/darshan-convert-logs.pl
darshan-util/darshan-convert-logs.pl
+3
-1
darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
...an-util/darshan-job-summary/bin/darshan-job-summary.pl.in
+2
-1
No files found.
darshan-util/darshan-convert-logs.pl
View file @
a3b2cfb9
#!/usr/bin/
perl -w
#!/usr/bin/
env perl
#
# Copyright (C) 2015 University of Chicago.
...
...
@@ -19,6 +19,8 @@
# jobid2 key1=val1 key2=val2
#
use
warnings
;
my
$darshan_convert
=
"
./darshan-convert
";
my
$jenkins_hash_gen
=
"
./jenkins-hash-gen
";
...
...
darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
View file @
a3b2cfb9
#!/usr/bin/
perl -w
#!/usr/bin/
env perl
#
# (C) 2015 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
...
...
@@ -7,6 +7,7 @@
# Set via configure
my
$PREFIX
=
"
@prefix
@
";
use
warnings
;
use
lib
"
@prefix
@/lib
";
use
TeX::
Encode
;
use
Encode
;
...
...
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