Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
b46e317b
Commit
b46e317b
authored
Apr 05, 2018
by
Philip Carns
Browse files
how to get mpich over openmpi
parent
677f6a2b
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
b46e317b
...
...
@@ -85,6 +85,16 @@ generaly because they are either large packages or have large dependencies. I
tend to work from MPICH's latest version in git, so I have also told spack
about my locally installed MPICH.
Note that if you prefer to have spack use mpich over openmpi any time that
"mpi" is a package dependency, add this to your packages.yaml as well:
```
all:
providers:
# prefer MPICH by default
mpi: [mpich,openmpi]
```
These
`packages`
files live in a platform-specific directory (run
`spack arch
-p`
to see what platform spack thinks you are on). Pretty helpful for e.g.
Argonne, where a home file system is shared between a linux cluster, a blue
...
...
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