Skip to content

dogruomerfaruk/Parallel-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Programming

Parallel promramming with C language using MPI library Program finds Armstrong numbers randomly distributed processors between 1 and N where you need specfy N as argument in command

First you need install MPI library to your computer You have specify hostfile to make available to slots

you can run code as follow:

mpicc mpi_project.c -o mpi_project mpirun -np 11 --hostfile hostfile mpi_project 10000

About

Parallel promramming with C language using MPI library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages