[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-pre2-10-gde8444d

Service Account git at mcs.anl.gov
Fri Mar 13 10:21:06 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, master has been updated
       via  de8444d1032dd435ff511ff9a6a09dd212920188 (commit)
      from  e23f7ffe1ec3bbdf7e877277c3d6654ad85720fc (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 de8444d1032dd435ff511ff9a6a09dd212920188
Author: Phil Carns <carns at mcs.anl.gov>
Date:   Fri Mar 13 15:20:59 2015 +0000

    misc fixes

-----------------------------------------------------------------------

Summary of changes:
 darshan-test/regression/bg-profile-conf/runjob.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Diff of changes:
diff --git a/darshan-test/regression/bg-profile-conf/runjob.sh b/darshan-test/regression/bg-profile-conf/runjob.sh
index 16157b2..7529f68 100755
--- a/darshan-test/regression/bg-profile-conf/runjob.sh
+++ b/darshan-test/regression/bg-profile-conf/runjob.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # submit job and get job id
-jobid=`qsub --mode c16 --proccount $DARSHAN_DEFAULT_NPROCS -A SSSPPg -t 10 -n 1 --output $DARSHAN_TMP/$$-tmp.out --error $DARSHAN_TMP/$$-tmp.err --debuglog $DARSHAN_TMP/$$-tmp.debuglog "$@"`
+jobid=`qsub --env DARSHAN_LOGFILE=$DARSHAN_LOGFILE --mode c16 --proccount $DARSHAN_DEFAULT_NPROCS -A SSSPPg -t 10 -n 1 --output $DARSHAN_TMP/$$-tmp.out --error $DARSHAN_TMP/$$-tmp.err --debuglog $DARSHAN_TMP/$$-tmp.debuglog "$@"`
 if [ $? -ne 0 ]; then
 	echo "Error: failed to qsub $@"
 	exit 1
@@ -18,7 +18,7 @@ while [ -n "$output" -a "$rc" -eq 0 ]; do
 done
 
 # look for return code
-grep "exit code of 0" $DARSHAN_TMP/$$-tmp.debuglog
+grep "exit code of 0" $DARSHAN_TMP/$$-tmp.debuglog >& /dev/null
 if [ $? -ne 0 ]; then
 	exit 1
 else


hooks/post-receive
--



More information about the Darshan-commits mailing list