Skip to content

Commit 6c927dc

Browse files
committed
Added spack environment yaml for hpc1 build
1 parent 87f2017 commit 6c927dc

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

spack/environments/hpc1.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
spack:
2+
specs:
3+
- libfabric@1.9.0
4+
- python@3.7.0
5+
- adios2@2.7.1
6+
- tau@master +mpi +pthreads +fortran +adios2 +python +papi
7+
- mochi-sonata ^libfabric@1.9.0 ^argobots+stackunwind+tool
8+
- py-mochi-sonata
9+
- chimbuko-visualization2
10+
- chimbuko-performance-analysis@ckelly_develop
11+
- py-flask@1.1.2
12+
concretization: together
13+
compilers:
14+
- compiler:
15+
paths:
16+
cc: /lfs1/software7/spack/spack/opt/spack/linux-rhel7-sandybridge/gcc-4.8.5/gcc-9.2.0-le5yoeohtxkmniznuy4n3hwymqllffk6/bin/gcc
17+
cxx: /lfs1/software7/spack/spack/opt/spack/linux-rhel7-sandybridge/gcc-4.8.5/gcc-9.2.0-le5yoeohtxkmniznuy4n3hwymqllffk6/bin/g++
18+
f77: /lfs1/software7/spack/spack/opt/spack/linux-rhel7-sandybridge/gcc-4.8.5/gcc-9.2.0-le5yoeohtxkmniznuy4n3hwymqllffk6/bin/gfortran
19+
fc: /lfs1/software7/spack/spack/opt/spack/linux-rhel7-sandybridge/gcc-4.8.5/gcc-9.2.0-le5yoeohtxkmniznuy4n3hwymqllffk6/bin/gfortran
20+
operating_system: scientific7
21+
target: x86_64
22+
modules:
23+
- gcc/9.2.0
24+
environment: {unset: []}
25+
extra_rpaths: []
26+
flags: {}
27+
spec: gcc@9.2.0
28+
repos:
29+
#=================== THIS PATH SHOULD BE SET TO POINT TO THE mochi-spack-packages DOWNLOADED FROM https://github.com/mochi-hpc/mochi-spack-packages.git
30+
- /home/ckelly/src/mochi-spack-packages
31+
#=================== THIS PATH SHOULD BE SET TO POINT TO THE repo/chimbuko SUBDIRECTORY OF THE CHIMBUKO AD SOURCE https://github.com/CODARcode/PerformanceAnalysis/ (git clone https://github.com/CODARcode/PerformanceAnalysis.git)
32+
- /home/ckelly/src/AD/PerformanceAnalysis/spack/repo/chimbuko
33+
packages:
34+
all:
35+
compiler: [gcc@9.2.0]
36+
providers:
37+
mpi: [openmpi]
38+
pkgconfig: [pkg-config]
39+
buildable: true
40+
version: []
41+
target: []
42+
openmpi:
43+
externals:
44+
- spec: openmpi@3.0.0
45+
modules:
46+
- openmpi/3.0.0-gnu
47+
buildable: false
48+
version: []
49+
target: []
50+
providers: {}
51+
compiler: []
52+
libfabric:
53+
variants: fabrics=verbs,rxm,mrail,tcp
54+
buildable: true
55+
version: []
56+
target: []
57+
providers: {}
58+
compiler: []
59+
60+
61+
62+
63+
view: true

0 commit comments

Comments
 (0)