Skip to content

Commit 967577b

Browse files
committed
Added TOSS3 compilers and changed Spack install path.
1 parent 4b2177d commit 967577b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

scripts/uberenv/spack_configs/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ config:
2323
template_dirs:
2424
- $spack/templates
2525

26-
# install directory layout
27-
install_path_scheme: "${ARCHITECTURE}-${COMPILERNAME}@${COMPILERVER}/${PACKAGE}@${VERSION}"
26+
# # install directory layout
27+
# install_path_scheme: "${ARCHITECTURE}-${COMPILERNAME}@${COMPILERVER}/${PACKAGE}@${VERSION}"
2828

2929
# Locations where different types of modules should be installed.
3030
module_roots:

scripts/uberenv/spack_configs/toss_3_x86_64_ib/compilers.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ compilers:
2929
modules: []
3030
environment: {}
3131
extra_rpaths: []
32+
- compiler:
33+
34+
paths:
35+
cc: /usr/tce/packages/gcc/gcc-7.3.0/bin/gcc
36+
cxx: /usr/tce/packages/gcc/gcc-7.3.0/bin/g++
37+
f77: /usr/tce/packages/gcc/gcc-7.3.0/bin/gfortran
38+
fc: /usr/tce/packages/gcc/gcc-7.3.0/bin/gfortran
39+
flags:
40+
cflags: -march=native -mtune=native
41+
cxxflags: -march=native -mtune=native
42+
operating_system: rhel7
43+
target: x86_64
44+
modules: []
45+
environment: {}
46+
extra_rpaths: []
3247
- compiler:
3348
3449
paths:

0 commit comments

Comments
 (0)