Statistiques
| Révision :

root / www / index.html

Historique | Voir | Annoter | Télécharger (4,76 ko)

1
<HTML>
2
<HEAD>
3
<TITLE>
4
HPL - A Portable Implementation of the High-Performance
5
Linpack Benchmark for Distributed-Memory Computers
6
</TITLE>
7
</HEAD>
8
 
9
<BODY 
10
BGCOLOR     = "WHITE"
11
BACKGROUND  = "WHITE"
12
TEXT        = "#000000"
13
VLINK       = "#000099"
14
ALINK       = "#947153"
15
LINK        = "#0000ff">
16

    
17
<HR NOSHADE
18
<TABLE =0 =0 =100% BORDER=0 CELLSPACING=1 CELLPADDING=0>
19
<TR>
20
<TD ALIGN=CENTER>
21
<H3>HPL - A Portable Implementation of the High-Performance Linpack
22
Benchmark for Distributed-Memory Computers</H3>
23
</TD>
24
<TD ALIGN=LEFT VALIGN=LEFT>
25
<A HREF     = "http://icl.cs.utk.edu">
26
<IMG SRC    = 2-273x48.jpg
27
ALT         = "ICL - UTK Computer Science Department"
28
BORDER      = 0
29
HEIGHT      = 48
30
WIDTH       = 273></A>
31
</TD>
32
</TR>
33
</TABLE>
34
<TABLE HSPACE=0 VSPACE=0 WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=0>
35
<TR>
36
<TD ALIGN=LEFT>Version 2.0</TD>
37
<TD ALIGN=CENTER>
38
<A HREF     = "http://www.cs.utk.edu/~petitet">A. Petitet</A>,
39
<A HREF     = "http://www.cs.utk.edu/~rwhaley">R. C. Whaley</A>,
40
<A HREF     = "http://www.netlib.org/utk/people/JackDongarra">J. Dongarra</A>,
41
<A HREF     = "mailto:cleary1@llnl.gov">A. Cleary</A>
42
</TD>
43
<TD ALIGN=CENTER>September 10, 2008</TD>
44
<TD ALIGN=RIGHT>
45
<A HREF="http://www.netlib.org/master_counts2.html#benchmark/hpl"># Accesses</A>
46
</TD>
47
</TR>
48
</TABLE>
49
<HR NOSHADE<BR 
50

    
51
<STRONGHPL</STRONG is   software    that   a (random)
52
dense    system    double     (64  )  arithmetic
53
  distributed-memory      It    thus    regarded  
54
a  as  as   available    of   High
55
 Computing  Benchmark.<BR<BR
56

    
57
The <STRONGalgorithm</STRONG used   HPL   be  by 
58
following   Two-dimensional   data  
59
-  variant    the    factorization   row 
60
pivoting    multiple   depths    Recursive  
61
factorization    pivot    and    broadcast  -
62
  virtual    broadcast   -    reducing
63
  algorithm   backward    with  
64
of  1.<BR<BR
65

    
66
The   package    a  and  program   quantify
67
  <STRONGaccuracy</STRONG of   obtained   as   as
68
 time  took  compute  The  <STRONGperformance</STRONG
69
achievable  this  on  system  on  large 
70
of   Nonetheless,  with  restrictive   on  
71
interconnection  ,   the    described    and  
72
attached   are <STRONGscalable</STRONG  in   sense
73
 their  efficiency  maintained    with  
74
to  per  memory <BR<BR
75

    
76
The  software  <STRONGrequires</STRONG  the  
77
on  system  an  of   Message  Interface
78
<STRONGMPI</STRONG (1.1 ).
79
 implementation  <STRONGeither</STRONG the  Linear 
80
Subprograms   <STRONGBLAS  </STRONG   the     Signal  
81
Processing  <STRONGVSIPL</STRONG is  needed.
82
 as  as  implementations 
83
<A  = "links.html#mpi_libs">MPI</A>, the
84
<A HREF = "links.html#blas_libs">BLAS</A> and
85
<A HREF = "links.html#vsip_libs">VSIPL</A> are available  for a large
86
variety of systems.<BR><BR>
87

    
88
<STRONG>Acknowledgements</STRONG>: This work was  supported  in  part
89
by  a  grant  from  the  Department  of  Energy's   Lawrence
90
Livermore National Laboratory  and  Los  Alamos  National  Laboratory
91
as   part  of  the   ASCI  Projects   contract  numbers  B503962  and
92
12187-001-00 4R.
93

    
94
<HR NOSHADE
95
<CENTER
96
<A  = "index.html">            [Home]</A>
97
<A HREF = "copyright.html">        [Copyright and Licensing Terms]</A>
98
<A HREF = "algorithm.html">        [Algorithm]</A>
99
<A HREF = "scalability.html">      [Scalability]</A>
100
<A HREF = "results.html">          [Performance Results]</A>
101
<A HREF = "documentation.html">    [Documentation]</A>
102
<A HREF = "software.html">         [Software]</A>
103
<A HREF = "faqs.html">             [FAQs]</A>
104
<A HREF = "tuning.html">           [Tuning]</A>
105
<A HREF = "errata.html">           [Errata-Bugs]</A>
106
<A HREF = "references.html">       [References]</A>
107
<A HREF = "links.html">            [Related Links]</A><BR>
108
</CENTER>
109
<HR NOSHADE
110

    
111
<ADDRESS
112
Innovative  Laboratory<BR
113
last  September , 2008<BR
114
</ADDRESS
115

    
116
<PRE
117
#########################################################################
118

    
119
file    <a ="hpl.tgz">hpl.tgz</a>
120
for     HPL - A Portable Implementation of the High-Performance Linpack
121
,       Benchmark for Distributed-Memory Computers 
122
by      Antoine Petitet, Clint Whaley, Jack Dongarra, Andy Cleary
123

    
124
#########################################################################
125
</PRE>
126
</BODY>
127
</HTML>