57 |
netCDF_lib_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/lib' |
netCDF_lib_path = '/sw/libs/netcdf/x86_64/gcc-4.1.2/netcdf-3.6.2/lib' |
58 |
# netCDF_libs = ['netcdf_c++', 'netcdf'] |
# netCDF_libs = ['netcdf_c++', 'netcdf'] |
59 |
|
|
60 |
|
|
61 |
# MKL |
# MKL |
62 |
usemkl = 'yes' |
usemkl = 'yes' |
63 |
mkl_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
mkl_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
78 |
blas_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib' |
blas_lib_path = '/sw/libs/umfpack/x86_64/gcc-4.1.2/umfpack-5.2/lib' |
79 |
blas_libs = ['blas'] |
blas_libs = ['blas'] |
80 |
|
|
81 |
|
|
82 |
|
#Lapack |
83 |
|
uselapack = 'yes' |
84 |
|
lapack_path = '/sw/sdev/intel/cmkl/10.1.0.015/include' |
85 |
|
lapack_lib_path = '/sw/sdev/intel/cmkl/10.1.0.015/lib/em64t' |
86 |
|
lapack_libs = ['mkl_lapack','mkl','guide','pthread'] |
87 |
|
lapack_type = 'mkl' |
88 |
|
|
89 |
|
|
90 |
# ParMETIS (for use with MPI) (these setting my be overwritten depending on the mpi version used) |
# ParMETIS (for use with MPI) (these setting my be overwritten depending on the mpi version used) |
91 |
useparmetis = 'yes' |
useparmetis = 'yes' |
92 |
parmetis_path = '/sw/libs/parmetis/x86_64/gcc-4.1.2/intelmpi/parmetis-3.1/include' |
parmetis_path = '/sw/libs/parmetis/x86_64/gcc-4.1.2/intelmpi/parmetis-3.1/include' |