[Darshan-commits] [Darshan] branch, trac-150-regression, updated. darshan-2.3.1-pre1-12-g55e1f37
Service Account
git at mcs.anl.gov
Tue Feb 3 20:34:08 CST 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, trac-150-regression has been updated
via 55e1f37ed5a377716789882ba2eeed0980fcfb0e (commit)
from 4ec192f30eba792a9f40dbccd161352b38363369 (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 55e1f37ed5a377716789882ba2eeed0980fcfb0e
Author: Phil Carns <carns at mcs.anl.gov>
Date: Tue Feb 3 21:33:59 2015 -0500
experimenting with jenkins environment
-----------------------------------------------------------------------
Summary of changes:
darshan-test/regression/test-cases/cxxpi.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
diff --git a/darshan-test/regression/test-cases/cxxpi.sh b/darshan-test/regression/test-cases/cxxpi.sh
index bea35e8..8ac7d0a 100755
--- a/darshan-test/regression/test-cases/cxxpi.sh
+++ b/darshan-test/regression/test-cases/cxxpi.sh
@@ -7,7 +7,7 @@ export DARSHAN_LOGFILE=$DARSHAN_TMP/${PROG}.darshan.gz
rm -f ${DARSHAN_LOGFILE}
# compile
-$DARSHAN_CXX $DARSHAN_TESTDIR/test-cases/src/${PROG}.cxx -o $DARSHAN_TMP/${PROG}
+$DARSHAN_CXX -static $DARSHAN_TESTDIR/test-cases/src/${PROG}.cxx -o $DARSHAN_TMP/${PROG}
if [ $? -ne 0 ]; then
echo "Error: failed to compile ${PROG}" 1>&2
exit 1
hooks/post-receive
--
More information about the Darshan-commits
mailing list