Search This Blog

Showing posts with label BLAS. Show all posts
Showing posts with label BLAS. Show all posts

Monday, March 11, 2013

How to build Goto blas using Intel compilers



Download GotoBlas http://www.tacc.utexas.edu/tacc-projects/gotoblas2

make  FC=ifort   CC=icc  BINARY=64   USE_THREAD=0

The last option is to build without thread.  Output message:

 GotoBLAS build complete.

  OS               ... Linux             
  Architecture     ... x86_64               
  BINARY           ... 64bit                 
  C compiler       ... INTEL  (command line : icc)
  Fortran compiler ... INTEL  (command line : ifort)
  Library Name     ... libgoto2_prescott-r1.13.a (Single threaded)  

Labels