High Performance computing (CS802 (C))-Computer Science and Engineering (VIII-Semester) | RGPV
-
Syllabus
- Syllabus - High Performance computing (CS802 (C))
-
Introduction to modern processors
- General Purpose cache based architecture
- Memory Hierarchies
- Basic Optimizations for serial codes
-
Data access optimizations
- Balance analysis and light speed estimates
- Parrall Computers
-
Basics of parallel computing
- Data and functional parallelism
- Shared memory parallel programming with Open MP
-
Efficient Open MP Programming
- Program profiling
- Distributed Memory parallel programming with MPI
- Efficient MPI Programming