Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ssg
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
ssg
Commits
b5d572c5
Commit
b5d572c5
authored
Jun 05, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notes on using spack for mochi on cooley
parent
ab6caa81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
tests/perf-regression/cooley/README.spack.md
tests/perf-regression/cooley/README.spack.md
+57
-0
No files found.
tests/perf-regression/cooley/README.spack.md
0 → 100644
View file @
b5d572c5
To compile the full stack on cooley as of June 2018 using spack:
# set up .soft.cooley like this:
```
+gcc-7.1.0
+autotools-feb2016
+cmake-3.9.1
+mvapich2
@default
```
# get spack repos:
```
git clone https://github.com/spack/spack.git
. spack/share/spack/setup-env.sh
spack bootstrap
git clone git@xgitlab.cels.anl.gov:sds/sds-repo
spack repo add .
```
# edit .spack/linux/packages.yaml to look like this:
```
packages:
openssl:
paths:
openssl@1.0.2k: /usr
buildable: False
cmake:
paths:
cmake@3.9.1: /soft/buildtools/cmake/3.9.1
buildable: False
autoconf:
paths:
autoconf@2.69: /soft/buildtools/autotools/feb2016
buildable: False
automake:
paths:
automake@1.15: /soft/buildtools/autotools/feb2016
buildable: False
ssg:
variants: +mpi
libfabric:
variants: fabrics=verbs,rxm
all:
providers:
# prefer MPICH by default
mpi: [mpich,openmpi]
```
# compile everything and load module for ssg
# note that the --dirty option is needed because gcc 7.1 on cooley only works if it can inherit LD_LIBRARY_PATH from softenv
spack install --dirty ssg
spack load -r ssg
TODO: at this point ssg tests need to be updated to skip using abt-snoozer
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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