Skip to content

LuisMontenegro21/Project2-ParallelProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Project2-ParallelProgramming

Brute force parallelization using MPI

Requirements

Use a VM that has Linux or use WSL if on windows.

Install MPI

Open your terminal and run:

sudo apt update
sudo apt install

Compile

Compile code using:
mpicc <file.c> -o <executable> And run using:
mpirun <args> executable

About

Brute force parallelization using MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages