Skip to content

SophiaWoo/Distributed-Computing-using-MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Computing-using-MPI

Describe:

  • normal homework
  • read details in ass1-17.pdf

Compile:

  • $ mpicc main.c

Run on a single node or 2, 4, 8 nodes respectively:

  • $ mpirun -np 1 a.out
  • $ mpirun -np 2 a.out
  • $ mpirun -np 4 a.out
  • $ mpirun -np 8 a.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages