Changeset 14 for tests/Makefile

Show
Ignore:
Timestamp:
04/09/07 12:02:27 (2 years ago)
Author:
pernet
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r4 r14  
    44# root for the blas library, for ex. /home/foo/ATLAS/lib/Linux_P4SSE2 
    55#BLASROOT = /home/cpernet/Logiciels/ATLAS_Opteron64/lib/ 
    6 BLASROOT = /home/pernet/Logiciels/ATLAS/lib/Linux_PIIISSE2 
     6BLASROOT = /home/cpernet/Logiciels/GotoBLAS 
    77 
    88# ATLAS BLAS users : uncomment these lines: 
    9 CXXFLAGS+=-D__LINBOX_HAVE_CBLAS 
    10 LOADLIBES+=-L${BLASROOT} -lcblas -latlas 
     9#CXXFLAGS+=-D__LINBOX_HAVE_CBLAS 
     10#LOADLIBES+=-L${BLASROOT} -lcblas -latlas 
    1111 
    1212# GotoBlas BLAS users : uncomment this line 
    13 #LOADLIBES+=-L${BLASROOT} -lgoto 
     13LOADLIBES+=-L${BLASROOT} -lgoto 
    1414 
    1515# Other BLAS users, uncomment this line 
     
    1717 
    1818# architecture parameter for gcc (-march option) for ex. pentium4, athlon ... 
    19 ARCH = -march=pentium3  
     19#ARCH = -march=pentium3  
    2020#ARCH = -march=pentium4 
    2121#ARCH = -march=athlon 
    2222#ARCH = -march=opteron  
     23ARCH = -march=opteron -m64 -mtune=k8 
    2324 
    2425#----------------------------------------------------------