好词典

mpi

UK /ˌem piː ˈaɪ/US /ˌem piː ˈaɪ/

词源

缩写自Message Passing Interface,由MPI Forum在1990年代制定。

noun

❶ 消息传递接口(Message Passing Interface),一种用于并行计算的通信协议标准,常用于高性能计算领域。

“MPI is widely used in supercomputing applications.”

(MPI被广泛应用于超级计算领域。)

“The program uses MPI to distribute tasks across multiple processors.”

(该程序使用MPI在多个处理器之间分配任务。)

同义词:Message Passing Interface, parallel communication protocol

常见短语

MPI implementation — 指MPI标准的具体实现,如OpenMPI或MPICH等开源实现。

“This cluster uses the OpenMPI implementation of MPI.”

(该集群使用OpenMPI实现的MPI。)

MPI rank — 在MPI程序中,每个进程被分配的唯一标识符,用于区分不同进程。

“Each process can check its MPI rank to determine its role.”

(每个进程可以检查其MPI rank以确定其角色。)