Brute force parallelization using MPI
Use a VM that has Linux or use WSL if on windows.
Open your terminal and run:
sudo apt update
sudo apt install
Compile code using:
mpicc <file.c> -o <executable>
And run using:
mpirun <args> executable