You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2009/03/10 02:34:50 UTC

[jira] Created: (HAMA-164) Example for C = Alpha*B + A

Example for C = Alpha*B + A
---------------------------

                 Key: HAMA-164
                 URL: https://issues.apache.org/jira/browse/HAMA-164
             Project: Hama
          Issue Type: Sub-task
    Affects Versions: 0.1.0
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
             Fix For: 0.1.0


It would be nice if there is a example for C = Alpha*B + A

We can simply add it,such as add  [-m maps] [-r reduces] <row_m> <column_n> [alpha]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-164) Example for C = Alpha*B + A

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-164:
--------------------------------

    Attachment: HAMA-164_v02.patch

> Example for C = Alpha*B + A
> ---------------------------
>
>                 Key: HAMA-164
>                 URL: https://issues.apache.org/jira/browse/HAMA-164
>             Project: Hama
>          Issue Type: Sub-task
>          Components: examples
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-164.patch, HAMA-164_v02.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be nice if there is a example for C = Alpha*B + A
> We can simply add it,such as add  [-m maps] [-r reduces] <row_m> <column_n> [alpha]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-164) Example for C = Alpha*B + A

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-164:
--------------------------------

    Component/s: examples

> Example for C = Alpha*B + A
> ---------------------------
>
>                 Key: HAMA-164
>                 URL: https://issues.apache.org/jira/browse/HAMA-164
>             Project: Hama
>          Issue Type: Sub-task
>          Components: examples
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be nice if there is a example for C = Alpha*B + A
> We can simply add it,such as add  [-m maps] [-r reduces] <row_m> <column_n> [alpha]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HAMA-164) Example for C = Alpha*B + A

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon resolved HAMA-164.
---------------------------------

    Resolution: Fixed

Local test passed. I've just committed this.

> Example for C = Alpha*B + A
> ---------------------------
>
>                 Key: HAMA-164
>                 URL: https://issues.apache.org/jira/browse/HAMA-164
>             Project: Hama
>          Issue Type: Sub-task
>          Components: examples
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-164.patch, HAMA-164_v02.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be nice if there is a example for C = Alpha*B + A
> We can simply add it,such as add  [-m maps] [-r reduces] <row_m> <column_n> [alpha]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-164) Example for C = Alpha*B + A

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-164:
--------------------------------

    Attachment: HAMA-164.patch

Added argument for it.

> Example for C = Alpha*B + A
> ---------------------------
>
>                 Key: HAMA-164
>                 URL: https://issues.apache.org/jira/browse/HAMA-164
>             Project: Hama
>          Issue Type: Sub-task
>          Components: examples
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-164.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be nice if there is a example for C = Alpha*B + A
> We can simply add it,such as add  [-m maps] [-r reduces] <row_m> <column_n> [alpha]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HAMA-164) Example for C = Alpha*B + A

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680352#action_12680352 ] 

Edward J. Yoon commented on HAMA-164:
-------------------------------------

Oh, There is a typos. <row_m> <column_n> should be matrix A matrix B

> Example for C = Alpha*B + A
> ---------------------------
>
>                 Key: HAMA-164
>                 URL: https://issues.apache.org/jira/browse/HAMA-164
>             Project: Hama
>          Issue Type: Sub-task
>          Components: examples
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-164.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It would be nice if there is a example for C = Alpha*B + A
> We can simply add it,such as add  [-m maps] [-r reduces] <row_m> <column_n> [alpha]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.