This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Commit 19ad3ac 1 parent ae0e5b9 commit 19ad3ac Copy full SHA for 19ad3ac
File tree 2 files changed +17
-1
lines changed
var/spack/repos/builtin/packages/coreneuron
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,22 @@ compilers:
38
38
fc : /gpfs/bbp.cscs.ch/apps/compilers/install/intel-18.0.1/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort
39
39
spec : intel@18.0.1
40
40
target : x86_64
41
+ - compiler :
42
+ environment : {}
43
+ extra_rpaths : []
44
+ flags :
45
+ cflags : -xMIC-AVX512
46
+ cxxflags : -xMIC-AVX512
47
+ cppflags : -xMIC-AVX512
48
+ modules : []
49
+ operating_system : rhel7
50
+ paths :
51
+ cc : /gpfs/bbp.cscs.ch/apps/compilers/install/intel-18.0.1/compilers_and_libraries_2018.1.163/linux/bin/intel64/icc
52
+ cxx : /gpfs/bbp.cscs.ch/apps/compilers/install/intel-18.0.1/compilers_and_libraries_2018.1.163/linux/bin/intel64/icpc
53
+ f77 : /gpfs/bbp.cscs.ch/apps/compilers/install/intel-18.0.1/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort
54
+ fc : /gpfs/bbp.cscs.ch/apps/compilers/install/intel-18.0.1/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort
55
+ spec : intel@18.0.1
56
+ target : x86_64_knl
41
57
- compiler :
42
58
environment : {}
43
59
extra_rpaths : []
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def get_flags(self):
79
79
if 'bgq' in spec .architecture and '%xl' in spec :
80
80
flags = '-O3 -qtune=qp -qarch=qp -q64 -qhot=simd -qsmp -qthreaded -g'
81
81
if '%intel' in spec :
82
- flags = '-g -xHost - O2 -qopt-report=5'
82
+ flags = '-g -O2 -qopt-report=5'
83
83
if '+knl' in spec :
84
84
flags = '-g -xMIC-AVX512 -O2 -qopt-report=5'
85
85
if '+gpu' in spec :
You can’t perform that action at this time.
0 commit comments