Skip to content

CS542200 Parallel Programming HW4. Implement MapReduce by MPI + Pthread.

Notifications You must be signed in to change notification settings

Howeng98/MapReduce

Repository files navigation

MapReduce

CS542200 Parallel Programming HW4. Implement MapReduce by MPI + Pthread.

Rememeber to create the missing folder (e.g. outputs/).

How to compile

make 

How to run

srun -N2 -c5 ./hw4 "TEST01" 7 3 "../testcases/01.word" 2 "01.loc" "../outputs/test01/"

About

CS542200 Parallel Programming HW4. Implement MapReduce by MPI + Pthread.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published