File: faq.html

package info (click to toggle)
blas 1.0-3.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,432 kB
  • ctags: 2,028
  • sloc: fortran: 16,627; makefile: 73; sh: 22
file content (254 lines) | stat: -rw-r--r-- 7,796 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<html>
<head>
<title>BLAS FAQ</title>
</head>
<body>
<center>
<h1> BLAS Frequently Asked Questions (FAQ) </h1>
<h2>
<i>
<a href="mailto:lapack@cs.utk.edu"><address>lapack@cs.utk.edu</address></a>
</i>
</h2>
</center>
<p>
<IMG SRC="http://www.netlib.org/scalapack/html/gif/blue.gif"></p>
<p>
<i>
Many thanks to the <a href="http://www.netlib.org/utk/icl/maintainers.html">
netlib_maintainers@netlib.org</a> from whose FAQ list I have patterned
this list for the BLAS.
</i>
</p>

<p>
<IMG SRC="http://www.netlib.org/scalapack/html/gif/blue.gif"></p>

<h2>
Table of Contents
</h2>

   <dl>
    <a href="#1.1"> <dd>1.1)  What are the BLAS?</a>
    <a href="#1.2"> <dd>1.2)  Publications/references for the BLAS?</a>
    <a href="#1.3"> <dd>1.3)  Is there a Quick Reference Guide to the BLAS available?</a>
    <a href="#1.4"> <dd>1.4)  Are optimized BLAS libraries available?</a>
    <a href="#1.5"> <dd>1.5)  Where can I find vendor supplied BLAS?</a>
    <a href="#1.6"> <dd>1.6)  Where can I find the Intel BLAS for Linux?</a>
    <a href="#1.7"> <dd>1.7)  Where can I find Java BLAS?</a>
    <a href="#1.8"> <dd>1.8)  Are prebuilt Fortran77 ref implementation BLAS libraries available from Netlib?</a>
   </dl>

<p>
<IMG SRC="http://www.netlib.org/scalapack/html/gif/blue.gif"></p>
<h2>
1)  BLAS 
</h2>

<p>
<strong>
<a name="1.1">
    1.1) What are the BLAS?<br>
</a>
</strong>

<p>
The BLAS (Basic Linear Algebra Subprograms) are high quality
"building block" routines for performing basic vector and matrix
operations.  Level 1 BLAS do vector-vector operations, Level 2
BLAS do matrix-vector operations, and Level 3 BLAS do
matrix-matrix operations.  Because the BLAS are efficient,
portable, and widely available, they're commonly used in the
development of high quality linear algebra software,
<a href="http://www.netlib.org/linpack/">LINPACK</a> and
<a href="http://www.netlib.org/lapack/">LAPACK</a> for example.  
<p>
A Fortran77 reference implementation of the BLAS is located in the
<a href="http://www.netlib.org/blas/">blas directory</a> of Netlib.

<p>
<strong>
<a name="1.2">
    1.2) Publications/references for the BLAS?<br>
</a>
</strong>

<p>
<ol>
<li>
C. L. Lawson, R. J. Hanson, D. Kincaid, and F. T. Krogh, <i>Basic
Linear Algebra Subprograms for FORTRAN usage</i>, ACM Trans. Math.
Soft., 5 (1979), pp. 308--323.<p>

<li>
J. J. Dongarra, J. Du Croz, S. Hammarling, and R. J. Hanson, <i>An
extended set of FORTRAN Basic Linear Algebra Subprograms</i>, ACM Trans.
Math. Soft., 14 (1988), pp. 1--17.<p>

<li>
J. J. Dongarra, J. Du Croz, S. Hammarling, and R. J. Hanson,
<i>Algorithm 656: An extended set of FORTRAN Basic Linear Algebra
Subprograms</i>, ACM Trans. Math. Soft., 14 (1988), pp. 18--32.<p>

<li>
J. J. Dongarra, J. Du Croz, I. S. Duff, and S. Hammarling, <i>A set of
Level 3 Basic Linear Algebra Subprograms</i>, ACM Trans. Math. Soft.,
16 (1990), pp. 1--17.<p>

<li>
J. J. Dongarra, J. Du Croz, I. S. Duff, and S. Hammarling, <i>Algorithm
679: A set of Level 3 Basic Linear Algebra Subprograms</i>, ACM Trans.
Math. Soft., 16 (1990), pp. 18--28.<p>
</ol>

<p>
<strong>
<a name="1.3">
    1.3)  Is there a Quick Reference Guide to the BLAS available?<br>
</a>
</strong>
 
<p>
Yes, there is a postscript version of the <a href="http://www.netlib.org/blas/blasqr.ps">Quick Reference Guide to the BLAS</a> available.

<p>
<strong>
<a name="1.4">
    1.4)  Are optimized BLAS libraries available?<br>
</a>
</strong>
 
<p>
YES!  Machine-specific optimized BLAS libraries are available for
a variety of computer architectures.  These optimized BLAS libraries
are provided by the computer vendor or by an independent software
vendor (ISV).  For further details, please contact your local vendor
representative.</p>
<p>
Optimized BLAS libraries are <b>NOT</b> provided on netlib.</p>
<p>
However, if a machine-specific optimized <b>BLAS</b> library is not
available on the architecture to which you are installing <b>LAPACK</b>,
you can download a <a href="http://www.netlib.org/blas/blas.tgz">Fortran77
reference implementation of the BLAS</a> from netlib.</p>

<p>
<strong>
<a name="1.5">
    1.5)  Where can I find vendor supplied BLAS?<br>
</a>
</strong>
<p>
BLAS Vendor List <BR>
Last updated: November 13, 1998 <BR>
<HR><TABLE BORDER="1" CELLPADDING="3">
  <TR><TD ALIGN=LEFT><BOLD><H3> Vendor </H3></TD>
  <TD ALIGN=LEFT><BOLD><H3> URL </H3></BOLD></TD></TR>


  <TR><TD ALIGN=LEFT> Cray </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.sgi.com/Products/appsdirectory.dir/Applications/Math_Physics_Other_Sciences/ApplicationNumber587410.html">
  http://www.sgi.com/Products/appsdirectory.dir/Applications/Math_Physics_Other_Sciences/
  </A></TD></TR>

  <TR><TD ALIGN=LEFT> DEC </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.digital.com/info/hpc/software/dxml.html">
  http://www.digital.com/info/hpc/software/dxml.html
  </A></TD></TR>

  <TR><TD ALIGN=LEFT> HP </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.hp.com/esy/systems_networking/tech_servers/products/library.html">
  http://www.hp.com/esy/systems_networking/tech_servers/products/library.html
  </A></TD></TR>

  <TR><TD ALIGN=LEFT> IBM </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.rs6000.ibm.com/software/Apps/essl.html">
  http://www.rs6000.ibm.com/software/Apps/essl.html
  <BR>
  <A HREF="http://www.rs6000.ibm.com/software/sp_products/esslpara.html">
  http://www.rs6000.ibm.com/software/sp_products/esslpara.html
  </A></TD></TR>

  <TR><TD ALIGN=LEFT> Intel </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.intel.com/vtune/perflibst/mkl/mklperf.htm">
  http://www.intel.com/vtune/perflibst/mkl/mklperf.htm (NT)
  </A></TD></TR>

  <TR><TD ALIGN=LEFT> SGI </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.sgi.com/software/scsl.html">
  http://www.sgi.com/software/scsl.html
  </A></TD></TR>

  <TR><TD ALIGN=LEFT> SUN </TD>
  <TD ALIGN=LEFT>
  <A HREF="http://www.sun.com/workshop/fortran/
">
  http://www.sun.com/workshop/fortran/
  </A></TD></TR>

</TABLE>
</p>
 
<p>
<strong>
<a name="1.6">
    1.6)  Where can I find the Intel BLAS for Linux?<br>
</a>
</strong>
<p>
Yes, the Intel BLAS for Linux are now available!  Refer to the following
URL:
<a href="http://www.cs.utk.edu/~ghenry/distrib/">Intel BLAS for Linux</a>.
</p>
 
<p>
<strong>
<a name="1.7">
    1.7)  Where can I find Java BLAS?<br>
</a>
</strong>
<p>
Yes, Java BLAS are available.  Refer to the following
URLs:
<a href="http://www.cs.utk.edu/f2j/download.html">Java LAPACK</a>
and
<a href="http://math.nist.gov/javanumerics/">JavaNumerics</a>
The <b>JavaNumerics</b> webpage provides a focal point for information
on numerical computing in Java.
</p>
 
<p>
<strong>
<a name="1.8">
    1.8)  Are prebuilt Fortran77 ref implementation BLAS libraries available from Netlib?<br>
</a>
</strong>
 
<p>
Yes.  HOWEVER, it is assumed that you have a machine-specific optimized <b>BLAS</b>
library already available on the architecture to which you are installing
<b>LAPACK</b>.  If this is not the case, you can download a
<a href="http://www.netlib.org/blas/archives/">prebuilt Fortran77 reference
implementation BLAS library</a> or compile the
<a href="http://www.netlib.org/blas/blas.tgz">Fortran77 reference implementationsource code of the BLAS</a> from netlib.
<p>
Although a model implementation of the BLAS in available
from netlib in the <a href="http://www.netlib.org/blas/">blas directory</a>,
it is not expected to perform as well as a specially
tuned implementation on most high-performance computers -- on some machines
it may give much worse performance -- but it allows users to run LAPACK
software on machines that do not offer any other implementation of the
BLAS.

<p>
<IMG SRC="http://www.netlib.org/scalapack/html/gif/blue.gif"></p>
<a href="mailto:lapack@cs.utk.edu"><address>lapack@cs.utk.edu</address></a>

</body>
</html>