[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-57-g2a6ab02
Service Account
git at mcs.anl.gov
Wed Mar 18 16:50:05 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, dev-modular has been updated
via 2a6ab02671323b9911f910ca3b257b2fc300fe94 (commit)
from b50b656dc36a3ff5102650d80ca923a8a91ec427 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2a6ab02671323b9911f910ca3b257b2fc300fe94
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date: Wed Mar 18 16:49:31 2015 -0500
add cxx and fortran wrapper generators
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/Makefile.in | 4 ++--
darshan-runtime/darshan-gen-cxx.pl.in | 2 +-
darshan-runtime/darshan-gen-fortran.pl.in | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Diff of changes:
diff --git a/darshan-runtime/Makefile.in b/darshan-runtime/Makefile.in
index 6a7f62a..e755210 100644
--- a/darshan-runtime/Makefile.in
+++ b/darshan-runtime/Makefile.in
@@ -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)
diff --git a/darshan-runtime/darshan-gen-cxx.pl.in b/darshan-runtime/darshan-gen-cxx.pl.in
index 3a9c41e..448fd5f 100644
--- a/darshan-runtime/darshan-gen-cxx.pl.in
+++ b/darshan-runtime/darshan-gen-cxx.pl.in
@@ -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;
diff --git a/darshan-runtime/darshan-gen-fortran.pl.in b/darshan-runtime/darshan-gen-fortran.pl.in
index 231d64d..31b2ac4 100644
--- a/darshan-runtime/darshan-gen-fortran.pl.in
+++ b/darshan-runtime/darshan-gen-fortran.pl.in
@@ -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;
hooks/post-receive
--
More information about the Darshan-commits
mailing list