Here is a list of all documented files with brief descriptions:
[detail level 12]
▼ cmd | |
kmrckptdump.c | |
kmrfsplit.py | KMR-Shell File Splitter |
kmrgenscript.in.py | KMR-Shell Job-Script Generator |
kmrrungenscript.in.py | KMRRUN Job-Script Generator |
kmrwrapper.py | KMR-Shell File Spliter and Job-Script Generator |
▼ ex | |
flexdice.c | |
flexdice.h | |
flexdicemain.c | |
graysort.c | |
kmeans-kmr.c | |
kmeans-mrmpi.cpp | |
kmeanspy.py | |
kmrdp.cpp | MPI-DP Implementation with KMR |
mrmpi-crmat.c | |
mrmpi-wordfreq.c | |
phoenix-kmeans.c | |
phoenix-matrix-multiply.c | |
testdp.c | |
tpch.c | |
wordcount.c | |
wordcountf.f90 | |
wordcountpy.py | |
▼ kmrrun | |
kmrrun.c | Kmrrun is command line version of KMR and it runs a MapReduce program whose mapper and reducers are user specified programs |
mpi_pi.kvgen.sh | |
mpi_pi.mapper.c | Example for KMRRUN |
mpi_pi.reducer.c | Example for KMRRUN |
pi.kvgen.sh | |
pi.mapper.c | Example for KMRRUN |
pi.reducer.c | Example for KMRRUN |
wc.kvgen.sh | |
wc.mapper.py | |
wc.reducer.py | |
▼ shell | |
kmrshell.c | KMR-Shell for Streaming |
kmrshell_mpi.c | Kmrshell_mpi is command line version of KMR and it runs a MapReduce program whose mapper and reducers are user specified MPI programs |
kmrshuffler.c | KMR-Shell Shuffler |
wc.map.pl | |
wc.mapper.c | Example for KMR shell command pipeline |
wc.reduce.pl | |
wc.reducer.c | Example for KMR shell command pipeline |
▼ src | |
kmr.h | KMR Interface |
kmraltkvs.c | Other Key-Value Stream Implementations |
kmratoa.c | Communication Routines |
kmrbase.c | KMR Base Implementation (on-memory operations) |
kmrckpt.c | Checkpoint/Restart Support |
kmrckpt.h | Checkpoint/Restart Support |
kmrf.F90 | KMR Fortran Binding |
kmrfefs.c | Lustre File-System (or Fujitsu FEFS) Support |
kmrfefs.h | Lustre File System (or Fujitsu FEFS) Support |
kmrfiles.c | File Access Support |
kmrimpl.h | Utilities Private Part (do not include from applications) |
kmriolb.c | Load balanced MapReduce based on data locality |
kmrisort.c | Sorter on Long Integers |
kmrmapms.c | Master-Slave Mapping on Key-Value Stream |
kmrmoreops.c | More Operatons on Key-Value Stream |
kmrtrace.c | KMRViz tracing Support |
kmrtrace.h | KMRViz tracing Support |
kmrutil.c | Utilities |
kmrwatch0.c | KMR Spawned Program Wrapper |
test0.c | |
test1.c | |
test2.c | |
test3.c | |
test4.c | |
test5.c | |
testckpt1.c | |
testckpt2.c | |
testckpt3.c | |
testckpt4.c | |
testcxx.cpp | |
testf.f90 | |
testiolb1.c | |
testiolb2.c | |
testmisc.c | |