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
sds
sds-repo
Commits
074cfb35
Commit
074cfb35
authored
Oct 11, 2017
by
Rob Latham
Browse files
move away from CCI
libfabric seems pretty good these days. Can always opt-in to CCI if platform needs that.
parent
0df18476
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mercury/package.py
View file @
074cfb35
...
...
@@ -34,9 +34,9 @@ class Mercury(CMakePackage):
version
(
'master'
,
git
=
'https://github.com/mercury-hpc/mercury.git'
,
submodules
=
True
)
variant
(
'cci'
,
default
=
Tru
e
,
description
=
"Use CCI for network transport"
)
variant
(
'cci'
,
default
=
Fals
e
,
description
=
"Use CCI for network transport"
)
variant
(
'bmi'
,
default
=
False
,
description
=
"Use BMI for network transport"
)
variant
(
'fabric'
,
default
=
Fals
e
,
description
=
"Use libfabric for net transport"
)
variant
(
'fabric'
,
default
=
Tru
e
,
description
=
"Use libfabric for net transport"
)
# if nothing specified, build good ol' BMI
depends_on
(
'cci@master'
,
when
=
"+cci"
,
type
=
(
"build"
,
"link"
,
"run"
))
...
...
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