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
- Host: GitHub
- URL: https://github.com/dhanya-abhirami/parallel-and-distributed-computing-lab
- Owner: Dhanya-Abhirami
- Created: 2018-07-30T16:24:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T14:32:14.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T00:17:29.887Z (8 months ago)
- Topics: distributed-computing, mpi, openmp, parallel-computing
- Language: C
- Homepage:
- Size: 3.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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