|
|
@@ -32,13 +32,32 @@
|
|
|
# all the possibilities
|
|
|
# BLA_F95 if set on tries to find the f95 interfaces for BLAS/LAPACK
|
|
|
#
|
|
|
-# ######### ## List of vendors (BLA_VENDOR) valid in this module #
|
|
|
-# Goto,OpenBLAS,ATLAS PhiPACK,CXML,DXML,SunPerf,SCSL,SGIMATH,IBMESSL,
|
|
|
-# Intel10_32 (intel mkl v10 32 bit),Intel10_64lp (intel mkl v10 64 bit,
|
|
|
-# lp thread model, lp64 model), # Intel10_64lp_seq (intel mkl v10 64
|
|
|
-# bit,sequential code, lp64 model), # Intel( older versions of mkl 32
|
|
|
-# and 64 bit), ACML,ACML_MP,ACML_GPU,Apple, NAS, Generic C/CXX should be
|
|
|
-# enabled to use Intel mkl
|
|
|
+# List of vendors (BLA_VENDOR) valid in this module:
|
|
|
+#
|
|
|
+# * Goto
|
|
|
+# * OpenBLAS
|
|
|
+# * ATLAS PhiPACK
|
|
|
+# * CXML
|
|
|
+# * DXML
|
|
|
+# * SunPerf
|
|
|
+# * SCSL
|
|
|
+# * SGIMATH
|
|
|
+# * IBMESSL
|
|
|
+# * Intel10_32 (intel mkl v10 32 bit)
|
|
|
+# * Intel10_64lp (intel mkl v10 64 bit, lp thread model, lp64 model)
|
|
|
+# * Intel10_64lp_seq (intel mkl v10 64 bit, sequential code, lp64 model)
|
|
|
+# * Intel (older versions of mkl 32 and 64 bit)
|
|
|
+# * ACML
|
|
|
+# * ACML_MP
|
|
|
+# * ACML_GPU
|
|
|
+# * Apple
|
|
|
+# * NAS
|
|
|
+# * Generic
|
|
|
+#
|
|
|
+# .. note::
|
|
|
+#
|
|
|
+# C/CXX should be enabled to use Intel mkl
|
|
|
+#
|
|
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/CheckFunctionExists.cmake)
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/CheckFortranFunctionExists.cmake)
|