Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 1995 21:36:08 -0700
From:      "Russell L. Carter" <rcarter@geli.com>
To:        julian@ref.tfs.com
Cc:        hackers@FreeBSD.org
Subject:   Re: Case for FreeBSD presentation docs?
Message-ID:  <199504190436.VAA01801@geli.clusternet>

next in thread | raw e-mail | index | archive | help
|dgemm (data general emmulator?)

General Matrix Multiply.  The foundation for modern numerical
algorithms (1990+).  There are several thousand pages of mathematical
literature on the subject, but the source code lives at

http://netlib2.cs.utk.edu/liblist.html

Check out the blas section.

|BLACS? BLAS? LAPACK?

Basic Linear Algebra Communication Subroutines
Basic Linear Algebra Subroutines
Linear Algebra PACK (this is the place to find the state-of-the-art)

All available from netlib.  These are blocked routines that just love
to be matched up with caches and vector registers.

|pvm3? mpich? nxlib? 

PVM3== parallel virtural machine, available at netlib
MPICH== Message Passing Interface standard (CHameleon)
available from ftp://info.mcs.anl.gov/pub/mpi

NXLib is a neat library that emulates Intel Paragon NX message
passing library calls.  It's available from 
ftpbode.informatik.tu-muenchen.de

|
|julian

Regards,
Russell



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504190436.VAA01801>