https://github.com/anod/criticallevelcalculation
Project for "Parallel Computation" course @ Afeka College of Engineering
https://github.com/anod/criticallevelcalculation
Last synced: about 1 year ago
JSON representation
Project for "Parallel Computation" course @ Afeka College of Engineering
- Host: GitHub
- URL: https://github.com/anod/criticallevelcalculation
- Owner: anod
- Created: 2012-10-12T13:23:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T10:43:30.000Z (over 13 years ago)
- Last Synced: 2025-04-28T13:12:07.703Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Critical Level Detection
This is study project for course "Parallel Computations" @ Afeka College of Engineering.
The project goal is to detect plane that most hidden from other planes during its flight.
The detection should be efficient and use parallel technologies such OpenMP and MPI.
Full requirements: [Requirements.pdf][1]
## Implementation Highlights
* C++
* OOP
* OpenMP
* MPI
## Design
### 1. Read flights data

### 2. Build flights path

### 3. Critical degree calculation

### 4. MPI

## Author
Alex Gavrishev 2012
[1]: https://github.com/anod/CriticalLevelCalculation/blob/master/docs/Requirements.pdf?raw=true