Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
4f03b75b
Commit
4f03b75b
authored
Apr 13, 2018
by
Shane Snyder
Browse files
CINOW support in automated builds
parent
46fda15b
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-test/automated/common/configure.sh
View file @
4f03b75b
...
...
@@ -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 file @
4f03b75b
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment