60 |
|
|
61 |
# MKL |
# MKL |
62 |
usemkl = 'yes' |
usemkl = 'yes' |
63 |
#MKL for version 10.1.0.015 |
#MKL for 10.1.0.015 |
64 |
mkl_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
mkl_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
65 |
mkl_lib_path = '/sw/sdev/intel/cmkl/10.1.0.015/lib/em64t' |
mkl_lib_path = '/sw/sdev/intel/cmkl/10.1.0.015/lib/em64t' |
66 |
mkl_libs = [ "mkl_core", "mkl_intel_lp64", "mkl_intel_thread", "mkl_lapack", 'guide', 'pthread' , "mkl_mc", "mkl_def"] |
mkl_libs = [ "mkl_core", "mkl_intel_lp64", "mkl_intel_thread", "mkl_lapack", 'guide', 'pthread' , "mkl_mc", "mkl_def"] |
89 |
#lapack_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
#lapack_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
90 |
#lapack_lib_path = '/sw/sdev/intel/cmkl/10.1.0.015/lib/em64t' |
#lapack_lib_path = '/sw/sdev/intel/cmkl/10.1.0.015/lib/em64t' |
91 |
#lapack_libs = ['mkl_lapack','mkl','guide','pthread'] |
#lapack_libs = ['mkl_lapack','mkl','guide','pthread'] |
92 |
|
#We will pull these in with MKL |
93 |
|
#If you are not using MKL then switch off Lapack or use the lines above |
94 |
|
lapack_path = '' |
95 |
|
lapack_lib_path = '' |
96 |
|
lapack_libs = [] |
97 |
lapack_type = 'mkl' |
lapack_type = 'mkl' |
98 |
|
|
99 |
|
|