easyconfigs-it4i/n/numpy/numpy-1.14.1-mkl.patch
Lukáš Krupčík 4f6f1bf407 new file: a/ABySS/ABySS-2.0.2-foss-2018a-Py-2.7.eb
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
2018-03-12 11:30:19 +01:00

20 lines
800 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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]