Add cray-mpich and dependencies to packages
This commit is contained in:
parent
0f89706e95
commit
306e1e96fc
1 changed files with 19 additions and 0 deletions
|
@ -1,4 +1,23 @@
|
||||||
packages:
|
packages:
|
||||||
|
all:
|
||||||
|
providers:
|
||||||
|
mpi: [cray-mpich]
|
||||||
|
cray-mpich:
|
||||||
|
externals:
|
||||||
|
- spec: cray-mpich@8.1.30%gcc
|
||||||
|
prefix: /opt/cray/pe/mpich/8.1.30/ofi/gnu/12.3
|
||||||
|
modules:
|
||||||
|
- libfabric/1.15.2.0
|
||||||
|
- spec: cray-mpich@8.1.30%cce
|
||||||
|
prefix: /opt/cray/pe/mpich/8.1.30/ofi/cray/17.0
|
||||||
|
modules:
|
||||||
|
- libfabric/1.15.2.0
|
||||||
|
buildable: false
|
||||||
|
libfabric:
|
||||||
|
externals:
|
||||||
|
- spec: libfabric@1.15.2 fabrics=cxi,tcp,udp
|
||||||
|
prefix: /opt/cray/libfabric/1.15.2.0
|
||||||
|
buildable: false
|
||||||
python:
|
python:
|
||||||
externals:
|
externals:
|
||||||
- spec: python@3.6.15+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
|
- spec: python@3.6.15+bz2+crypt+ctypes+dbm+lzma+nis+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib
|
||||||
|
|
Loading…
Reference in a new issue