文件名称:jacobi
介绍说明--下载内容均来自于网络,请自行研究使用
利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比
编译:mpicc jacobi.c -o jacobi
运行:mpirun -n nodenum jacobi-Realize the use of MPI-based parallel jacobi algorithm, at the same time serial algorithm is used to realize the contrast compilers: mpicc jacobi.c-o jacobi run: mpirun-n nodenum jacobi
编译:mpicc jacobi.c -o jacobi
运行:mpirun -n nodenum jacobi-Realize the use of MPI-based parallel jacobi algorithm, at the same time serial algorithm is used to realize the contrast compilers: mpicc jacobi.c-o jacobi run: mpirun-n nodenum jacobi
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jacobi.c