readme
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· 代码 · 共 18 行
TXT
18 行
This directory contains some simple Fortran examples contributed by users.norm - The master program constructs a matrix and distributes its columns to the slave processes to compute the 1-norms of the columns (the sums of the absolute values of the entries).comm - A stress test for message passing. Prompts for number of iterations, and sends increasingly large messages (up to length 2^19) to the slaves and back in various configurations.pi - A program that computes the value of pi by integration. Based on an example from Intel.*.pg - The procgroup files necessary for running the above programs on various configurations of machines.fslave_main.f - linked with the standalone slave programs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?