Skip to content

daherb/PVM-Silben

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PVM-Silben

Parallel Map-Reduce style program to split words in syllables. for each word a tree of all possible partitions is returned

Configuration

All parameters are set in the consts.h header. The frequency list of words to split is a simple file with one word and the word count in one line separated by tab. The syllable list is even simpler with one syllable per line. BLOCK_SIZE is the number of words sent to a client for partitioning as one block to reduce natwork latency PER_HOST_TASK_COUNT is the number of tasks to run on each host

Output

The program writes a file with each line consisting of a word, the partition tree and the word count separated by tabs

Debugging

The master/slave programs write log files to /tmp. The filenames are /tmp/silben-master.log and /tmp/silben-slaveTID.log with TID the client task id

About

Parallel Map-Reduce program to split words in syllables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published