Skip to content

program that communicates between different processors (MPI_Send and MPI_Recv)

Notifications You must be signed in to change notification settings

IevgenLavrukhin/MPI_Duck_Duck_Goose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

To compile and run the code do:

	make

It creates "run" file in the same directory.
To run code you need to type in terminal:

	mpirun -n "X" ./run


where X is a number of processors.

About

program that communicates between different processors (MPI_Send and MPI_Recv)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages