You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

GotoBLAS_01Readme.txt 2.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Optimized GotoBLAS2 libraries version 1.13
  2. By Kazushige Goto <kgoto@tacc.utexas.edu>
  3. # This is the last update and done on 5th Feb. 2010.
  4. 0. License
  5. See 00TACC_Research_License.txt.
  6. 1. Supported OS
  7. Linux
  8. FreeBSD(Also it may work on NetBSD)
  9. OSX
  10. Soralis
  11. Windows 2k, XP, Server 2003 and 2008(both 32bit and 64bit)
  12. AIX
  13. Tru64 UNIX
  14. 2. Supported Architecture
  15. X86 : Pentium3 Katmai
  16. Coppermine
  17. Athlon (not well optimized, though)
  18. PentiumM Banias, Yonah
  19. Pentium4 Northwood
  20. Nocona (Prescott)
  21. Core 2 Woodcrest
  22. Core 2 Penryn
  23. Nehalem-EP Corei{3,5,7}
  24. Atom
  25. AMD Opteron
  26. AMD Barlcelona, Shanghai, Istanbul
  27. VIA NANO
  28. X86_64: Pentium4 Nocona
  29. Core 2 Woodcrest
  30. Core 2 Penryn
  31. Nehalem
  32. Atom
  33. AMD Opteron
  34. AMD Barlcelona, Shanghai, Istanbul
  35. VIA NANO
  36. IA64 : Itanium2
  37. Alpha : EV4, EV5, EV6
  38. POWER : POWER4
  39. PPC970/PPC970FX
  40. PPC970MP
  41. CELL (PPU only)
  42. POWER5
  43. PPC440 (QCDOC)
  44. PPC440FP2(BG/L)
  45. POWERPC G4(PPC7450)
  46. POWER6
  47. SPARC : SPARC IV
  48. SPARC VI, VII (Fujitsu chip)
  49. MIPS64/32: Sicortex
  50. 3. Supported compiler
  51. C compiler : GNU CC
  52. Cygwin, MinGW
  53. Other commercial compiler(especially for x86/x86_64)
  54. Fortran Compiler : GNU G77, GFORTRAN
  55. G95
  56. Open64
  57. Compaq
  58. F2C
  59. IBM
  60. Intel
  61. PathScale
  62. PGI
  63. SUN
  64. Fujitsu
  65. 4. Suported precision
  66. Now x86/x86_64 version support 80bit FP precision in addition to
  67. normal double presicion and single precision. Currently only
  68. gfortran supports 80bit FP with "REAL*10".
  69. 5. How to build library?
  70. Please see 02QuickInstall.txt or just type "make".