Changeset 14 for tests/Makefile
- Timestamp:
- 04/09/07 12:02:27 (2 years ago)
- Files:
-
- 1 modified
-
tests/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
r4 r14 4 4 # root for the blas library, for ex. /home/foo/ATLAS/lib/Linux_P4SSE2 5 5 #BLASROOT = /home/cpernet/Logiciels/ATLAS_Opteron64/lib/ 6 BLASROOT = /home/ pernet/Logiciels/ATLAS/lib/Linux_PIIISSE26 BLASROOT = /home/cpernet/Logiciels/GotoBLAS 7 7 8 8 # ATLAS BLAS users : uncomment these lines: 9 CXXFLAGS+=-D__LINBOX_HAVE_CBLAS10 LOADLIBES+=-L${BLASROOT} -lcblas -latlas9 #CXXFLAGS+=-D__LINBOX_HAVE_CBLAS 10 #LOADLIBES+=-L${BLASROOT} -lcblas -latlas 11 11 12 12 # GotoBlas BLAS users : uncomment this line 13 #LOADLIBES+=-L${BLASROOT} -lgoto13 LOADLIBES+=-L${BLASROOT} -lgoto 14 14 15 15 # Other BLAS users, uncomment this line … … 17 17 18 18 # architecture parameter for gcc (-march option) for ex. pentium4, athlon ... 19 ARCH = -march=pentium319 #ARCH = -march=pentium3 20 20 #ARCH = -march=pentium4 21 21 #ARCH = -march=athlon 22 22 #ARCH = -march=opteron 23 ARCH = -march=opteron -m64 -mtune=k8 23 24 24 25 #----------------------------------------------------------
