Skip to content

Commit b441cf0

Browse files
committed
Merge branch 'numpex' of https://github.com/pdidev/tutorial into numpex
2 parents fec7cfc + 2ea0710 commit b441cf0

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

spack_env/spack.lock

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

spack_env/spack.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# This is a Spack Environment file.
2+
#
3+
# It describes a set of packages to be installed, along with
4+
# configuration settings.
5+
spack:
6+
definitions:
7+
- compilers: [[email protected]]
8+
#- compilers: [[email protected]]
9+
- packages:
10+
- cmake
11+
- pdi
12+
- pdiplugin-decl-hdf5
13+
- pdiplugin-mpi
14+
- pdiplugin-pycall
15+
- pdiplugin-user-code
16+
- pdiplugin-trace
17+
- python
18+
- py-numpy
19+
- py-matplotlib
20+
#- py-dask
21+
#- py-distributed
22+
#- py-bokeh
23+
specs:
24+
- $compilers
25+
- matrix:
26+
- [$packages]
27+
- [$%compilers]
28+
29+
view: true
30+
concretizer:
31+
unify: when_possible
32+
mirrors:
33+
develop: https://binaries.spack.io/develop

0 commit comments

Comments
 (0)