Statistiques
| Révision :

root / www / links.html

Historique | Voir | Annoter | Télécharger (3,91 ko)

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