小编ash*_*shv的帖子

并行计算中处理器和进程的区别?

每次我遇到诸如“进程 0 执行x任务”之类的内容时,我都倾向于认为它们是指处理器

After reading a bit more about it, I find that there are two memory classifications, shared memory and distributed memory: A shared memory executes something like a thread (implying same data is available to all processors- hence it makes sense to call it a process) However, even for distributed memory it is called a process instead of a processor. For example: "Process 0 is computing the partial dot product" …

distributed-computing mpi openmp shared-memory

5
推荐指数
1
解决办法
4141
查看次数