readme
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· 代码 · 共 27 行
TXT
27 行
This directory contains some examples of message-passing programs. Each has amaster part and a slave part. There are also a number of sample procgroupfiles. sr - simple ring communication. Prompts for message. Both master-slave and SPMD versions are here. sr1 - prompts for a message size and number of times to circulate the message around the ring. grid - message passing version of Dirichlet problem. currently requires 4 processes in procgroup file. *.pg - The procgroup files necessary for running the above programs on various configurations of machines. vec - test programs for heterogeneous configurations with differing dat representations. systest - a general test program for various p4 functions, including global operations run_delta, run_ipsc, run_ncube - sample scripts for running on the Intel Delta, IPSC860, and nCube machines (See manual for specifics of how to run on these and other machines.)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?