Skip to content

ak1103dev/219351_homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

219351_homework

219351 Web Application Development Homework

Code

Homework 3

Message Passing Programming with C (bubblesort MPI)

Complie

mpicc hw3.c -o hw3

Execute with np = 2

mpiexec -np 2 ./hw3 

Array is NOT sorted
9 8 7 6 5 4 3 2 1 0
Array is sorted
Elapsed time MPI_Wtime is 9.431626

Execute with np = 4

mpiexec -np 4 ./hw3 

Array is NOT sorted
9 8 7 6 5 4 3 2 1 0
Array is sorted
Elapsed time MPI_Wtime is 4.091237

Homework 5

Sequential vs MapReduce (Use web-Google.txt as the input file)

Problems

  • 5. Sequential - for every given node, how many nodes contains links to it
  • 6. MapReduce - for every given node, how many nodes contains links to it
  • 7. Sequential - for every given node, say X, a list of nodes that X can reach in two links
  • 8. MapReduce - for every given node, say X, a list of nodes that X can reach in two links

Homework 6

PIG - MapReduce (Use web-Google.txt as the input file)

  • 4. - for every given node, how many nodes contains links to it
  • 5. - for every given node, say X, a list of nodes that X can reach in two links

References

Member Group 7

Fullname StudentID
Supanut Apikulvanich 5610501016
Apichan Chaiyuttasart 5610502888
Manatsawin Hanmongkolchai 5610545757
Nut Kaewnak 5610545676
Piyaphat Tulakoop 5610545731

About

Web Application Development Homework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published