summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiros <andyspiros@gmail.com>2011-07-13 23:35:33 +0200
committerspiros <andyspiros@gmail.com>2011-07-13 23:35:33 +0200
commit56517b3b1f1bf491217abfbc0977e8e61a4e3216 (patch)
treecfa2868deff24c9fcc1be250cdc2189ca019c7ec /cblastests.in
parentBugfix (diff)
downloadauto-numerical-bench-56517b3b1f1bf491217abfbc0977e8e61a4e3216.tar.gz
auto-numerical-bench-56517b3b1f1bf491217abfbc0977e8e61a4e3216.tar.bz2
auto-numerical-bench-56517b3b1f1bf491217abfbc0977e8e61a4e3216.zip
Removed tree for inclusion in proj/sci.
Diffstat (limited to 'cblastests.in')
-rw-r--r--cblastests.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/cblastests.in b/cblastests.in
new file mode 100644
index 0000000..670ddc4
--- /dev/null
+++ b/cblastests.in
@@ -0,0 +1,12 @@
+# Testing different implementations of CBLAS
+
+# cblas-reference is a wrapper for blas: test this with different blas implementations
+reference-eigen sci-libs/cblas-reference-20110218 blas:eigen
+reference-openblas sci-libs/cblas-reference-20110218 blas:openblas-threads
+reference-acml sci-libs/cblas-reference-20110218 blas:acml64-gfortran
+
+# Other implementations are not wrappers
+# Test them using gcc-4.6.1 and enabling vectorization
+gsl gsl-1.15-r1 CC=gcc-4.6.1 CFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2"
+goto sci-libs/gotoblas2-1.13 CC=gcc-4.6.1 CFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2" USE=incblas TARGET=NEHALEM
+openblas sci-libs/openblas CC=gcc-4.6.1 CFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2" USE=incblas TARGET=NEHALEM \ No newline at end of file