root / www / links.html
Historique | Voir | Annoter | Télécharger (3,91 ko)
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>HPL Related Links</TITLE> |
4 |
</HEAD>
|
5 |
|
6 |
<BODY
|
7 |
BGCOLOR = "WHITE" |
8 |
BACKGROUND = "WHITE" |
9 |
TEXT = "#000000" |
10 |
VLINK = "#000099" |
11 |
ALINK = "#947153" |
12 |
LINK = "#0000ff"> |
13 |
|
14 |
<H2>HPL Related Links</H2> |
15 |
|
16 |
<STRONG>The list of links below contains some relevant material to this
|
17 |
work. This list is provided for illustrative purposes, and should be |
18 |
regarded as an initial starting point for the interested reader. This |
19 |
list is by all means not meant to be exhaustive.</STRONG><BR><BR> |
20 |
|
21 |
<H3><A NAME="mpi_libs">Message Passing Interface (MPI)</A></H3> |
22 |
|
23 |
MPI is a library specification for message-passing, proposed as a |
24 |
standard by a broadly based committee of vendors, implementors, and |
25 |
users. Machine-specific (optimized) as well as freely available MPI |
26 |
libraries are available for a large variety of systems. Browse the |
27 |
<A HREF = "http://www.mcs.anl.gov/mpi">Message Passing Interface (MPI) |
28 |
standard web page</A> for more information.<BR><BR> |
29 |
|
30 |
<H3><A NAME="blas_libs">Basic Linear Algebra Subroutines (BLAS)</A></H3> |
31 |
|
32 |
The <A HREF = "http://www.netlib.org/blas">BLAS</A> are high quality |
33 |
"building block" routines for performing basic vector and matrix |
34 |
operations. A lot of "BLAS-related" information can be found at this |
35 |
site. In particular, a reference implementation is available. This |
36 |
reference implementation is <STRONG>not optimized</STRONG> for any |
37 |
system, and it is therefore <STRONG>not recommended</STRONG> to use it |
38 |
for benchmarking purposes</STRONG>.
|
39 |
However, <A HREF = "http://www.netlib.org/blas/faq.html">machine-specific |
40 |
optimized BLAS libraries</A> are available for a variety of computer
|
41 |
systems. For further details, please contact your local vendor |
42 |
representative. Alternatively, one may also consider using automatic |
43 |
code generators such as <A HREF="http://www.netlib.org/atlas">ATLAS</A>. |
44 |
This tool automatically generates a complete and optimized BLAS |
45 |
library for a large variety of modern systems.<BR><BR> |
46 |
|
47 |
<H3><A NAME="vsip_libs">Vector Signal Image Processing Library (VSIPL)</A></H3> |
48 |
|
49 |
<A HREF = "http://www.vsipl.org">VSIPL</A> is an API defined by an open |
50 |
standard comprised of embedded signal and image processing hardware and |
51 |
software vendors, academia, users, and government labs. A lot of |
52 |
"VSIPL-related" information can be found at this site. In particular, a |
53 |
reference implementation is available. Machine-specific optimized VSIPL |
54 |
libraries are available for a variety of computer systems. For further |
55 |
details, please contact your local vendor representative.<BR><BR> |
56 |
|
57 |
<H3>TOP 500 List</H3> |
58 |
|
59 |
The <A HREF = "http://www.netlib.org/benchmark/top500.html">TOP 500</A> |
60 |
is an ordered list of the 500 most powerful computer systems worldwide. |
61 |
Computers are ranked in this list by their performance on the |
62 |
<A HREF = "http://www.netlib.org/benchmark/top500/lists/linpack.html"> |
63 |
LINPACK Benchmark</A>.<BR><BR> |
64 |
|
65 |
<H3>Parallel Dense Linear Algebra Software Libraries</H3> |
66 |
|
67 |
Browse the <A HREF="http://www.netlib.org">Netlib software repository</A> |
68 |
or the <A HREF="http://www.nhse.org">National HPCC Software Exchange</A> |
69 |
to find a large collection of freely available linear algebra libraries. |
70 |
<BR><BR> |
71 |
|
72 |
<HR NOSHADE |
73 |
<CENTER |
74 |
<A = "index.html"> [Home]</A> |
75 |
<A HREF = "copyright.html"> [Copyright and Licensing Terms]</A> |
76 |
<A HREF = "algorithm.html"> [Algorithm]</A> |
77 |
<A HREF = "scalability.html"> [Scalability]</A> |
78 |
<A HREF = "results.html"> [Performance Results]</A> |
79 |
<A HREF = "documentation.html"> [Documentation]</A> |
80 |
<A HREF = "software.html"> [Software]</A> |
81 |
<A HREF = "faqs.html"> [FAQs]</A> |
82 |
<A HREF = "tuning.html"> [Tuning]</A> |
83 |
<A HREF = "errata.html"> [Errata-Bugs]</A> |
84 |
<A HREF = "references.html"> [References]</A> |
85 |
<A HREF = "links.html"> [Related Links]</A><BR> |
86 |
</CENTER>
|
87 |
<HR NOSHADE |
88 |
</BODY |
89 |
</HTML |