mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb new file: a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb new file: b/Bash/Bash-4.4-GCC-6.3.0-2.27.eb new file: b/Bash/Bash-4.4-intel-2017b.eb new file: b/Boost/Boost-1.66.0-foss-2018a-Py-2.7.eb new file: f/foss/foss-2018a.eb new file: n/numpy/numpy-1.14.1-Py-3.6.eb new file: n/numpy/numpy-1.14.1-mkl.patch new file: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb new file: s/SQLite/SQLite-3.21.0.eb
20 lines
800 B
Diff
20 lines
800 B
Diff
--- site.cfg.example.old 2018-02-20 00:16:17.000000000 +0100
|
||
+++ site.cfg.example 2018-03-09 10:47:51.496213510 +0100
|
||
@@ -159,11 +159,11 @@
|
||
# https://software.intel.com/en-us/articles/numpyscipy-with-intel-mkl
|
||
# Assuming you installed the mkl in /opt/intel/compilers_and_libraries_2018/linux/mkl,
|
||
# for 64 bits code at Linux:
|
||
-# [mkl]
|
||
-# library_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/lib/intel64
|
||
-# include_dirs = /opt/intel/compilers_and_libraries_2018/linux/mkl/include
|
||
-# mkl_libs = mkl_rt
|
||
-# lapack_libs =
|
||
+[mkl]
|
||
+library_dirs = /apps/all/mkl/2017.4.239/mkl/lib/intel64
|
||
+include_dirs = /apps/all/mkl/2017.4.239/mkl/include
|
||
+mkl_libs = mkl_def, mkl_intel_lp64, mkl_intel_thread, mkl_core
|
||
+lapack_libs = mkl_lapack95_lp64
|
||
#
|
||
# For 32 bit code at Linux:
|
||
# [mkl]
|