File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
scripts/uberenv/spack_configs Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
33483449 paths :
You can’t perform that action at this time.
0 commit comments