Skip to content

pandamapreduce/GPUMapReduce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panda, a framework co-processing SPMD computation on GPUs and CPUs

	[email protected]
	Ruijie network co.ltd
	2017.11.09

Title: docs/Co-processing SPMD computation on CPUs and GPUs cluster.pdf

Support apps:

  1. word count
  2. terasort

steps to run word count:
1)cd gpumapreduce
2)make wordcount
3)cd bin
4)mpirun -host node1,node2 -np 2 ./wordcount input.txt

steps to run terasort:
1)cd gpumapreduce
2)make terasort
3)cd bin
4)mpirun -host node1,node2 -np 2 ./teragen 10M /tmp
5)mpirun -host node1,node2 -np 2 ./terasort ./tmp/terasort_in ./tmp/terasort_out

About

Panda MapReduce framework for GPU and CPU

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 44.1%
  • Cuda 34.4%
  • Java 7.9%
  • Scala 7.1%
  • Shell 3.4%
  • Makefile 2.2%
  • C 0.9%