On Thu, Oct 25, 2007 at 04:37:37PM +0100, [EMAIL PROTECTED] wrote:

> Being a programmer and not a scientist I was wondering if anyone could
> tell me where they have seen the DGEMM routine being used except for
> benchmarking puposes.

The classic example is computing the radar cross-section of vehicles.
But there are tons of others; implicit CFD generally involves solving
systems of equations, and if you're using LU decomposition to do that
(like the HPL benchmark), DGEMM is used quite a lot.

-- greg

_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to