An open API service indexing awesome lists of open source software.

https://github.com/dhanya-abhirami/parallel-and-distributed-computing-lab


https://github.com/dhanya-abhirami/parallel-and-distributed-computing-lab

distributed-computing mpi openmp parallel-computing

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Parallel-and-Distributed-Computing-Lab
My solutions to lab assignments for the course CSE 4001
## Instructions for running OpenMP
```
gcc -fopenmp filename.c
./a.out filename.c
```
## Instructions for running MPI
```
mpicc filename.c
mpirun -np x ./a.out
```
Where x is the number of processors