diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-02-24 16:35:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 16:35:01 +0100 |
commit | 8bd9527a71e53f2d9680757211551421932577cf (patch) | |
tree | 32a11d34df1056468afdabe9978c13afffceb337 /.flake8 | |
parent | 205e9f7d73671767d037797084d53d5fd8b5d2c2 (diff) | |
download | spack-8bd9527a71e53f2d9680757211551421932577cf.tar.gz spack-8bd9527a71e53f2d9680757211551421932577cf.tar.bz2 spack-8bd9527a71e53f2d9680757211551421932577cf.tar.xz spack-8bd9527a71e53f2d9680757211551421932577cf.zip |
mpich: add pmi=cray support (#29160)
* mpich: add pmi=cray support
After marking `cray-pmi` as external:
```yaml
packages:
cray-pmi:
externals:
- spec: cray-pmi@5.0.17
prefix: /opt/cray/pe/pmi/5.0.17
```
You can now install
```
spack install something ^mpich pmi=cray
```
and
```console
srun $(spack location -i something)/bin/your_app
```
Diffstat (limited to '.flake8')
0 files changed, 0 insertions, 0 deletions