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-tests
Commits
0b50c757
Commit
0b50c757
authored
Oct 03, 2018
by
Philip Carns
Browse files
go back to origin/master mercury
parent
486f2acb
Changes
2
Hide whitespace changes
Inline
Side-by-side
perf-regression/bebop/run-regression.sh
View file @
0b50c757
...
...
@@ -16,7 +16,6 @@ JOBDIR=$PWD/mochi-regression-job-$$
# scratch area to clone and build things
mkdir
-p
$SANDBOX
cp
spack-mercury-exp.patch
$SANDBOX
/
cp
packages.yaml
$SANDBOX
/
# scratch area for job submission
...
...
@@ -33,8 +32,6 @@ git clone https://github.com/pdlfs/mercury-runner.git
# set up most of the libraries in spack
echo
"=== BUILD SPACK PACKAGES AND LOAD ==="
cd
$SANDBOX
/sds-repo
patch
-p1
< ../spack-mercury-exp.patch
cd
$SANDBOX
/spack
.
$SANDBOX
/spack/share/spack/setup-env.sh
# put packages file in place in SPACK_ROOT to set our preferences for building
...
...
perf-regression/bebop/spack-mercury-exp.patch
deleted
100644 → 0
View file @
486f2acb
diff --git a/packages/mercury/package.py b/packages/mercury/package.py
index 1cbe73c..898ed29 100644
--- a/packages/mercury/package.py
+++ b/packages/mercury/package.py
@@ -32,7 +32,7 @@
class Mercury(CMakePackage):
url = "https://mercury-hpc.github.io/"
- version('master', git='https://github.com/mercury-hpc/mercury.git',
+ version('master', branch='carns/dev-ofi-config-matrix', git='https://github.com/carns/mercury.git',
submodules=True)
variant('cci', default=False, description="Use CCI for network transport")
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