[Darshan-commits] [Git][darshan/darshan][master] dxt bug fix in cobalt runjob script
Shane Snyder
xgitlab at cels.anl.gov
Tue Jan 9 09:00:19 CST 2018
Shane Snyder pushed to branch master at darshan / darshan
Commits:
1415afc1 by Shane Snyder at 2018-01-09T14:59:41+00:00
dxt bug fix in cobalt runjob script
- - - - -
1 changed file:
- darshan-test/regression/bg-profile-conf-alcf/runjob.sh
Changes:
=====================================
darshan-test/regression/bg-profile-conf-alcf/runjob.sh
=====================================
--- a/darshan-test/regression/bg-profile-conf-alcf/runjob.sh
+++ b/darshan-test/regression/bg-profile-conf-alcf/runjob.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# convert DXT env setting
-if [ -n $DXT_ENABLE_IO_TRACE ]; then
- DXT_ENV="--env DXT_ENABLE_IO_TRACE="
+if [ -n "${DXT_ENABLE_IO_TRACE+defined}" ]; then
+ DXT_ENV="--env DXT_ENABLE_IO_TRACE=$DXT_ENABLE_IO_TRACE"
fi
# submit job and get job id
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1415afc18417af23d4fe6967ac8026f6adbb0536
---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1415afc18417af23d4fe6967ac8026f6adbb0536
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20180109/8c37340e/attachment-0001.html>
More information about the Darshan-commits
mailing list