文件名称:高性能计算MPI教程
文件大小:336KB
文件格式:PDF
更新时间:2015-11-13 10:26:31
MPI 并行 高性能计算
MPI is a standard specification for a library of message-passing functions. MPI was developed by the MPI Forum. In the MPI programming model, a computation comprises one or more processes that communicate by calling library routines to send and receive messages to other processes.