public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrea Arteaga" <andyspiros@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/auto-numerical-bench:unstable commit in: /, accuracy/lapack/
Date: Fri,  5 Aug 2011 01:42:44 +0000 (UTC)	[thread overview]
Message-ID: <7c9c82b70ca555ad7549150e6fe517d9623c6187.spiros@gentoo> (raw)

commit:     7c9c82b70ca555ad7549150e6fe517d9623c6187
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Fri Aug  5 01:42:29 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Fri Aug  5 01:42:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/auto-numerical-bench.git;a=commit;h=7c9c82b7

Solved problem with sizes.

---
 accuracy/lapack/main_lapack.cpp |    2 +-
 main.py                         |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/accuracy/lapack/main_lapack.cpp b/accuracy/lapack/main_lapack.cpp
index ca4fa67..896e190 100644
--- a/accuracy/lapack/main_lapack.cpp
+++ b/accuracy/lapack/main_lapack.cpp
@@ -29,7 +29,7 @@ extern "C" {
 template<typename exec_t>
 void test(exec_t exec, const std::string& testname, const int& max = 3000, const int& N = 100)
 {
-  static vector<int> sizes = logsizes(1, max, N);
+  vector<int> sizes = logsizes(1, max, N);
   Timer timer;
 
   ostringstream fname;

diff --git a/main.py b/main.py
index 360d055..0bd842f 100755
--- a/main.py
+++ b/main.py
@@ -108,6 +108,8 @@ cfg.tests = tests_from_input(input)
 # Write summary
 print 80*'='
 print "The following tests will be run:"
+print "-------------------------------"
+print
 for tname, ttest in cfg.tests.items():
     print "Test: " + tname
     if ttest['descr'] is not None:



             reply	other threads:[~2011-08-05  1:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05  1:42 Andrea Arteaga [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-06 11:44 [gentoo-commits] proj/auto-numerical-bench:unstable commit in: /, accuracy/lapack/ Andrea Arteaga
2011-08-06 23:55 Andrea Arteaga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7c9c82b70ca555ad7549150e6fe517d9623c6187.spiros@gentoo \
    --to=andyspiros@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox