PParallelProgramming/24_apr.md

General info

prof:

exam: 5 graded projects on parallel cluster, no exam. registration is early registration, ends in may. 120 points in total.

Projects

project start end points
0. 24.04 30.04 -
1. 29.04 12.05 10+2
2. 13.05 02.06 25+2
3. 03.06 23.06 25+2
4. 24.06 07.07 20
5. 08.07 21.07 20+8

Login to cluster

  1. FIM account
  2. Account for Infosun pool

Sequential

Parallel

No define standard for parallel programming

"Languages" for classes

Types

  1. SISD - single instruction single data
  2. SIMD - single instruction multiple data
  3. MISD - multiple instruction single data
  4. MIMD - multiple instruction multiple data
  5. SPMD - single program multiple data

Back to root