PIXNET Logo登入

噓~

跳到主文

!

部落格全站分類:生活綜合

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 4月 08 週五 201111:57
  • MKL command line

libmkl.so  for dynamic
librml.so  for dynamic w VML/VSL
 
-lguide  使連結threading library libguide(使support multi-threading)
(繼續閱讀...)
文章標籤

quantum2nd 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:MKL
▲top
  • 5月 06 週四 201015:45
  • CMKL & MKL

mkl 與cmkl (cluster mkl)有什麼差別?
 1. linking in commend line 不同
 2. 對於BLAS, LAPACK 等是一樣的 但CMKL多了scalable LAPACK 
   舉例來說:    mkl 與許你解一個矩陣的eigenvalues 
(繼續閱讀...)
文章標籤

quantum2nd 發表在 痞客邦 留言(0) 人氣(15)

  • 個人分類:MKL
▲top
  • 5月 06 週四 201012:06
  • MKL 靜態與動態連結

linker example :
http://software.intel.com/sites/products/documentation/hpc/mkl/lin/MKL_UG_linking_your_application/Linking_Examples.htm
 
static linking:
(繼續閱讀...)
文章標籤

quantum2nd 發表在 痞客邦 留言(0) 人氣(31)

  • 個人分類:MKL
▲top
  • 4月 29 週二 200816:36
  • inforamtion for MKL

mkl 使用手冊
(all)                       http://www.intel.com/cd/software/products/apac/zho/358630.htm  
(windows 版本)  http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/347468.pdf
(linux :information )http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/347460.pdf
8.0(
(繼續閱讀...)
文章標籤

quantum2nd 發表在 痞客邦 留言(0) 人氣(42)

  • 個人分類:MKL
▲top
  • 4月 29 週二 200812:52
  • BLAS of MKL

?yyzzz : ? would be  s,d,c,z
s ,real,*4
d,real,*8
c,complex,*8
z,complex,*16
------------------------------------------------------------------------------------------------
yy could be
--------------
In BLAS level 2 and 3,
ge general matrix
gb general band matrix
sy symmetric matrix
sp symmetric matrix (packed storage)
sb symmetric band matrix
he Hermitian matrix
hp Hermitian matrix (packed storage)
hb Hermitian band matrix
tr triangular matrix
tp triangular matrix (packed storage)
tb triangular band matrix.
ge general
gb general band
gt general tridiagonal
po symmetric or Hermitian positive-definite
pp symmetric or Hermitian positive-definite (packed storage)
pb symmetric or Hermitian positive-definite band
pt symmetric or Hermitian positive-definite tridiagonal
sy symmetric indefinite
sp symmetric indefinite (packed storage)
he Hermitian indefinite
hp Hermitian indefinite (packed storage)
tr triangular
tp triangular (packed storage)
tb triangular band
--------------------
BLAS level 1
c conjugated vector
u unconjugated vector
g Givens rotation
-------------------
BLAS level 2
mv matrix-vector product
sv solving a system of linear equations with matrix-vector operations
r rank-1 update of a matrix
r2 rank-2 update of a matrix.
------------------
BLAS level 3
mm matrix-matrix product
sm solving a system of linear equations with matrix-matrix operations
rk rank-k update of a matrix
r2k rank-2k update of a matrix
------------------------------------------------------------------------------------------------
-------------------
The examples below illustrate how to interpret BLAS routine names:
ddot <d> <dot>: double-precision real vector-vector dot product
60
2 Intel® Math Kernel Library Reference Manual
cdotc <c> <dot> <c>: complex vector-vector dot product, conjugated
<sc> <asum>: sum of magnitudes of vector elements, single precision
real output and single precision complex input
scasum
cdotu <c> <dot> <u>: vector-vector dot product, unconjugated, complex
sgemv <s> <ge> <mv>: matrix-vector product, general matrix, single precision
<z> <tr> <mm>: matrix-matrix product, triangular matrix,
double-precision complex.
--------------------------------
------------------------------------------------------------------------------------------------
zzz could be
---------------------
BLAS Level3
 trf  form a triangular matrix factorization
3 Intel® Math Kernel Library Reference Manual
trs solve the linear system with a factored matrix
con estimate the matrix condition number
rfs refine the solution and compute error bounds
tri compute the inverse matrix using the factorization
equ equilibrate a matrix.
------------------------
For example, the sgetrf routine performs the triangular factorization of general real matrices
in single precision; the corresponding routine for complex matrices is cgetrf.
For driver routines, the names can end with -sv (meaning a simple driver), or with -svx (meaning an expert driver).

Names of the LAPACK computational and driver routines for Fortran 95 interface in Intel MKL  are the same as Fortran 77 names but without the first letter that indicates the data type. For example, the name of the routine that performs triangular factorization of general real matrices in Fortran 95 interface is getrf. Different data types are handled through defining a specific internal parameter that refers to a module block with named constants for single and double precision.
(繼續閱讀...)
文章標籤

quantum2nd 發表在 痞客邦 留言(0) 人氣(265)

  • 個人分類:MKL
▲top
1

近期文章

  • 基隆河 騎自行車 台北、新北到基隆
  • 濟州島 漢拏山 登山 分享
  • 濟州島 公車 2018
  • Mac 背景及麥克風 錄音
  • [Octave] 基本數學計算 avg,std
  • [Octave] Plot 2D&3D
  • [Octave] for loop
  • [Octave] matrix operation
  • [Octave] using plot function with terminal problem
  • install GNUPLOT on mac os

最新迴響

  • [19/01/30] ★SCI/SSCI/EI期刊投稿合法刊登檢索! 於文章「citation //SCI...」留言:
    ★SCI/SSCI/EI期刊投稿合法刊登檢索! 1.期刊撰...
  • [11/12/15] 訪客 於文章「[教學] 義大利國鐵現上付款...」留言:
    For 第4點,那個是付費mark? 要在那輸入信用卡,可以...
  • [10/01/05] 小金 於文章「IR 樣品的準備...」留言:
    請問一下,我的試片是康寧玻璃上長si薄膜,可以直接策IR嗎?...
  • [09/06/09] sullin 於文章「喜歡100...」發表了一則私密留言
  • [08/11/20] 螢 於文章「詐騙電話...」發表了一則私密留言
  • [08/11/01] CCpet 於文章「我看你 你看我...」留言:
    我一整個大大贊同你這段話!...
  • [08/11/01] CCpet 於文章「小棉條...」留言:
    我這邊有現貨耶,我也都託我朋友從國外買來~XD 不過最...
  • [08/07/15] 螢 於文章「我的環台夢-劉金標...」發表了一則私密留言
  • [08/07/15] 螢 於文章「基礎代謝...」發表了一則私密留言
  • [08/07/15] mouseying 於文章「talk to somone...」留言:
    我發覺我很難與別人達成溝通 所以很多事我不曉得要怎麼說 ...

文章分類

toggle travel (2)
  • info (15)
  • murmur (9)
toggle 料理 (1)
  • 料理 (39)
toggle Life碎碎念 (1)
  • 研究生的活點滴 (42)
toggle 神秘黑盒子 (18)
  • Octave (5)
  • soft (1)
  • [php] (2)
  • MKL (1)
  • CentOS (29)
  • CPU (2)
  • c++ (7)
  • latex (8)
  • OpenMP (1)
  • linux (25)
  • MAC (6)
  • python (14)
  • fortran (13)
  • makefile//shell script (11)
  • GNUPLOT (12)
  • ftp (3)
  • MKL (5)
  • MPI (1)
toggle 頌 (1)
  • 歌詞 (0)
toggle 停看聽 (5)
  • 演講 (0)
  • 安靜 (2)
  • 游牧民族 (5)
  • small window (0)
  • 書蟲 (5)
toggle 天氣 (2)
  • 蹦 (5)
  • ICH (8)
  • R code learning (4)
  • 財經觀察 (1)
  • gogogo (2)
  • 未分類文章 (1)

參觀人氣

  • 本日人氣:
  • 累積人氣:

文章彙整

熱門文章

  • (735)基隆河 騎自行車 台北、新北到基隆
  • (443)濟州島 公車 2018
  • (208)濟州島 漢拏山 登山 分享
  • (4)mac to windows
  • (2)勇氣 在哪?
  • (1)0605
  • (1)或許~ 真的過去了