This page (revision-136) was last changed on 24-Nov-2020 16:59 by kmrdev

This page was created on 09-Mar-2018 02:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
136 24-Nov-2020 16:59 2 KB kmrdev to previous
135 24-Nov-2020 16:58 2 KB kmrdev to previous | to last
134 24-Nov-2020 16:55 2 KB kmrdev to previous | to last
133 19-Mar-2020 23:30 2 KB kmrdev to previous | to last
132 19-Mar-2020 23:29 2 KB kmrdev to previous | to last
131 19-Mar-2020 23:28 2 KB kmrdev to previous | to last
130 19-Mar-2020 23:27 2 KB kmrdev to previous | to last
129 19-Mar-2020 23:25 2 KB kmrdev to previous | to last
128 14-Feb-2020 17:16 3 KB kmrdev to previous | to last
127 14-Feb-2020 17:15 3 KB kmrdev to previous | to last
126 23-Aug-2018 21:05 3 KB kmrdev to previous | to last
125 23-Aug-2018 19:45 3 KB kmrdev to previous | to last
124 23-Aug-2018 19:09 3 KB kmrdev to previous | to last
123 23-Aug-2018 19:03 3 KB kmrdev to previous | to last
122 10-Jun-2018 18:03 3 KB kmrdev to previous | to last
121 10-Jun-2018 17:55 3 KB kmrdev to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!! Welcome to KMR (K Map-Reduce)
!!! Welcome to KMR
At line 3 changed 2 lines
This is KMR (K Map-Reduce), a high-performance map-reduce library.
KMR-1.0 is available on the K Computer in "/opt/aics/kmr" now (2013-04-26).
This is KMR, a high-performance map-reduce library.
KMR-1.0 is available since 2013-04-26.
KMR works on ordinary clusters as well as large-scale supercomputers.
KMR source code is available under the BSD license.
At line 8 added 2 lines
__Latest release is KMR-1.10 (2018-11-16)__.
At line 7 changed 5 lines
It is to make programming for data-processing much easier by hiding low-level details of message passing.
Its main target is large-scale computers with thousands nodes, K and Fujitsu FX10.
On those platforms, KMR provides utilities for the map-reduce operations to address
issues such as accessing large file-systems.
But, KMR works on clusters as well.
It makes programming for data-processing much easier by hiding low-level details of message passing.
Its main targets are large-scale supercomputers with thousands of compute nodes.
%%strike KMR provides utilities other than map-reduce operations to address issues such as accessing very large file-systems, on platforms K and Fujitsu FX10/%.
At line 13 changed one line
KMR assumes large amount of memory and designed to work on-memory, whereas most map-reduce implementations are designed to work with external (disk-based) operations.
KMR is designed to work in-memory and to exploit large amount of memory available on supercomputers, whereas most map-reduce implementations are designed to work with external (disk-based) operations.
At line 17 removed 3 lines
* Project Overview and other Activities of the Team:
** [http://mt.aics.riken.jp]
At line 22 changed 2 lines
* Overview and API Document:
** [http://mt65.aics.riken.jp/kmrdoc/kmr-1.0/html/index.html]
* [Overview and API Document|https://riken-rccs.github.io/kmr/]
At line 25 removed 3 lines
* Overview and API Document (Newer, corrected, for the next release):
** [http://mt65.aics.riken.jp/kmrdoc/next/html/index.html]
** Documentation in the distribution is late, and it is placed here for late breaking.
At line 29 changed one line
!!Issue Tracker
!!Downloading
At line 31 changed 3 lines
* KMR Issue Tracker:
** [https://mt65.aics.riken.jp/jtrac/]
** Please make a new user by the login-page to report a new issue.
* [Download]
At line 35 changed one line
!!Downloading
!!Tutorials
At line 37 changed 3 lines
* Download:
** [https://mt65.aics.riken.jp/kmr/Wiki.jsp?page=Download]
** KMR source is available with LGPL-2.1.
* [Tutorial] (in Japanese)
At line 41 changed one line
----
!!Project Site
At line 43 changed one line
!!DISCLAIMER
* KMR in GitHub [https://github.com/riken-rccs]
* Issue reporting [https://github.com/riken-rccs/kmr/issues]
* Other software from RIKEN R-CCS [https://riken-rccs.github.io]
At line 45 changed 3 lines
KMR comes with ABSOLUTELY NO WARRANTY.
This wiki also comes with ABSOLUTELY NO WARRANTY.
Contents are liable to change.
!!Publications
At line 40 added 9 lines
* __K MapReduce: A Scalable Tool for Data-Processing and Search/Ensemble Applications on Large-Scale Supercomputers__. Motohiko Matsuda, Naoya Maruyama, and Shinichiro Takizawa. IEEE Cluster Computing (CLUSTER) 2013. (C) Copyright IEEE. [ieeexplore.ieee.org|https://ieeexplore.ieee.org/document/6702663]\\
It describes an overview and optimizations used in KMR.
* __Supporting Workflow Management of Scientific Applications by MapReduce Programming Model__. Shinichiro Takizawa, Motohiko Matsuda, and Naoya Maruyama. IPSJ HPCS 2014. (in Japanese). [http://id.nii.ac.jp/1001/00096874]\\
It describes some scientific applications workflow implemented in MapReduce using KMR.
* __Evaluation of Asynchronous MPI Communication in Map-Reduce System on the K Computer__. Motohiko Matsuda, Naoya Maruyama, and Shinichiro Takizawa. EuroMPI Workshop 2014. (C) Copyright ACM. [dl.acm.org|https://dl.acm.org/doi/10.1145/2642769.2642800]\\
It compares all-to-all collective communication versus asynchronous communication in shuffling communication, to qualify believed effectiveness of overlapping of communication and computation.
At line 53 changed 2 lines
KMR is a product of AICS, Riken.
Part of the results is obtained by using K Computer at AICS, RIKEN.
KMR is a product of RIKEN R-CCS.
Part of the results is obtained by using K computer at RIKEN R-CCS.
At line 58 changed 2 lines
\\
Are you lost?, for wiki on mt65 try: [https://mt65.aics.riken.jp/wiki/]
!!DISCLAIMER
KMR comes with ABSOLUTELY NO WARRANTY.
This wiki also comes with ABSOLUTELY NO WARRANTY.
Contents are liable to change.