Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 5806 invoked from network); 4 Dec 2008 14:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 14:16:05 -0000 Received: (qmail 10054 invoked by uid 500); 4 Dec 2008 14:16:17 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 10042 invoked by uid 500); 4 Dec 2008 14:16:17 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 10020 invoked by uid 99); 4 Dec 2008 14:16:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 06:16:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 14:14:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F0F8234C2D4 for ; Thu, 4 Dec 2008 06:15:44 -0800 (PST) Message-ID: <1167122244.1228400144388.JavaMail.jira@brutus> Date: Thu, 4 Dec 2008 06:15:44 -0800 (PST) From: "Samuel Guo (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Commented: (HAMA-121) default maximum block size In-Reply-To: <1414468690.1228375664624.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653308#action_12653308 ] Samuel Guo commented on HAMA-121: --------------------------------- I think we may consider the cpu's cache size to decide the default maximum block size. A suitable block size will reduce cpu cache hit misses during *SubMatrix* multiplication. Or we may change the *mult* method's implementation of *SubMatrix* to match a cpu's cache working pattern. I think we may do some experiments over *SubMatrix* to know a suitable size. > default maximum block size > --------------------------- > > Key: HAMA-121 > URL: https://issues.apache.org/jira/browse/HAMA-121 > Project: Hama > Issue Type: Improvement > Components: implementation > Reporter: Edward J. Yoon > Fix For: 0.1.0 > > > Using 'mapred.child.java.opts', we can calculate the default maximum block size. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.