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 1QqOOP-0000sP-5t for garchives@archives.gentoo.org; Mon, 08 Aug 2011 11:53:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B48721C0B7; Mon, 8 Aug 2011 11:53:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C901F21C0B7 for ; Mon, 8 Aug 2011 11:53:02 +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 251661B4033 for ; Mon, 8 Aug 2011 11:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8079380044 for ; Mon, 8 Aug 2011 11:53:01 +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: Subject: [gentoo-commits] proj/auto-numerical-bench:unstable commit in: / X-VCS-Repository: proj/auto-numerical-bench X-VCS-Files: pblas.py scalapack.py X-VCS-Directories: / X-VCS-Committer: spiros X-VCS-Committer-Name: Andrea Arteaga X-VCS-Revision: ab6cb1ff54b439901cc1c2e61a1835733ccf315d Date: Mon, 8 Aug 2011 11:53:01 +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: 018cf321fbbcc12bab66562bcf7dc223 commit: ab6cb1ff54b439901cc1c2e61a1835733ccf315d Author: Andrea Arteaga gmail com> AuthorDate: Mon Aug 8 11:52:51 2011 +0000 Commit: Andrea Arteaga gmail com> CommitDate: Mon Aug 8 11:52:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/auto-numerica= l-bench.git;a=3Dcommit;h=3Dab6cb1ff pblas renamed to scalapack. --- pblas.py =3D> scalapack.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pblas.py b/scalapack.py similarity index 94% rename from pblas.py rename to scalapack.py index e4a7d73..1d38782 100644 --- a/pblas.py +++ b/scalapack.py @@ -37,10 +37,10 @@ class Module(btlbase.BTLBase): =20 @staticmethod def _testClass(): - return PBLASTest + return ScaLAPACKTest =20 =20 -class PBLASTest(btlbase.BTLTest): =20 +class ScaLAPACKTest(btlbase.BTLTest): =20 # def __init__(self, *args, **kwargs): # os.environ['CXX'] =3D 'mpic++' # btlbase.BTLTest.__init__(self, *args, **kwargs)