From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QsYfH-0001qL-1N for garchives@archives.gentoo.org; Sun, 14 Aug 2011 11:15:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3667321C184; Sun, 14 Aug 2011 11:15:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E9AD621C184 for ; Sun, 14 Aug 2011 11:15:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A93311B404F for ; Sun, 14 Aug 2011 11:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EE6CA80040 for ; Sun, 14 Aug 2011 11:15:24 +0000 (UTC) From: "Andrea Arteaga" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Arteaga" Message-ID: <21035a61148d88293ba8af84d7c96555aa19428e.spiros@gentoo> Subject: [gentoo-commits] proj/auto-numerical-bench:unstable commit in: / X-VCS-Repository: proj/auto-numerical-bench X-VCS-Committer: spiros X-VCS-Committer-Name: Andrea Arteaga X-VCS-Revision: 21035a61148d88293ba8af84d7c96555aa19428e Date: Sun, 14 Aug 2011 11:15:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 47b3d48139c2b131997825f003e073e9 Message-ID: <20110814111524.qpazBTwsUAWetdmw5s9SyfWQCze6L50MQ9-EV5GUrew@z> commit: 21035a61148d88293ba8af84d7c96555aa19428e Author: spiros gmail com> AuthorDate: Mon Aug 8 22:40:53 2011 +0000 Commit: Andrea Arteaga gmail com> CommitDate: Mon Aug 8 22:40:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/auto-numerica= l-bench.git;a=3Dcommit;h=3D21035a61 Merge branch 'unstable' of git+ssh://git.overlays.gentoo.org/proj/auto-nu= merical-bench PortageUtils.py | 109 +++- accuracy/lapack/diff.hh | 30 + accuracy/lapack/lapack_LU.hh | 57 ++ accuracy/lapack/lapack_QR.hh | 57 ++ accuracy/lapack/lapack_STEV.hh | 35 + accuracy/lapack/lapack_SVD.hh | 40 ++ accuracy/lapack/lapack_SYEV.hh | 43 ++ accuracy/lapack/lapack_cholesky.hh | 37 ++ accuracy/lapack/main_lapack.cpp | 103 +++ accuracy/lapack/timer.hh | 50 ++ accuracy/sizes.hh | 42 ++ basemodule.py | 12 +- benchconfig.py | 44 +- btl/COPYING | 340 ---------- btl/README | 154 ----- btl/actions/action_aat_product.hh | 145 ----- btl/actions/action_ata_product.hh | 145 ----- btl/actions/action_atv_product.hh | 134 ---- btl/actions/action_axpby.hh | 127 ---- btl/actions/action_axpy.hh | 139 ---- btl/actions/action_cholesky.hh | 129 ---- btl/actions/action_fftw_1d_backward_estimate.hh | 94 --- btl/actions/action_fftw_1d_backward_measure.hh | 94 --- btl/actions/action_fftw_1d_forward_estimate.hh | 94 --- btl/actions/action_fftw_1d_forward_measure.hh | 94 --- btl/actions/action_general_solve.hh | 120 ---- btl/actions/action_ger.hh | 128 ---- btl/actions/action_hessenberg.hh | 233 ------- btl/actions/action_least_squares.hh | 120 ---- btl/actions/action_lu_decomp.hh | 124 ---- btl/actions/action_lu_solve.hh | 136 ---- btl/actions/action_matrix_matrix_product.hh | 150 ----- btl/actions/action_matrix_matrix_product_bis.hh | 152 ----- btl/actions/action_matrix_vector_product.hh | 153 ----- btl/actions/action_partial_lu.hh | 125 ---- btl/actions/action_rot.hh | 116 ---- btl/actions/action_symm_ev.hh | 87 --- btl/actions/action_symv.hh | 139 ---- btl/actions/action_syr2.hh | 133 ---- btl/actions/action_trisolve.hh | 137 ---- btl/actions/action_trisolve_matrix.hh | 165 ----- btl/actions/action_trmm.hh | 165 ----- btl/actions/basic_actions.hh | 21 - btl/actions/fftw_actions.hh | 9 - btl/data/action_settings.txt | 18 - btl/data/gnuplot_common_settings.hh | 87 --- btl/data/go_mean | 57 -- btl/data/mean.cxx | 182 ------ btl/data/mk_gnuplot_script.sh | 68 -- btl/data/mk_mean_script.sh | 52 -- btl/data/mk_new_gnuplot.sh | 54 -- btl/data/perlib_plot_settings.txt | 16 - btl/data/regularize.cxx | 131 ---- btl/data/smooth.cxx | 198 ------ btl/data/smooth_all.sh | 68 -- btl/generic_bench/bench.hh | 168 ----- btl/generic_bench/bench_parameter.hh | 53 -- btl/generic_bench/btl.hh | 247 ------- btl/generic_bench/init/init_function.hh | 54 -- btl/generic_bench/init/init_matrix.hh | 64 -- btl/generic_bench/init/init_vector.hh | 37 -- btl/generic_bench/static/bench_static.hh | 80 --- btl/generic_bench/static/intel_bench_fixed_size.hh | 66 -- btl/generic_bench/static/static_size_generator.hh | 57 -- btl/generic_bench/timers/STL_perf_analyzer.hh | 82 --- btl/generic_bench/timers/STL_timer.hh | 78 --- btl/generic_bench/timers/mixed_perf_analyzer.hh | 73 --- btl/generic_bench/timers/portable_perf_analyzer.hh | 103 --- .../timers/portable_perf_analyzer_old.hh | 134 ---- btl/generic_bench/timers/portable_timer.hh | 145 ----- btl/generic_bench/timers/x86_perf_analyzer.hh | 108 ---- btl/generic_bench/timers/x86_timer.hh | 246 ------- btl/generic_bench/utils/size_lin_log.hh | 70 -- btl/generic_bench/utils/size_log.hh | 54 -- btl/generic_bench/utils/utilities.h | 90 --- btl/generic_bench/utils/xy_file.hh | 75 --- btl/libs/BLAS/CMakeLists.txt | 60 -- btl/libs/BLAS/blas.h | 675 --------------= ------ btl/libs/BLAS/blas_interface.hh | 76 --- btl/libs/BLAS/blas_interface_impl.hh | 79 --- btl/libs/BLAS/c_interface_base.h | 72 --- btl/libs/BLAS/cblas_interface_impl.hh | 79 --- btl/libs/BLAS/main.cpp | 106 --- btl/libs/FFTW/fftw_interface.hh | 62 -- btl/libs/FFTW/main.cpp | 45 -- btl/libs/LAPACK/lapack_interface.hh | 53 -- btl/libs/LAPACK/lapack_interface_impl.hh | 68 -- btl/libs/LAPACK/main.cpp | 48 -- btl/libs/STL/CMakeLists.txt | 2 - btl/libs/STL/STL_interface.hh | 244 ------- btl/libs/STL/main.cpp | 42 -- btl/libs/eigen3/CMakeLists.txt | 65 -- btl/libs/eigen3/btl_tiny_eigen3.cpp | 46 -- btl/libs/eigen3/eigen3_interface.hh | 240 ------- btl/libs/eigen3/main_adv.cpp | 44 -- btl/libs/eigen3/main_linear.cpp | 35 - btl/libs/eigen3/main_matmat.cpp | 35 - btl/libs/eigen3/main_vecmat.cpp | 36 - btlbase.py | 18 +- fftw.py | 5 +- lapack.py | 5 +- blas_accuracy.py =3D> lapack_accuracy.py | 29 +- main.py | 64 +- metis.py | 162 +++++ scalapack.py | 68 ++ testdescr.py | 14 +- 106 files changed, 925 insertions(+), 9428 deletions(-)