Skip to content

duyhung2201/distributed-computing-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed_Computing_20192

Complie:

$ mpicc hello.c -o hello (use mpic++ with .cpp file)

Run with x num threads:

$ mpirun -np x hello

--------------omp--------------

Complie:

$ gcc -fopenmp -o hello.c hello

Run && show time:

$ time ./hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •