並列計算
parallel computing
並列パラダイム
並列ランダムアクセス機械(PRAM : Parallel Random Access Machine) -- 並列計算向け計算模型
マルチプロセッシング(multi processing)
対称型マルチプロセッシング(SMP : Symmetric Multiprocessing)
NUMA(Non-Uniform Memory Access)
マルチコア(Multi-core)、メニイコア(Many-core)
SIMD(single instruction multiple data)
MIMD(Multiple Instruction stream, Multiple Data stream)
排他制御(exclusive control)
並列化
Parallel Virtual Machine
Message Passing Interface
OpenMP
コンピュータクラスター(Computer cluster)
スーパーコンピュータ(supercomputer)
超並列マシン
サーバーファーム(server farm)