Skip to content

A reduction algorithm for MPI using only peer to peer communication

Notifications You must be signed in to change notification settings

Pendulun/CollectiveComunicationMPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollectiveComunicationMPI

This is the second practical work for the Parallel Programming class at UFMG.

To compile just type "make". It will generate a "tp2" executable. To execute it with MPI type:

mpiexec -n < numberOfProccess > ./tp2

About

A reduction algorithm for MPI using only peer to peer communication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published