- ...BLAS1
- from Basic Linear Algebra
Subroutines
.
.
.
.
- ...
project2
- https://www.cs.utk.edu/~ghenry/distrib/
.
.
.
.
- ...
ATLAS3
- https://www.netlib.org/atlas/index.html
.
.
.
.
- ... semaphores4
- it can also be done
with mutexes.
.
.
.
.
- ... counter5
- this is a 64 bits counter which value
is incremented each cycle and start counting at power on of processor
.
.
.
.
- ...
implementation6
- with recent version f77 level 1 blas compete with
those of ASCI Red project
.
.
.
.
- ...
processors7
- an introduction on how to use these counters is available at
https://www.cs.utk.edu/~ghenry/distrib/mon_counters
.
.
.
.
- ... loads8
- loads necessary to perform computation
.
.
.
.
- ... loads9
- loads effectively issued
.
.
.
.
- ... MESI10
- Modified, Exclusive, Shared and Invalid
.
.
.
.
- ...
misses11
- PII and up use a write-back/write-allocate strategy while the
PPRO use write-trough.
.
.
.
.
- ... dimension12
- distance between first elements of columns.
.
.
.
.
- ...
Phipac13
- https://www.icsi.berkeley.edu/~bilmes/phipac/
.
.
.
.
- ... MTL14
- https://www.lsc.nd.edu/research/mtl/
.
.
.
.
Thomas Guignon
2000-08-24