diff options
author | Andrea Arteaga <andyspiros@gmail.com> | 2012-10-21 14:54:03 +0200 |
---|---|---|
committer | Andrea Arteaga <andyspiros@gmail.com> | 2012-10-21 14:54:03 +0200 |
commit | a84a26eaf1ed984e67a235eb5d92efcefc7eddcc (patch) | |
tree | 4f088f64e63a64aea7853789d057ce89959018c4 | |
parent | Add customizable title to the report. Solve the bug in module arguments. (diff) | |
download | auto-numerical-bench-a84a26eaf1ed984e67a235eb5d92efcefc7eddcc.tar.gz auto-numerical-bench-a84a26eaf1ed984e67a235eb5d92efcefc7eddcc.tar.bz2 auto-numerical-bench-a84a26eaf1ed984e67a235eb5d92efcefc7eddcc.zip |
Removed old configuration files.
-rw-r--r-- | samples/Old/blastests.in | 20 | ||||
-rw-r--r-- | samples/Old/cblastests.in | 12 | ||||
-rw-r--r-- | samples/Old/fftwtests.in | 5 | ||||
-rw-r--r-- | samples/Old/lapacktests.in | 5 | ||||
-rw-r--r-- | samples/Old/metistests.in | 2 | ||||
-rw-r--r-- | samples/Old/scalapacktests.in | 2 |
6 files changed, 0 insertions, 46 deletions
diff --git a/samples/Old/blastests.in b/samples/Old/blastests.in deleted file mode 100644 index b31b19f..0000000 --- a/samples/Old/blastests.in +++ /dev/null @@ -1,20 +0,0 @@ -# Testing almost all implementations using gcc-4.6.1 and enabling vectorization - -# blas-reference is implemented in Fortran: set environment variables that are relevant for Fortran. -blas-reference sci-libs/blas-reference-3.3.1-r1 FC=gfortran-4.5.2 FFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2" - -# ACML is a compiled library (no compiler/flags variables affect the result). -# Depending on the USE flags, different implementations for both 32 and 64 bits are installed. -# Use the -implementation syntax to mask them. -acml sci-libs/acml-4.4.0-r1 -acml32-gfortran -acml32-gfortran-openmp -acml64-gfortran-openmp - -# The gotoblas and openblas need the variable TARGET to be set for some CPUs (e.g. for Nehalem) -# The use flags incblas installs the CBLAS interface, too. -goto sci-libs/gotoblas2-1.13 CFLAGS="-O3 -march=native" 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 - -# ATLAS is implemented in C: set flags for C -atlas sci-libs/atlas-3.9.41 CC=gcc-4.6.1 CFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2" - -# Eigen is mostly implemented in C++, with some C code. Set flags for both languages. -eigen dev-cpp/eigen-3.0.1-r1 CC=gcc-4.6.1 CXX=g++-4.6.1 CFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2" CXXFLAGS="-O3 -pipe -march=native -msse3 -msse4.1 -msse4.2"
\ No newline at end of file diff --git a/samples/Old/cblastests.in b/samples/Old/cblastests.in deleted file mode 100644 index 670ddc4..0000000 --- a/samples/Old/cblastests.in +++ /dev/null @@ -1,12 +0,0 @@ -# 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 diff --git a/samples/Old/fftwtests.in b/samples/Old/fftwtests.in deleted file mode 100644 index 04a905d..0000000 --- a/samples/Old/fftwtests.in +++ /dev/null @@ -1,5 +0,0 @@ -# Testing FFTW with different gcc versions and enabling vectorization - -gcc-4.6.1 sci-libs/fftw-3.2.2-r1 CC=gcc-4.6.1 CFLAGS="-O3 -march=native -msse2 -msse3 -mssse3 -msse4.1 -msse4.2" -gcc-4.5.2 sci-libs/fftw-3.2.2-r1 CC=gcc-4.5.2 CFLAGS="-O3 -march=native -msse2 -msse3 -mssse3 -msse4.1 -msse4.2" -gcc-4.3.6 sci-libs/fftw-3.2.2-r1 CC=gcc-4.3.6 CFLAGS="-O3 -march=native -msse2 -msse3 -mssse3 -msse4.1 -msse4.2"
\ No newline at end of file diff --git a/samples/Old/lapacktests.in b/samples/Old/lapacktests.in deleted file mode 100644 index 39d925e..0000000 --- a/samples/Old/lapacktests.in +++ /dev/null @@ -1,5 +0,0 @@ -# Testing different implementations of LAPACK -reference_eigen sci-libs/lapack-reference-3.3.1-r1 blas:eigen -reference_openblas sci-libs/lapack-reference-3.3.1-r1 blas:openblas-threads -#atlas sci-libs/atlas-3.9.46 -acml sci-libs/acml-4.4.0-r1 -acml32-gfortran -acml32-gfortran-openmp -acml64-gfortran-openmp diff --git a/samples/Old/metistests.in b/samples/Old/metistests.in deleted file mode 100644 index 76de6bb..0000000 --- a/samples/Old/metistests.in +++ /dev/null @@ -1,2 +0,0 @@ -metis sci-libs/metis-4.0.1-r1 CFLAGS="-march=native" -metis-O3 sci-libs/metis-4.0.1-r1 CFLAGS="-march=native -O3"
\ No newline at end of file diff --git a/samples/Old/scalapacktests.in b/samples/Old/scalapacktests.in deleted file mode 100644 index e32c0fb..0000000 --- a/samples/Old/scalapacktests.in +++ /dev/null @@ -1,2 +0,0 @@ -reference sci-libs/scalapack-1.8.0 FFLAGS="-march=native" -reference-O3 sci-libs/scalapack-1.8.0 FFLAGS="-march=native -O3"
\ No newline at end of file |