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
Shane Snyder
darshan
Commits
2a6ab026
Commit
2a6ab026
authored
Mar 18, 2015
by
Shane Snyder
Browse files
add cxx and fortran wrapper generators
parent
b50b656d
Changes
3
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/Makefile.in
View file @
2a6ab026
...
...
@@ -81,8 +81,8 @@ endif
install
-d
$(bindir)
# install -m 755 darshan-mk-log-dirs.pl $(bindir)
install
-m
755
darshan-gen-cc.pl
$(bindir)
#
install -m 755 darshan-gen-cxx.pl $(bindir)
#
install -m 755 darshan-gen-fortran.pl $(bindir)
install
-m
755
darshan-gen-cxx.pl
$(bindir)
install
-m
755
darshan-gen-fortran.pl
$(bindir)
install
-m
755
darshan-config
$(bindir)
# install -d $(datarootdir)/craype-1.x/modulefiles/darshan
# install -m 755 share/craype-1.x/darshan-module $(datarootdir)/craype-1.x/modulefiles/darshan/$(DARSHAN_VERSION)
...
...
darshan-runtime/darshan-gen-cxx.pl.in
View file @
2a6ab026
...
...
@@ -215,7 +215,7 @@ print OUTPUT<<"EOF";
for arg in "\$\{newallargs\[\@\]\}"; do
res=`expr match "\$arg" "-l"`;
if [ \$res -gt 0 -a \$once -lt 1 ]; then
newallargs[\$argno]=-ldarshan
-mpi-io
newallargs[\$argno]=-ldarshan
argno=`expr \$argno + 1`
newallargs[\$argno]=\$arg;
once=1;
...
...
darshan-runtime/darshan-gen-fortran.pl.in
View file @
2a6ab026
...
...
@@ -223,7 +223,7 @@ print OUTPUT<<"EOF";
for arg in "\$\{newallargs\[\@\]\}"; do
res=`expr match "\$arg" "-l"`;
if [ \$res -gt 0 -a \$once -lt 1 ]; then
newallargs[\$argno]=-ldarshan
-mpi-io
newallargs[\$argno]=-ldarshan
argno=`expr \$argno + 1`
newallargs[\$argno]=\$arg;
once=1;
...
...
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