From owner-freebsd-hackers Tue Apr 18 21:37:03 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA05353 for hackers-outgoing; Tue, 18 Apr 1995 21:37:03 -0700 Received: from shell1.best.com (root@shell1.best.com [204.156.128.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA05347 for ; Tue, 18 Apr 1995 21:37:02 -0700 Received: from geli.clusternet (rcarter.vip.best.com [204.156.137.2]) by shell1.best.com (8.6.12/8.6.5) with ESMTP id VAA05763; Tue, 18 Apr 1995 21:36:41 -0700 Received: (from rcarter@localhost) by geli.clusternet (8.6.11/8.6.9) id VAA01801; Tue, 18 Apr 1995 21:36:08 -0700 Date: Tue, 18 Apr 1995 21:36:08 -0700 From: "Russell L. Carter" Message-Id: <199504190436.VAA01801@geli.clusternet> To: julian@ref.tfs.com Subject: Re: Case for FreeBSD presentation docs? Cc: hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk |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