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
486f2acb
Commit
486f2acb
authored
Oct 02, 2018
by
Philip Carns
Browse files
test Mercury experimental patch nightly
- also switch to startup allocation on lcrc for now
parent
35b21d91
Changes
3
Hide whitespace changes
Inline
Side-by-side
perf-regression/bebop/margo-regression.sbatch
View file @
486f2acb
#!/bin/bash
#SBATCH -N 2
#SBATCH -A
radix
#SBATCH -A
startup-carns
#SBATCH --ntasks-per-node=1
#SBATCH --time=15:00
#SBATCH -p bdwall
...
...
perf-regression/bebop/run-regression.sh
View file @
486f2acb
...
...
@@ -16,6 +16,7 @@ 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
...
...
@@ -32,6 +33,8 @@ 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
0 → 100644
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