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 2008/12/04 09:31:44 UTC

[jira] Updated: (HAMA-122) Add RandomMatrix generation example

     [ https://issues.apache.org/jira/browse/HAMA-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: HAMA-122.patch

- Added RandomMatrix example.

[root@udanax hama-trunk]# bin/hama examples random
add  [-m maps] [-r reduces] <rows> <columns> <matrix_name>

[root@udanax hama-trunk]# bin/hama examples random -m 4 -r 4 20 20 matA
[root@udanax hama-trunk]# bin/hama examples random -m 4 -r 4 20 20 matB
----
[root@udanax hama-trunk]# bin/hama examples add -m 4 -r 4 matA matB
[root@udanax hama-trunk]# bin/hama examples mult -m 4 -r 4 matA matB


> Add RandomMatrix generation example
> -----------------------------------
>
>                 Key: HAMA-122
>                 URL: https://issues.apache.org/jira/browse/HAMA-122
>             Project: Hama
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-122.patch
>
>
> So, Let's seperate generation and operation from examples.

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