summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDenis Davydov <davydden@gmail.com>2016-07-15 17:35:10 +0200
committerDenis Davydov <davydden@gmail.com>2016-07-15 17:35:10 +0200
commitb29b7595dda88831b7c0330b34df4c7b1e1c1734 (patch)
tree2817292273439540d128982c2099c5c1050a9c20 /var
parent668b4f1b2ce8e61457309d67b798e58ef481a08e (diff)
downloadspack-b29b7595dda88831b7c0330b34df4c7b1e1c1734.tar.gz
spack-b29b7595dda88831b7c0330b34df4c7b1e1c1734.tar.bz2
spack-b29b7595dda88831b7c0330b34df4c7b1e1c1734.tar.xz
spack-b29b7595dda88831b7c0330b34df4c7b1e1c1734.zip
mkl: add info on interface and threading layers to the docstring
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mkl/package.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mkl/package.py b/var/spack/repos/builtin/packages/mkl/package.py
index f1f07c90f5..6ea64f5313 100644
--- a/var/spack/repos/builtin/packages/mkl/package.py
+++ b/var/spack/repos/builtin/packages/mkl/package.py
@@ -9,7 +9,13 @@ class Mkl(IntelInstaller):
Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a
- mirror, see http://software.llnl.gov/spack/mirrors.html"""
+ mirror, see http://software.llnl.gov/spack/mirrors.html.
+
+ To set the threading layer at run time set MKL_THREADING_LAYER
+ variable to one of the following values: INTEL, SEQUENTIAL, PGI.
+ To set interface layer at run time, use set the MKL_INTERFACE_LAYER
+ variable to LP64 or ILP64.
+ """
homepage = "https://software.intel.com/en-us/intel-mkl"