readme.txt

来自「《并行算法实践》附带的mpi源程序」· 文本 代码 · 共 14 行

TXT
14
字号
Example:编译:mpicc –o shortest shortest.c运行:本实例中使用3个处理器。   mpirun –np 3 shortest运行结果:Begin to read the matrix!The first integer of the file should be the size of the matrix!Input the file name of the matrix:1.txtInput the start node:1最终输出结果:(参见1result.txt)说明:边权邻接矩阵在1.txt中   其中开头的100表示共有一百个节点的图

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?