openMP

ghy / 2023-07-25 / 原文

openMP用于单机(共享内存内存架构)
MPI(openMPI及MPICH)用于多机(分布式内存架构)

Reference

  • [1] MPI, openMPI, MPICH, openMP辨析