home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12706 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!usc!rpi!batcomputer!ghost.dsi.unimi.it!itnsg1.cineca.it!root
  3. From: root@itnsg1.cineca.it (Valter Cavecchia)
  4. Subject: Re: BLAS, scientific subroutines etc.
  5. Message-ID: <1992Aug21.082920.15515@itnsg1.cineca.it>
  6. Organization: Laboratorio di Fisica Computazionale, INFM. Trento Italia
  7. References: <1992Aug19.130918.28150@itnsg1.cineca.it>
  8. Date: Fri, 21 Aug 1992 08:29:20 GMT
  9. Lines: 23
  10.  
  11. root@itnsg1.cineca.it (Valter Cavecchia) writes:
  12.  
  13. >I noticed that SGI gave use a version of the BLAS routines.
  14. >However BLAS itself is very low level, what I'm looking for is something
  15. >like Linpack (a set of Fortran callable subroutines that are able to do
  16. >matrix diagonalization, eigenvalues and so on).
  17. >Is there anything around (BLAS based and already ported to SGI)?
  18.  
  19. >    Thanks a lot in advance,
  20. >    valter
  21.  
  22. ok, thanks a lot to everyone that answer my question.
  23. Everyone pointed me to LAPACK (which is the evolution of LINPACK+EISPACK),
  24. it seems that this set of routines is the state of the art of the 
  25. matrix manipulation software (and is public domain, or something like that).
  26. The good news is that SGI people already ported LAPACK to the SGI machines,
  27. the software may be downloaded from sgi.com (beware of the files size!).
  28. LAPACK is based on BLAS which is already available for SGI computers
  29. (parallelized and optimized), therefore the performance should be very good.
  30.  
  31.     Thanks a lot again,
  32.     valter
  33.  
  34.