[Darshan-commits] [Git][darshan/darshan][master] CINOW support in automated builds

Shane Snyder xgitlab at cels.anl.gov
Fri Apr 13 12:52:55 CDT 2018


Shane Snyder pushed to branch master at darshan / darshan


Commits:
4f03b75b by Shane Snyder at 2018-04-13T12:52:33-05:00
CINOW support in automated builds

- - - - -


2 changed files:

- darshan-test/automated/common/configure.sh
- darshan-test/automated/mcs/configure.sh → darshan-test/automated/generic/configure.sh


Changes:

=====================================
darshan-test/automated/common/configure.sh
=====================================
--- a/darshan-test/automated/common/configure.sh
+++ b/darshan-test/automated/common/configure.sh
@@ -5,9 +5,9 @@
 
 status=0
 
-if [[ $NODE_LABELS =~ "mcs" ]];
+if [[ $NODE_LABELS =~ "CINOW" || $NODE_LABELS =~ "mcs" ]];
 then
-  source darshan-test/automated/mcs/configure.sh
+  source darshan-test/automated/generic/configure.sh
   status=$?
 elif [[ $NODE_LABELS =~ "Theta" ]];
 then


=====================================
darshan-test/automated/mcs/configure.sh → darshan-test/automated/generic/configure.sh
=====================================



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/4f03b75ba17dc0e860eff17797316f612238a919

---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/4f03b75ba17dc0e860eff17797316f612238a919
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/20180413/0a400adc/attachment.html>


More information about the Darshan-commits mailing list