File: node122.html

package info (click to toggle)
scalapack-doc 1.5-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 10,336 kB
  • ctags: 4,931
  • sloc: makefile: 47; sh: 18
file content (50 lines) | stat: -rw-r--r-- 3,015 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Checking the BLAS and BLACS Libraries</TITLE>
<META NAME="description" CONTENT="Checking the BLAS and BLACS Libraries">
<META NAME="keywords" CONTENT="slug">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="slug.css">
</HEAD>
<BODY LANG="EN" >
 <A NAME="tex2html3737" HREF="node123.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html3735" HREF="node120.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html3729" HREF="node121.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html3739" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html3740" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html3738" HREF="node123.html">Estimate Execution Time</A>
<B>Up:</B> <A NAME="tex2html3736" HREF="node120.html">Performance Evaluation</A>
<B> Previous:</B> <A NAME="tex2html3730" HREF="node121.html">Obtaining High Performance with </A>
<BR> <P>
<H2><A NAME="SECTION04532000000000000000">Checking the BLAS and BLACS Libraries</A></H2>
     <A NAME="subsecblasblacs">&#160;</A>
<P>
The best way to determine whether one is using efficient BLAS and BLACS 
libraries is to time them.  ScaLAPACK provides a rudimentary 
BLAS and BLACS timer in the examples/timers directory on <EM>netlib</EM>
and on the CD-ROM.  This directory also contains pointers and 
instructions for 
more complete timers, such as the LAPACK BLAS timer and the
message-passing benchmark program&nbsp;[<A HREF="node189.html#dunigan96a">46</A>].  We encourage users
to use these timers to measure the performance of the BLAS.
<P>
This ScaLAPACK examples/timers directory also contains pointers to some 
benchmark results and some pointers on interpreting the results
of the timers.
<P>
To determine which BLAS and BLACS libraries are being linked in,
users should check the output of the linker.  If the <TT>Makefile</TT> includes
<TT>SLmake.inc</TT>,
the BLAS library is given by the macro BLASLIB in <TT>SLmake.inc</TT> while
the BLACS library is given by the macro BLACSLIB.  If the BLAS library
name is of the form <TT>blas_LINUX.a</TT>, this is probably the (slow)
reference implementation BLAS.  If the 
BLAS library name is <TT>-lblas</TT>, <TT>-lessl</TT>, <TT>-ldxml</TT> or
the like, this may be an optimized BLAS library.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>